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
will result in a new implicit Gslb resource with the incorrect value. Controller logs show the expected error:
2024-10-28T19:31:29Z ERR github.com/k8gb-io/k8gb/controllers/logging/logr.go:72 > events: Reconciler error {"Gslb":"test/xxx","controller":"gslb","controllerGroup":"k8gb.absa.oss","controllerKind":"Gslb","name":"xxx","namespace":"test","reconcileID":"59640c10-7eb4-4ed7-bc6b-f9ff18f91b28"} error="resolving spec ('Type' must be one of the values [roundRobin geoip failover])"
However, adjusting the incorrect k8gb.io/strategy value to roundRobin does not update the Gslb resource.
The text was updated successfully, but these errors were encountered:
Would you be able to migrate to the new refResolver structure?
That would help simplifying the codebase since we would not have to watch any resources besides the GSLB.
K8gb version:
0.14.0
Using Ingress annotations and initially providing an invalid value for
k8gb.io/strategy
for example:will result in a new implicit
Gslb
resource with the incorrect value. Controller logs show the expected error:However, adjusting the incorrect
k8gb.io/strategy
value toroundRobin
does not update theGslb
resource.The text was updated successfully, but these errors were encountered: