-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kn fails when KUBECONFIG multi config files #196
Comments
This should be fixed by PR #36. |
But PR #36 has no activity since 3 months ago and it’s closed 🤷🏻♂️ |
@csantanapr |
Thank you 🙏🏻 |
Still didn't work if:
|
/assign @edwardstudy |
coryrc
pushed a commit
to coryrc/client
that referenced
this issue
May 14, 2020
* Separate gcs and testgrid into its own packages * Return string instead of fields array in checkLog * Address review comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kn doesn't support when the env variable
KUBECONFIG
has multiple filesAs reference: https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#append-home-kube-config-to-your-kubeconfig-environment-variable
For example in my setup I use IKS and have multiple cluster I deal with, so I load
KUBECONFIG
variable with multiple KUBECONFIG paths including the default one.value:
This allows to use things like
kubetcx
The CLI
kubectl
works fine current context iscluster1
The problem is
kn
doesn't work and recognize the current context from the merged files likekubectl
The text was updated successfully, but these errors were encountered: