emqxarchive / emqx-chart

emqx kubernetes helm
https://www.emqx.io
Apache License 2.0
18 stars 11 forks source link

Chart installation failed #9

Closed mojabyte closed 5 years ago

mojabyte commented 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

qadet123 commented 5 years ago

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