mirror of
https://github.com/rancher/rke.git
synced 2025-08-01 23:33:39 +00:00
Fix restart pods for weave plugin
This commit is contained in:
parent
2aac0e475f
commit
cbb7b65643
@ -486,7 +486,7 @@ func RestartClusterPods(ctx context.Context, kubeCluster *Cluster) error {
|
|||||||
fmt.Sprintf("%s=%s", KubeAppLabel, CalicoNetworkPlugin),
|
fmt.Sprintf("%s=%s", KubeAppLabel, CalicoNetworkPlugin),
|
||||||
fmt.Sprintf("%s=%s", KubeAppLabel, FlannelNetworkPlugin),
|
fmt.Sprintf("%s=%s", KubeAppLabel, FlannelNetworkPlugin),
|
||||||
fmt.Sprintf("%s=%s", KubeAppLabel, CanalNetworkPlugin),
|
fmt.Sprintf("%s=%s", KubeAppLabel, CanalNetworkPlugin),
|
||||||
fmt.Sprintf("%s=%s", NameLabel, WeaveNetworkPlugin),
|
fmt.Sprintf("%s=%s", NameLabel, WeaveNetowrkAppName),
|
||||||
fmt.Sprintf("%s=%s", AppLabel, NginxIngressAddonAppName),
|
fmt.Sprintf("%s=%s", AppLabel, NginxIngressAddonAppName),
|
||||||
fmt.Sprintf("%s=%s", KubeAppLabel, DefaultMonitoringProvider),
|
fmt.Sprintf("%s=%s", KubeAppLabel, DefaultMonitoringProvider),
|
||||||
fmt.Sprintf("%s=%s", KubeAppLabel, KubeDNSAddonAppName),
|
fmt.Sprintf("%s=%s", KubeAppLabel, KubeDNSAddonAppName),
|
||||||
|
@ -52,8 +52,8 @@ const (
|
|||||||
CanalIface = "canal_iface"
|
CanalIface = "canal_iface"
|
||||||
CanalFlannelBackendType = "canal_flannel_backend_type"
|
CanalFlannelBackendType = "canal_flannel_backend_type"
|
||||||
|
|
||||||
WeaveNetworkPlugin = "weave"
|
WeaveNetworkPlugin = "weave"
|
||||||
|
WeaveNetowrkAppName = "weave-net"
|
||||||
// List of map keys to be used with network templates
|
// List of map keys to be used with network templates
|
||||||
|
|
||||||
// EtcdEndpoints is the server address for Etcd, used by calico
|
// EtcdEndpoints is the server address for Etcd, used by calico
|
||||||
|
Loading…
Reference in New Issue
Block a user