feat: migrate core addons toward flux
All checks were successful
Deploy Cluster / Terraform (push) Successful in 49s
Deploy Cluster / Ansible (push) Successful in 4m6s

This commit is contained in:
2026-03-11 17:43:35 +00:00
parent 2d4de6cff8
commit bed8e4afc8
16 changed files with 217 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- proxyclass-infra-stable.yaml

View File

@@ -0,0 +1,13 @@
apiVersion: tailscale.com/v1alpha1
kind: ProxyClass
metadata:
name: infra-stable
spec:
statefulSet:
pod:
nodeSelector:
kubernetes.io/hostname: k8s-cluster-cp-1
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule