mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -03:30
fix-up some spelling mistakes (#5202)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
1cf6a99df4
commit
3bcdf46937
@@ -1,7 +1,7 @@
|
||||
---
|
||||
docker_kernel_min_version: '0'
|
||||
|
||||
# overide defaults, missing 17.03 for aarch64
|
||||
# Override defaults, missing 17.03 for aarch64
|
||||
docker_version: '1.13'
|
||||
|
||||
# http://mirror.centos.org/altarch/7/extras/aarch64/Packages/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosing using the node's
|
||||
# If left blank, then the interface is choosing using the node's
|
||||
# default route.
|
||||
canal_iface: ""
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ data:
|
||||
etcd_endpoints: "{{ etcd_access_addresses }}"
|
||||
|
||||
# The interface used by canal for host <-> host communication.
|
||||
# If left blank, then the interface is chosing using the node's
|
||||
# If left blank, then the interface is choosing using the node's
|
||||
# default route.
|
||||
flanneld_iface: "{{ canal_iface }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user