Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Dec 23, 2024
1 parent fd59759 commit bdc6c8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ certificateValidityPeriod: 876000h
caCertificateValidityPeriod: 876000h
kubernetesVersion: "v1.31.4"
networking:
podSubnet: "10.244.0.0/24"
podSubnet: "10.244.0.0/16"
EOF
kubeadm init --config kubeadm-config.yaml
# kubeadm join 192.168.1.71:6443 --token 6vj8jy.8i28zq7leqs0hru1 --discovery-token-ca-cert-hash sha256:00a4d45b7c715b99aa46ffd05d6e8bf2ba3423909a7725c16a98bbdcaf0cc1c4
# kubeadm join 192.168.1.71:6443 --token bbr13k.5uvt3vpc1gs0hig9 --discovery-token-ca-cert-hash sha256:3f77bd111ac5a437cdf43de62b5d75141a4295f4b1a69ccec159de8800c2e2a3
```

kubectl config 파일을 복사한다.
Expand Down

0 comments on commit bdc6c8d

Please sign in to comment.