dns fixes

This commit is contained in:
2025-08-16 12:31:49 +02:00
parent df5d3f8d33
commit d9a50452e6
6 changed files with 25 additions and 30 deletions

View File

@@ -75,13 +75,9 @@ storage:
*******************************************************************
--------------------------------------------------------------------------------
kubernetes controle plane Node
kubernetes worker Node
Manage via:
kubectl (kubectl)
calico (calicoctl)
velero - backup (velero)
argocd https://argocd-server.argocd.svc.k8aux.undercloud.cf/
dont manage
--------------------------------------------------------------------------------
- path: /etc/sysctl.d/99-k8s.conf
@@ -153,9 +149,10 @@ storage:
kind: KubeletConfiguration
address: "::"
healthzBindAddress: "::"
clusterDomain: "k8aux.undercloud.local"
clusterDomain: "k8s.undercloud.local"
clusterDNS:
- "2001:470:72f0:f:1::a"
- "2001:470:72f0:f:1::53"
- "10.0.91.53"
cgroupDriver: "systemd"
volumePluginDir: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"