Open
Description
We have got a lot of questions about issues associated with k8s clusters that does not meet the prerequisites for using the helm chart. I see two main aspects to verify for anyone using a bare metal cluster for example.
-
Kubernetes StorageClass, is there a default one in the cluster, and can it be used to provision a PV to bind to a PVC?
-
Kubernetes Service's
spec.type: LoadBalancer
, can they get an ExternalIP?
MetalLB describes the issue well in their initial documentation under the title Why?.NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE proxy-public LoadBalancer 100.70.36.147 <pending> 80:31165/TCP 5h
I think it would make sense and be plausible to have a small section on verifying the prerequisites of the k8s cluster, or even better, link to somewhere where this is done already.