Update k8s.md

This commit is contained in:
starry
2025-07-24 03:59:19 +08:00
committed by GitHub
parent 1f8c967e8c
commit cb83e2f26e

View File

@@ -91,7 +91,11 @@ disabled_plugins = ["cri"]
systemctl restart containerd
```
### 初始化集群 (替换YOUR_IP为实际网IP)
### 初始化集群 (替换YOUR_IP为实际网IP)
查看IP
```
hostname -I
```
```bash
kubeadm init \
--pod-network-cidr=10.244.0.0/16 \