-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Chectl doc does not mention user priviledge requirements #14761
Comments
Improving failure diagnostics is a big ticket item and doc is part of it. |
That's a bug. User should not need admin privileges to install Che on minishift. @sleshchenko @benoitf it looks to me that chectl is broken on minishift: when calling ./bin/run server:start --platform=minishift minishift/myproject
✖ Verify Kubernetes API
→ Failed to connect to Kubernetes API. Error: [object Object]
👀 Looking for an already existing Che instance
› Error: Failed to connect to Kubernetes API. Error: [object Object] The other problem is that the error message is not parsed correctly (
|
@l0rd the fix is already done but I was not able to set up secure K8s cluster and test it there che-incubator/chectl#340 |
Thanks @sleshchenko for the update. |
che-incubator/chectl#524 merged |
The documentation at https://github.com/che-incubator/chectl/blob/master/README.md does not mention that the user needs to be logged into minishift, for example and that the user needs to have cluster admin priviledges.
The text was updated successfully, but these errors were encountered: