From 7e4473e248fb083af244c8860c34f9290ba1dcd3 Mon Sep 17 00:00:00 2001 From: Cesar Wong Date: Fri, 26 May 2023 14:31:13 -0400 Subject: [PATCH] Remove external-dns --events flag The events flag causes the external-dns controller to ignore route events for extended periods of time in some circumstances. For now, removing the flag and replacing with the interval flag. --- cmd/install/assets/hypershift_operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/install/assets/hypershift_operator.go b/cmd/install/assets/hypershift_operator.go index 7bc18a646a8..ee18fd9e526 100644 --- a/cmd/install/assets/hypershift_operator.go +++ b/cmd/install/assets/hypershift_operator.go @@ -205,7 +205,7 @@ func (o ExternalDNSDeployment) Build() *appsv1.Deployment { "--txt-suffix=-external-dns", fmt.Sprintf("--txt-owner-id=%s", txtOwnerId), fmt.Sprintf("--label-filter=%s!=%s", hyperv1.RouteVisibilityLabel, hyperv1.RouteVisibilityPrivate), - "--events", + "--interval=1m", }, Ports: []corev1.ContainerPort{{Name: "metrics", ContainerPort: 7979}}, LivenessProbe: &corev1.Probe{