This commit is contained in:
2025-08-01 23:24:51 +02:00
parent d3fbb8b908
commit 92e3b3a1dc

View File

@@ -132,25 +132,24 @@ storage:
mode: 0644
contents:
inline: |
apiVersion: kubeadm.k8s.io/v1beta4
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: "fd00:0:0:2::91"
bindPort: 6443
bootstrapTokens:
- token: "kvg1hc.t3rewovrps426rof"
description: "default kubeadm bootstrap token"
ttl: "0"
nodeRegistration:
name: control-plane1
criSocket: unix:///run/containerd/containerd.sock
kubeletExtraArgs:
node-ip: "fd00:0:0:2::91"
localAPIEndpoint:
advertiseAddress: "fd00:0:0:2::91"
bindPort: 6443
certificateKey: "fee7c3e5cfcac7e4774c6efca0464a42d897f30f7300340d6578b5cfb4a3d34b"
bootstrapTokens:
- token: "kvg1hc.t3rewovrps426rof"
description: "default kubeadm bootstrap token"
ttl: "0"
---
apiVersion: kubeadm.k8s.io/v1beta4
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
#kubernetesVersion: v1.29.0
controlPlaneEndpoint: "[fd00:0:0:2::100]:6443"
networking:
podSubnet: "fd00:10:244::/56,10.244.0.0/16"
@@ -158,7 +157,6 @@ storage:
dnsDomain: "k8s.undercloud.local"
controllerManager:
extraArgs:
# #allocate-node-cidrs: 'true'
flex-volume-plugin-dir: "/opt/libexec/kubernetes/kubelet-plugins/volume/exec/"
bind-address: '::'
---