We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using helm as installer we should check that kubectl version is 1.11 or greater otherwise we get the following error:
✖ Create Tiller RBAC → error: SchemaError(io.k8s.apimachinery.pkg.apis.meta.v1.Patch): invalid object doesn't have additional properties
The text was updated successfully, but these errors were encountered:
I recognize @slemeur spirit in this issue :-)
Sorry, something went wrong.
@benoitf correct!
Actually to fix this issue I would like to avoid using kubectl and use kube javascript client instead in HelmHelper class.
+1 @l0rd I was getting an unauthorized error was able to get past that by helm ls, Isn't it possible to access Auth Application default context?
helm ls
Auth Application default
Kamino closed and cloned this issue to eclipse/che
No branches or pull requests
When using helm as installer we should check that kubectl version is 1.11 or greater otherwise we get the following error:
The text was updated successfully, but these errors were encountered: