Machine with errorZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS
is not flagged as user error
#766
Labels
area/ops-productivity
Operator productivity related (how to improve operations)
kind/bug
Bug
platform/gcp
Google cloud platform/infrastructure
How to categorize this issue?
/area ops-productivity
/kind bug
/platform gcp
What happened:
With @ialidzhikov we found that an machine error such as
is not properly categorised as user error since it should be matched by
gardener-extension-provider-gcp/pkg/apis/gcp/helper/error_codes.go
Line 16 in c32ba9e
however
ZONE_RESOURCE_POOL_EXHAUSTED_WITH_DETAILS
is replaced byResourceExhausted
here:https://github.com/gardener/machine-controller-manager-provider-gcp/blob/295ac09467c51746f87762130a25934be202df68/pkg/gcp/machine_controller_util.go#L440-L446
What you expected to happen:
Error to be properly flagged as user error.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: