diff --git a/cluster/cluster.go b/cluster/cluster.go index cbdd3d89..9f9d450e 100644 --- a/cluster/cluster.go +++ b/cluster/cluster.go @@ -486,7 +486,7 @@ func RestartClusterPods(ctx context.Context, kubeCluster *Cluster) error { fmt.Sprintf("%s=%s", KubeAppLabel, CalicoNetworkPlugin), fmt.Sprintf("%s=%s", KubeAppLabel, FlannelNetworkPlugin), 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", KubeAppLabel, DefaultMonitoringProvider), fmt.Sprintf("%s=%s", KubeAppLabel, KubeDNSAddonAppName), diff --git a/cluster/network.go b/cluster/network.go index 93ffa614..9c3d579c 100644 --- a/cluster/network.go +++ b/cluster/network.go @@ -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