This commit is contained in:
2025-08-01 18:22:06 +02:00
parent 708cf20493
commit 8f07d54755
2 changed files with 11 additions and 5 deletions

View File

@@ -144,7 +144,7 @@ storage:
node-ip: "fd00:0:0:2::91"
certificateKey: "fee7c3e5cfcac7e4774c6efca0464a42d897f30f7300340d6578b5cfb4a3d34b"
bootstrapTokens:
- token: "abcdef.0123456789abcdef"
- token: "kvg1hc.t3rewovrps426rof"
description: "default kubeadm bootstrap token"
ttl: "0"
---
@@ -164,6 +164,12 @@ storage:
clusterDomain: "k8s.undercloud.local"
volumePluginDir: /opt/libexec/kubernetes/kubelet-plugins/volume/exec
cgroupDriver: "systemd"
---
controllerManager:
extraArgs:
# #allocate-node-cidrs: 'true'
flex-volume-plugin-dir: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"
bind-address: '::'
- path: /etc/kubernetes/calico.yaml
mode: 0644

View File

@@ -135,9 +135,9 @@ storage:
apiVersion: kubeadm.k8s.io/v1beta3
kind: JoinConfiguration
controlPlane:
localAPIEndpoint:
advertiseAddress: "fd00:0:0:2::92"
bindPort: 6443
#localAPIEndpoint:
# advertiseAddress: "fd00:0:0:2::92"
# bindPort: 6443
certificateKey: "fee7c3e5cfcac7e4774c6efca0464a42d897f30f7300340d6578b5cfb4a3d34b"
nodeRegistration:
name: control-plane2
@@ -148,7 +148,7 @@ storage:
discovery:
bootstrapToken:
apiServerEndpoint: "[fd00:0:0:2::100]:6443"
token: "abcdef.0123456789abcdef"
token: "kvg1hc.t3rewovrps426rof"
unsafeSkipCAVerification: true
---
apiVersion: kubelet.config.k8s.io/v1beta1