update
This commit is contained in:
parent
438d859ba6
commit
a78a0db846
@ -157,6 +157,11 @@ k3s agent | k3s-agent1 | RockyLinux 8.5 | docker 20.10, k3s v1.23.9
|
||||
kubectl cordon k3s-server{0..1}
|
||||
```
|
||||
|
||||
- 设置 agent 节点的角色为 worker
|
||||
```bash
|
||||
kubectl label nodes k3s-agent{0..1} kubernetes.io/role=worker --overwrite
|
||||
```
|
||||
|
||||
## 注意事项
|
||||
- k3s 内部 ssl 证书有效期一年,可在到期前重启 k3s 集群轮换证书
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user