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
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
GKE container NodePool update API supports updating the taints however looks like this python library does not support this yet.
See here for more info: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools/update
The
set_labelsfunction that exists is for applying them at a cluster level, however we need them at the nodepool level.