Skip to content
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

teach people how to set kubeconfig and path #40

Closed
MHBauer opened this issue May 29, 2018 · 2 comments
Closed

teach people how to set kubeconfig and path #40

MHBauer opened this issue May 29, 2018 · 2 comments

Comments

@MHBauer
Copy link
Contributor

MHBauer commented May 29, 2018

is was a huge problem in actual practice. We need to add the details on how to do this on linux and windows.

export KUBECONFIG=bleh
&
$env:KUBECONFIG = bleh
something like that anyway, I don't have windows to test.

@timroster
Copy link
Member

Yes, we saw this too in a workshop. On windows when using cmd or powershell, the ibmcloud cs cluster-config <clustername> command returns something like:
set KUBECONFIG=bleh
regardless of the shell being used. Copy/paste of this to cmd works, but for powershell this needs to be changed to:
$env:KUBECONFIG=bleh
for kubectl to access the IKS cluster.

@remkohdev
Copy link
Member

expired, please recreate issue if this still exists in the current version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants