Skip to content

Cannot deploy helm in kubernetes 1.16.8 #345

Closed
@willgraf

Description

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.

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions