[*] 更新默认值
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
2025-03-19 17:49:50 +08:00
parent 088a29f5be
commit e7ce179d93
2 changed files with 12 additions and 9 deletions

View File

@@ -1,13 +1,14 @@
## 初始化每个节点环境
### 配置 k8s 属性
```bash
# k8s containerd 版本
# 当前默认值
export K8S_VERSION=1.32
export CONTAINERD_VERSION=2.0.2
export CALICO_VERSION=3.29.1
# 镜像源 k8s_version
export mirrors=docker.martin98.com/k8s
export k8s_version=1.32.1
export MIRRORS=docker.martin98.com/k8s
```
### 配置 k8s 属性
```bash
# 网段配置
export pod_subnet=10.101.0.0/16
export service_subnet=10.100.0.0/16