Add profile details if calling update passing update-kubeconfig with profile details
Currently this generates as
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
args:
- token
- -i
- k8s-test
command: aws-iam-authenticator
Its good to add the profile details on the cli when not using default profile.
- name: aws
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: aws-iam-authenticator
args:
- "token"
- "-i"
- "k8s-test"
env:
- name: AWS_PROFILE
value: "myprofile"
Marking this as a feature request.
Hi @dileep-p , thanks for this request. I'll look into it.
Thanks @abeer91
This is super useful, what's the hold-up in getting this shipped?
Most helpful comment
This is super useful, what's the hold-up in getting this shipped?