Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Helm v2 not compatible with Kubernetes 1.16 #223

Closed
Neumann-Nils opened this issue Oct 7, 2019 · 2 comments · Fixed by #233
Closed

Helm v2 not compatible with Kubernetes 1.16 #223

Neumann-Nils opened this issue Oct 7, 2019 · 2 comments · Fixed by #233
Assignees
Labels
bug Something isn't working

Comments

@Neumann-Nils
Copy link
Contributor

Description

You can not install karydia with a cluster running Kubernetes 1.16.

This bug is known to the Helm developers and is fixed. The release of this bug fix will be included in Helm 2.15 (release planned for October 16th).

More information in the respective PR:
helm/helm#6462 (comment)

@Neumann-Nils Neumann-Nils added the bug Something isn't working label Oct 7, 2019
@Neumann-Nils Neumann-Nils self-assigned this Oct 7, 2019
@linuxbsdfreak
Copy link

@Neumann-Nils . I have upgraded the helmv2 client/tiller on K8s 1.16. However following install/charts/templates/deployment.yaml has to be changed to get it working

  1. Changed the apiVersion
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
  1. Added the following under spec
 spec:
+  selector:
+    matchLabels:
+      app: {{ .Values.metadata.labelApp }}

@Neumann-Nils
Copy link
Contributor Author

Thanks for the feedback. As the Helm 2.15 release is official, we will also support it and therefore also support Kubernetes 1.16.

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

Successfully merging a pull request may close this issue.

2 participants