You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing DNSEndpoints are not being re-labeled with k8gb.absa.oss/dnstype=local, after k8gb controller is upgraded by helm to v0.7.5, which affects DNS resolution.
❯ k get dnsendpoints.externaldns.k8s.io --show-labels -A
NAMESPACE NAME AGE LABELS
test-gslb test-gslb-failover-tls 2d1h <none>
Only when DNSEndpoint is deleted, it gets recreated with proper label and then can be filtered by CoreDNS:
❯ k get dnsendpoints.externaldns.k8s.io --show-labels -A
NAMESPACE NAME AGE LABELS
test-gslb test-gslb-failover-tls 2m56s k8gb.absa.oss/dnstype=local
The text was updated successfully, but these errors were encountered:
Existing DNSEndpoints are not being re-labeled with
k8gb.absa.oss/dnstype=local
, after k8gb controller is upgraded by helm to v0.7.5, which affects DNS resolution.Only when DNSEndpoint is deleted, it gets recreated with proper label and then can be filtered by CoreDNS:
The text was updated successfully, but these errors were encountered: