mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-16 07:50:46 +00:00
Currently StatefulSet(s) fail when you use local-up-cluster without setting a cloud provider. In this PR, we use set the kubernetes.io/host-path provisioner as the default provisioner when there CLOUD_PROVIDER is not specified. This enables e2e test(s) (specifically StatefulSetBasic) to work.