mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Merge pull request #7931 from pmorie/typo
Fix typos in different config comments
This commit is contained in:
@@ -99,7 +99,7 @@ KUBELET_PORT="--kubelet_port=10250"
|
||||
# Address range to use for services
|
||||
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
|
||||
|
||||
# Add you own!
|
||||
# Add your own!
|
||||
KUBE_API_ARGS=""
|
||||
```
|
||||
|
||||
|
@@ -73,7 +73,7 @@ KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
|
||||
# Address range to use for services
|
||||
KUBE_SERVICE_ADDRESSES="--portal_net=10.254.0.0/16"
|
||||
|
||||
# Add you own!
|
||||
# Add your own!
|
||||
KUBE_API_ARGS=""
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user