Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sedef committed Mar 6, 2020
1 parent 08a1b02 commit a068996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ func (r *KubeadmControlPlaneReconciler) reconcile(ctx context.Context, cluster *
err = workloadCluster.UpdateKubeProxyImage(ctx, kcp)
if err != nil {
logger.Error(err, "failed updating kube-proxy image")
return ctrl.Result{}, err
}

numMachines := len(ownedMachines)
Expand Down
2 changes: 1 addition & 1 deletion controlplane/kubeadm/internal/workload_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
ErrControlPlaneMinNodes = errors.New("cluster has fewer than 2 control plane nodes; removing an etcd member is not supported")
)

var (
const (
kubeProxyDaemonSetName = "kube-proxy"
)

Expand Down

0 comments on commit a068996

Please sign in to comment.