$ kubectl -n kube-system edit configmap/aws-auth
data にIAMユーザーのエントリを追加
data:
mapUsers: |
- userarn: [ユーザーのARN]
username: [ユーザー名]
groups:
- system:masters
Go to list of users who liked
More than 1 year has passed since last update.
$ kubectl -n kube-system edit configmap/aws-auth
data にIAMユーザーのエントリを追加
data:
mapUsers: |
- userarn: [ユーザーのARN]
username: [ユーザー名]
groups:
- system:masters
Register as a new user and use Qiita more conveniently
Go to list of users who liked