Fix typo
This commit is contained in:
parent
f6b0ad8873
commit
24e9765916
|
@ -29,7 +29,7 @@ cluster.proto_dist = inet_tcp
|
||||||
## - mcast: IP Multicast
|
## - mcast: IP Multicast
|
||||||
## - dns: DNS A Record
|
## - dns: DNS A Record
|
||||||
## - etcd: etcd
|
## - etcd: etcd
|
||||||
## - k8s: Kubernates
|
## - k8s: Kubernetes
|
||||||
##
|
##
|
||||||
## Default: manual
|
## Default: manual
|
||||||
cluster.discovery = manual
|
cluster.discovery = manual
|
||||||
|
@ -141,9 +141,9 @@ cluster.autoclean = 5m
|
||||||
## cluster.etcd.ssl.cacertfile = {{ platform_etc_dir }}/certs/ca.pem
|
## cluster.etcd.ssl.cacertfile = {{ platform_etc_dir }}/certs/ca.pem
|
||||||
|
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## Cluster using Kubernates
|
## Cluster using Kubernetes
|
||||||
|
|
||||||
## Kubernates API server list, seperated by ','.
|
## Kubernetes API server list, seperated by ','.
|
||||||
##
|
##
|
||||||
## Value: String
|
## Value: String
|
||||||
## cluster.k8s.apiserver = http://10.110.111.204:8080
|
## cluster.k8s.apiserver = http://10.110.111.204:8080
|
||||||
|
@ -168,7 +168,7 @@ cluster.autoclean = 5m
|
||||||
## Value: String
|
## Value: String
|
||||||
## cluster.k8s.suffix = pod.cluster.local
|
## cluster.k8s.suffix = pod.cluster.local
|
||||||
|
|
||||||
## Kubernates Namespace
|
## Kubernetes Namespace
|
||||||
##
|
##
|
||||||
## Value: String
|
## Value: String
|
||||||
## cluster.k8s.namespace = default
|
## cluster.k8s.namespace = default
|
||||||
|
|
Loading…
Reference in New Issue