Closed mojabyte closed 5 years ago
Helm install chart failed with error: helm no matches for kind "StatefulSet" in version "apps/v1beta1" with helm v2.14.3 & Kubernetes v1.16.0
According to this PR ,you should change the apiVersion: apps/v1beta1 to "apps/v1". In fact any case with k8s version >= 1.9 should use apps/v1 instead of apps/v1beta1, apps/v1beta2, extensions/v1beta1
Helm install chart failed with error: helm no matches for kind "StatefulSet" in version "apps/v1beta1" with helm v2.14.3 & Kubernetes v1.16.0