2026-07-16 14:28:19 -07:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
namespace: longhorn-system
|
2026-08-18 15:08:02 -07:00
|
|
|
resources:
|
|
|
|
|
- longhorn-wffc-storageclass.yaml
|
2026-07-22 08:46:57 -07:00
|
|
|
- longhorn-servicemonitor.yaml
|
|
|
|
|
- longhorn-taint-toleration.yaml
|
|
|
|
|
- longhorn-nodes.yaml
|
|
|
|
|
# Longhorn deployed via bootstrap script (cluster-config/longhorn_bootstrap.sh).
|
|
|
|
|
# These manifests configure it post-bootstrap: WFFC StorageClass (default),
|
|
|
|
|
# Prometheus ServiceMonitor, taint toleration for control-plane nodes, and
|
|
|
|
|
# explicit Node CRDs for cp-2/cp-3 (auto-discovery doesn't work with taints).
|