mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
fix typo: remove repeated words(is) (#3419)
This commit is contained in:
@@ -226,9 +226,9 @@ registries = [
|
||||
# management of CNI plugins.
|
||||
[crio.network]
|
||||
|
||||
# network_dir is is where CNI network configuration
|
||||
# network_dir is where CNI network configuration
|
||||
# files are stored.
|
||||
network_dir = "/etc/cni/net.d/"
|
||||
|
||||
# plugin_dir is is where CNI plugin binaries are stored.
|
||||
# plugin_dir is where CNI plugin binaries are stored.
|
||||
plugin_dir = "/opt/cni/bin/"
|
||||
|
||||
Reference in New Issue
Block a user