mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Merge pull request #42375 from nikhiljindal/controllerRequiredResources
Automatic merge from submit-queue (batch tested with PRs 42369, 42375, 42397, 42435, 42455) Fixing federation controllers to support controllers flag Fixes https://github.com/kubernetes/kubernetes/issues/42374 cc @kubernetes/sig-federation-pr-reviews
This commit is contained in:
@@ -60,7 +60,7 @@ const (
|
||||
// We wait for ingress to be created in this cluster before creating it any
|
||||
// other cluster.
|
||||
firstClusterAnnotation = "ingress.federation.kubernetes.io/first-cluster"
|
||||
ControllerName = "ingress"
|
||||
ControllerName = "ingresses"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user