-
Notifications
You must be signed in to change notification settings - Fork 95
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
Kubernetes context file generation for gcp provider #760
Conversation
There is an extra template file for the kubeconfig for future usage (with the different providers), the idea is to use that instead of generating the content in |
Hey @viniciusdc, we've marked this as Stale. If you want to continue working on this respond before 11/22. |
Hi @iameskild , thanks for the reminder. I will continue working on this, I will have it in a testable state until 11/24 |
In PR #1003 this was implemented. Closing. |
QHub will deploy a given kubernetes cluster and all its related qhub components, generating a kubeconfig file which will store the kuberentes credentials for accessing the cluster information for the given deployment.
This should help a user to debug the deployment without requiring them to install the kuberentes context manually.