【发布时间】:2020-12-19 22:54:52
【问题描述】:
Gke 已经为删除一个节点而苦苦挣扎了将近一个月,而该实例似乎不知何故陷入了困境。我无法暂停、停止或删除它。 无论我如何尝试摆脱它,它都会返回相同错误的变体。
ERROR: (gcloud.compute.instances.delete) Could not fetch resource:
- Too many pending operations on a resource.
LE:日志浏览器显示
Instance Group Manager 'projects/xxx/zones/us-central1-a/instanceGroupManagers/gke-standard-cluster-spot-4core-16ram-xxxxx' initiated deleteInstance on instance 'projects/xxxx/zones/us-central1-a/instances/gke-standard-cluster-spot-4core-16ram-xxxx'. Reason: need to continue current process.
有人能告诉我如何摆脱它吗?它几乎搞砸了自动缩放器,因为从它的角度来看,即将产生一个新节点(尽管自 11 月 23 日以来它一直在尝试)
【问题讨论】:
-
试试这个command
标签: google-cloud-platform google-kubernetes-engine