podSubnet

This commit is contained in:
huanqing.shao
2019-08-06 16:42:11 +08:00
parent 5c1c72e24e
commit b654045ebe
2 changed files with 10 additions and 1 deletions

View File

@@ -273,8 +273,13 @@ kind: ClusterConfiguration
kubernetesVersion: v1.15.1
imageRepository: registry.cn-hangzhou.aliyuncs.com/google_containers
controlPlaneEndpoint: "apiserver.demo:6443"
networking:
podSubnet: "10.100.0.1/20"
```
::: tip
podSubnet 所使用的网段不能与节点所在的网段重叠
:::
**初始化 apiserver**