1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-31 22:46:25 +00:00

Fix restart pods for weave plugin

This commit is contained in:
galal-hussein
2019-03-07 20:29:46 +02:00
committed by Alena Prokharchyk
parent 2aac0e475f
commit cbb7b65643
2 changed files with 3 additions and 3 deletions

View File

@@ -52,8 +52,8 @@ const (
CanalIface = "canal_iface"
CanalFlannelBackendType = "canal_flannel_backend_type"
WeaveNetworkPlugin = "weave"
WeaveNetworkPlugin = "weave"
WeaveNetowrkAppName = "weave-net"
// List of map keys to be used with network templates
// EtcdEndpoints is the server address for Etcd, used by calico