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

Provide a mechanism to login to different clusters with same ip #26

Closed
jorgemoralespou opened this issue Oct 10, 2016 · 1 comment
Closed

Comments

@jorgemoralespou
Copy link
Contributor

When creating clusters with the same IP (clsuter_ip) the user will login and save the login information into the user's .oc/kubeconfig file.

We need to implement a mechanism where you save the profile somehow so that when you activate the cluster profile you can safely login as the user, or otherwise you'll get a certificate error.

Maybe implement a new command:

  • oc-cluster login
@jorgemoralespou
Copy link
Contributor Author

This has been implemented. A context is created in the default KUBECONFIG so that every profile as a context named developer@profile.

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

No branches or pull requests

1 participant