helm-charts
helm-charts copied to clipboard
no matches for kind "StatefulSet" in version "apps/v1beta1"
Hi guys,
I'm currently using k8s
:1.16.2
with helm
:3.0.1
and it seems that the StatefulSet
resource is not part of app/v1beta1
anymore under this version.
Getting this error
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "StatefulSet" in version "apps/v1beta1"
see to https://github.com/kubernetes/website/issues/7055