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

Cannot deploy helm in kubernetes 1.16.8 #345

Closed
willgraf opened this issue May 19, 2020 · 2 comments
Closed

Cannot deploy helm in kubernetes 1.16.8 #345

willgraf opened this issue May 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@willgraf
Copy link
Contributor

willgraf commented May 19, 2020

Describe the bug
When creating a cluster with KUBERNETES_VERSION 1.16, the gke/deploy/helm fails with the following error:

Deploying kubernetes resources...
serviceaccount/tiller created
clusterrolebinding.rbac.authorization.k8s.io/tiller-cluster-rule created
$HELM_HOME has been configured at /var/lib/helm.
Error: error installing: the server could not find the requested resource
make[1]: [tasks/Makefile.gke:236: gke/deploy/helm] Error 1 (ignored)

To Reproduce
Set KUBERNETES_VERSION to 1.16 and create a cluster.

Expected behavior
Helm should install properly.

Additional context
It looks like this is a documented issue. We are also stuck using helm2. A migration to using helm3 may resolve this issue, and can be done by upgrading the base cloudposse/geodesic base image.

@willgraf willgraf added the bug Something isn't working label May 19, 2020
@willgraf willgraf changed the title Cannot deploy helm in kubernetes 1.16+ Cannot deploy helm in kubernetes 1.16.8 May 19, 2020
@willgraf
Copy link
Contributor Author

willgraf commented Jul 7, 2020

Updating to the latest geodesic base image (and therefore helm3) does seem to have fixed this issue.

@willgraf
Copy link
Contributor Author

Closed by #370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant