Skip to content

Document k8s cluster prerequisites #1428

Open
@consideRatio

Description

@consideRatio

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.

  1. Kubernetes StorageClass, is there a default one in the cluster, and can it be used to provision a PV to bind to a PVC?

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions