calico change
This commit is contained in:
parent
4ac9c29b68
commit
c9db791c68
|
|
@ -14,6 +14,8 @@ spec:
|
|||
encapsulation: VXLAN # openstack 에서는 VXLAN을 사용해야해안다 byljh
|
||||
natOutgoing: Enabled
|
||||
nodeSelector: all()
|
||||
nodeAddressAutodetectionV4:
|
||||
interface: enp2s0
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue