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
Kubernetes external-dns webhook uses the infoblox-go-client/connector.go WapiRequestBuilder to make API calls. 503's occur when the calls cannot be forwarded to a gridmaster, since there isnt one in our situation.
Hi everyone,
Kubernetes external-dns webhook uses the infoblox-go-client/connector.go WapiRequestBuilder to make API calls. 503's occur when the calls cannot be forwarded to a gridmaster, since there isnt one in our situation.
This can be replicated with a simple curl command or invoke-restmethod:
https://HOST:443/wapi/v2.3.1/record:host?_max_results=500 -> works
https://HOST:443/wapi/v2.3.1/record:host?_max_results=500&_proxy_search=GM -> doesnt work
Ignore the api version, same issues with later versions.
Hope someone can fix this.
The text was updated successfully, but these errors were encountered: