Helm doesn't install StorageClass

7/20/2018

I define storage class in templates with name ssd and when I install the package, kubectl get storageclass doesn't list it and it cannot be used in PersistentVolumeClaims. It sounds like a helm bug or is there anything else I have to do for this StorageClass object to be loaded by k8s ? Because kubectl create -f storage-class.yaml actually loads it correctly, but helm does not.

-- lisak
kubernetes
kubernetes-helm

1 Answer

7/23/2018

It was a bug in helm, it works after helm upgrade to the latest version.

-- lisak
Source: StackOverflow