zlabjp / kubernetes-resource

[DEPLICATED] This repository is no longer actively maintained.
MIT License
91 stars 42 forks source link

Merge kubeconfig files using "kubectl config view" #51

Closed superbrothers closed 5 years ago

superbrothers commented 5 years ago

When using use_aws_iam_authenticator, the kubeconfig file is broken due to merging by shell redirection. With this commit, the kubeconfig file is merged by kubectl config view command instead of shell redirection.

/fix #45