mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #4543 from mattf/tpyo
fix a few typos i ran into during setup
This commit is contained in:
commit
6bbde837b8
@ -10,7 +10,7 @@
|
|||||||
# kubelet.service
|
# kubelet.service
|
||||||
# kube-proxy.service
|
# kube-proxy.service
|
||||||
|
|
||||||
# Comma seperated list of nodes in the etcd cluster
|
# Comma separated list of nodes in the etcd cluster
|
||||||
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
|
KUBE_ETCD_SERVERS="--etcd_servers=http://127.0.0.1:4001"
|
||||||
|
|
||||||
# logging to stderr means we get it in the systemd journal
|
# logging to stderr means we get it in the systemd journal
|
||||||
@ -19,5 +19,5 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
|||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# defaults from config and apiserver should be adequate
|
# defaults from config and apiserver should be adequate
|
||||||
|
|
||||||
# Comma seperated list of minions
|
# Comma separated list of minions
|
||||||
KUBELET_ADDRESSES="--machines=127.0.0.1"
|
KUBELET_ADDRESSES="--machines=127.0.0.1"
|
||||||
|
|
||||||
# Add you own!
|
# Add you own!
|
||||||
|
@ -43,7 +43,7 @@ echo "192.168.121.9 centos-master
|
|||||||
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
|
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Comma seperated list of nodes in the etcd cluster
|
# Comma separated list of nodes in the etcd cluster
|
||||||
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
|
KUBE_ETCD_SERVERS="--etcd_servers=http://centos-master:4001"
|
||||||
|
|
||||||
# logging to stderr means we get it in the systemd journal
|
# logging to stderr means we get it in the systemd journal
|
||||||
@ -52,7 +52,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
|||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ KUBE_API_ARGS=""
|
|||||||
|
|
||||||
* Edit /etc/kubernetes/controller-manager to appear as such:
|
* Edit /etc/kubernetes/controller-manager to appear as such:
|
||||||
```
|
```
|
||||||
# Comma seperated list of minions
|
# Comma separated list of minions
|
||||||
KUBELET_ADDRESSES="--machines=centos-minion"
|
KUBELET_ADDRESSES="--machines=centos-minion"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -145,4 +145,4 @@ centos-minion <none>
|
|||||||
|
|
||||||
**The cluster should be running! Launch a test pod.**
|
**The cluster should be running! Launch a test pod.**
|
||||||
|
|
||||||
You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)!
|
You should have a functional cluster, check out [101](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md)!
|
||||||
|
@ -32,7 +32,7 @@ echo "192.168.121.9 fed-master
|
|||||||
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
|
* Edit /etc/kubernetes/config which will be the same on all hosts to contain:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Comma seperated list of nodes in the etcd cluster
|
# Comma separated list of nodes in the etcd cluster
|
||||||
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
|
KUBE_ETCD_SERVERS="--etcd_servers=http://fed-master:4001"
|
||||||
|
|
||||||
# logging to stderr means we get it in the systemd journal
|
# logging to stderr means we get it in the systemd journal
|
||||||
@ -41,7 +41,7 @@ KUBE_LOGTOSTDERR="--logtostderr=true"
|
|||||||
# journal message level, 0 is debug
|
# journal message level, 0 is debug
|
||||||
KUBE_LOG_LEVEL="--v=0"
|
KUBE_LOG_LEVEL="--v=0"
|
||||||
|
|
||||||
# Should this cluster be allowed to run privleged docker containers
|
# Should this cluster be allowed to run privileged docker containers
|
||||||
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
KUBE_ALLOW_PRIV="--allow_privileged=false"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ KUBE_API_ARGS=""
|
|||||||
|
|
||||||
* Edit /etc/kubernetes/controller-manager to appear as such:
|
* Edit /etc/kubernetes/controller-manager to appear as such:
|
||||||
```
|
```
|
||||||
# Comma seperated list of minions
|
# Comma separated list of minions
|
||||||
KUBELET_ADDRESSES="--machines=fed-minion"
|
KUBELET_ADDRESSES="--machines=fed-minion"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user