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
A nodepool was deleted manually, crossplane tries to reconcile and fails with the message
message: 'create failed: cannot create GKE node pool: googleapi: Error 400:
Node taints with key "sandbox.gke.io/runtime" are managed by GKE and must
not be manually specified., badRequest'
reason: ReconcileError
After deleteing the taints from the live CR object, nodepool was successfully reconciled.
How can we reproduce it?
Create a nodepool with forProvider.config.sandboxConfig.type: gvisor
What happened?
A nodepool was deleted manually, crossplane tries to reconcile and fails with the message
message: 'create failed: cannot create GKE node pool: googleapi: Error 400:
Node taints with key "sandbox.gke.io/runtime" are managed by GKE and must
not be manually specified., badRequest'
reason: ReconcileError
After deleteing the taints from the live CR object, nodepool was successfully reconciled.
How can we reproduce it?
What environment did it happen in?
Crossplane version: 1.11.0
gcp_provider : crossplane/provider-gcp:master
Deployed on vcluster on a OCP project
The text was updated successfully, but these errors were encountered: