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

Support for Openshift #54

Open
blublinsky opened this issue Jun 17, 2021 · 0 comments
Open

Support for Openshift #54

blublinsky opened this issue Jun 17, 2021 · 0 comments

Comments

@blublinsky
Copy link

I was trying to follow tutorial https://github.com/solo-io/workshops/blob/master/gloo-mesh/README-openshift.md, with creating cluster on IBM cloud and discovered that usage of the Kubernete contexts does not work. When I am creating clusters, they all are using a single user, so when I try to log into a second cluster, a token in kubectl is getting overwrited. The workaround for this is to explicitly specify a token in kubectl command, something like:

kubectl --context $MGMT_CONTEXT --token="token" get nodes

Unfortunately meshctl does not allow to specify --token="token" so nothing works.

Any suggestions?

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

1 participant