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

Verify connection to clusters #4

Closed
benfairless opened this issue Jun 28, 2019 · 3 comments
Closed

Verify connection to clusters #4

benfairless opened this issue Jun 28, 2019 · 3 comments
Labels

Comments

@benfairless
Copy link

When adding a cluster, I feel that next to the 'Save' button we should have a 'Verify' button which connects to the Kubernetes API.

Something like hitting https://{{ KUBEAPI }}/healthz and checking the response code. This could be used to validate if the API is reachable, the certificates are trusted, and whether the authentication is successful.

@lnikell lnikell added the idea label Jun 29, 2019
@lnikell
Copy link
Member

lnikell commented Jun 29, 2019

Thank you for the idea @benfairless ! I think there is no need for verify button and it could become the part of the saving process.

@proAlexandr
Copy link
Contributor

f29d693

@lnikell
Copy link
Member

lnikell commented Jul 6, 2019

Added in v1.2.0 as a part of Save logic when you add a cluster. If there is a connection issue, we still allow you to add a cluster but throwing an alert. Separate button "Check connection" added to edit cluster page, as we expect it could be used for debug purpose if you decide manually adjust the configuration.

@lnikell lnikell closed this as completed Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants