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

@@ -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

View File

@@ -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**