fix-up some spelling mistakes (#5202)

This commit is contained in:
陈谭军
2019-09-26 14:27:08 +08:00
committed by Kubernetes Prow Robot
parent 1cf6a99df4
commit 3bcdf46937
10 changed files with 10 additions and 10 deletions

View File

@@ -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: ""

View File

@@ -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 }}"