Skip to content

Chart.yaml's kubeVersion field on GKE - unusable? #3810

@consideRatio

Description

@consideRatio

CLOSING UPDATE

In order to allow pre-releases such as googles v1.9.4-gke.1 the constraint kubeVersion: ">=1.8.0" must be changed to kubeVersion: ">=1.8.0-something" for example kubeVersion: ">=1.8.0-0".

Situation

I made a Helm upgrade (with v2.8.2 client/server) on my GKE cluster on a Chart.yaml with kubeVersion: ">=1.8.0" and received the following error.

Error: UPGRADE FAILED: Chart requires kubernetesVersion: >=1.8.0 which is incompatible with Kubernetes v1.9.4-gke.1

For reference

Question

What should be done? With my current understanding of the situation, the usage of kubeVersion is contraproductive if Google Cloud is involved. Perhaps this is an issue for them rather than you at helm?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions