calico change

This commit is contained in:
root 2025-06-20 16:32:22 +09:00
parent 4ac9c29b68
commit c9db791c68
2 changed files with 16 additions and 0 deletions

View File

@ -14,6 +14,8 @@ spec:
encapsulation: VXLAN # openstack 에서는 VXLAN을 사용해야해안다 byljh encapsulation: VXLAN # openstack 에서는 VXLAN을 사용해야해안다 byljh
natOutgoing: Enabled natOutgoing: Enabled
nodeSelector: all() nodeSelector: all()
nodeAddressAutodetectionV4:
interface: enp2s0
--- ---

14
k8s/kubeadm-config.yaml Normal file
View File

@ -0,0 +1,14 @@
# kubeadm-config.yaml 예시
apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
nodeRegistration:
kubeletExtraArgs:
node-ip: 10.140.224.141
---
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
controlPlaneEndpoint: "10.140.38.226:6443"
kubernetesVersion: "v1.30.5"
networking:
podSubnet: "10.1.0.0/16"