Skip to content

Commit

Permalink
Merge pull request #137 from wnxn/displaytab-description
Browse files Browse the repository at this point in the history
update kubeconfig displaytab description
  • Loading branch information
Wiley Wang authored Aug 11, 2019
2 parents f947a37 + 96a3ac6 commit a9227e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/config/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"role": "master",
"container": {
"type": "kvm",
"image": "img-heglxykj",
"image": "img-w1e9oiyv",
"zone": "sh1a"
},
"instance_class": {{cluster.master.instance_class}},
Expand Down Expand Up @@ -102,7 +102,7 @@
"role": "node_perf",
"container": {
"type": "kvm",
"image": "img-heglxykj",
"image": "img-w1e9oiyv",
"zone": "sh1a"
},
"instance_class": 0,
Expand Down Expand Up @@ -171,7 +171,7 @@
"role": "node_super_perf",
"container": {
"type": "kvm",
"image": "img-heglxykj",
"image": "img-w1e9oiyv",
"zone": "sh1a"
},
"instance_class": 1,
Expand Down Expand Up @@ -240,7 +240,7 @@
"role": "client",
"container": {
"type": "kvm",
"image": "img-heglxykj",
"image": "img-w1e9oiyv",
"zone": "sh1a"
},
"instance_class": {{cluster.client.instance_class}},
Expand Down
2 changes: 1 addition & 1 deletion app/config/locale/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"Service Subnet": "Service 网段",
"Choose a proxy mode": "选择一种 Proxy Mode",
"Kubernetes EIP Address": "Kubernetes EIP 地址",
"Get Kubeconfig":"获取 Kubeconfig",
"Get Kubeconfig":"如果用户希望本地使用 kubectl 通过 EIP 访问 Kubernetes Apiserver ,请在 QKE 配置参数中填写 Kubernetes EIP 地址,需要用户自己确保 EIP 和 Kubernetes Apiserver 的连通性,并将 kubeconfig 中 server 的 IP 地址修改为 EIP 地址,端口修改为适当的端口。",
"EIP address for accessing remote Kubernetes cluster, using Dotted Decimal Notation. For example: 139.198.123.23":"远程访问 Kubernetes 的 EIP 地址,请按照点分十进制填写 EIP。例如:139.198.123.23",
"Pod Subnet, using standard CIDR notation. For example: 10.10.0.0/16": "Pod 网段,请按照标准的 CIDR 格式填写。例如:10.10.0.0/16",
"Service Subnet, using standard CIDR notation. For example: 10.96.0.0/16": "Service 网段,请按照标准的 CIDR 格式填写。例如:10.96.0.0/16",
Expand Down

0 comments on commit a9227e2

Please sign in to comment.