podSubnet
This commit is contained in:
@@ -28,7 +28,9 @@
|
|||||||
|
|
||||||
::: tab 安装 lazy
|
::: tab 安装 lazy
|
||||||
|
|
||||||
安装 Kuboard
|
安装 Kuboard。
|
||||||
|
|
||||||
|
> 如果您参考 https://kuboard.cn 网站上提供的 Kubernetes 安装文档,可在 master 节点上执行以下命令。
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
kubectl apply -f https://raw.githubusercontent.com/eip-work/eip-monitor-repository/master/dashboard/kuboard.yaml
|
kubectl apply -f https://raw.githubusercontent.com/eip-work/eip-monitor-repository/master/dashboard/kuboard.yaml
|
||||||
@@ -45,6 +47,8 @@ kubectl delete -f https://raw.githubusercontent.com/eip-work/eip-monitor-reposit
|
|||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
::::
|
::::
|
||||||
|
|
||||||
## 获取 Token
|
## 获取 Token
|
||||||
|
|||||||
@@ -273,8 +273,13 @@ kind: ClusterConfiguration
|
|||||||
kubernetesVersion: v1.15.1
|
kubernetesVersion: v1.15.1
|
||||||
imageRepository: registry.cn-hangzhou.aliyuncs.com/google_containers
|
imageRepository: registry.cn-hangzhou.aliyuncs.com/google_containers
|
||||||
controlPlaneEndpoint: "apiserver.demo:6443"
|
controlPlaneEndpoint: "apiserver.demo:6443"
|
||||||
|
networking:
|
||||||
|
podSubnet: "10.100.0.1/20"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
podSubnet 所使用的网段不能与节点所在的网段重叠
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
**初始化 apiserver**
|
**初始化 apiserver**
|
||||||
|
|||||||
Reference in New Issue
Block a user