feat(externaldns): upgrade to 1.21.1, fix sources for installed CRDs #143
Reference in New Issue
Block a user
Delete Branch "benvin/externaldns-fix-sources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
gateway-tcproutesource —TCPRouteCRD is not installed, causing crash-loopgateway-tlsroutesource —TLSRouteCRD is installed (Gateway API 1.5.1)Why
The pod was crash-looping every minute with
failed to list *v1alpha2.TCPRoute: the server could not find the requested resourcebecause the TCPRoute CRD doesn't exist in this cluster. TLSRoute was previously removed but its CRD does exist.