mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Change 'minion' to 'node' in docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
###
|
||||
# kubernetes kubelet (minion) config
|
||||
# kubernetes kubelet config
|
||||
|
||||
# The address for the info server to serve on (set to 0.0.0.0 or "" for all interfaces)
|
||||
KUBELET_ADDRESS=""
|
||||
|
@@ -142,7 +142,7 @@ function install_components {
|
||||
|
||||
### precaution to make sure etcd is writable, flush iptables.
|
||||
iptables -F
|
||||
### minions: these will each run their own api server.
|
||||
### nodes: these will each run their own api server.
|
||||
else
|
||||
### Make sure etcd running, flannel needs it.
|
||||
test_etcd
|
||||
|
Reference in New Issue
Block a user