mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 09:45:00 +00:00
The core2 cluster cannot provision pvcs because it's using the k8s-dev pool when it has credentials valid only for the k8s-prod pool. This patch adds an entry to the platform cluster map to configure the pool for each cluster, with a default of k8s-dev.
Metal Clusters
This cluster type is overlaid onto other cluster types to add services necessary outside of a cloud like GKE or EKS. Ceph for PersistenVolumeClaim support on a Talos Proxmox cluster is the primary use case.
Test Script
Test ceph is working with:
apply -n default -f-<<EOF
heredoc> apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: test
spec:
accessModes:
- ReadWriteOnce
volumeMode: Filesystem
resources:
requests:
storage: 1Gi
EOF