diff --git a/federation/pkg/federation-controller/ingress/ingress_controller.go b/federation/pkg/federation-controller/ingress/ingress_controller.go index ee4a90df94..4e244ebc33 100644 --- a/federation/pkg/federation-controller/ingress/ingress_controller.go +++ b/federation/pkg/federation-controller/ingress/ingress_controller.go @@ -489,7 +489,7 @@ func (ic *IngressController) reconcileIngressesOnClusterChange(clusterName strin /* reconcileConfigMapForCluster ensures that the configmap for the ingress controller in the cluster has objectmeta.data.UID - consistent with all the other clusters in the federation. If clusterName == allClustersKey, then all avaliable clusters + consistent with all the other clusters in the federation. If clusterName == allClustersKey, then all available clusters configmaps are reconciled. */ func (ic *IngressController) reconcileConfigMapForCluster(clusterName string) {