dns fixes
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user