Here live our Kubernetes manifests for all our clusters.
Directory layout
manifests
├── README.md
└── <project>
└──<cluster>
└── <namespace>
└── <what>.<kind>.yaml
Important things to note
- I manually set
reclaimPolicytoRetainon thehcloud-csi - I renamed the secret
hcloud-csiuses tohcloud, because this secret is alerady present on the cluster - I explicitly set
nodePort: 30443for https andnodePort: 30080for http traffic in order to have fixed ports on every worker node to make configuring the hcloud loadbalancer easier