Google cloud kubernetes 关闭一个节点

Google cloud kubernetes switching off a node

我目前正在为家庭项目测试 google 云。我只要求节点在某个时隙之间运行。当我关闭节点时,它会自动再次打开。不确定我是否遗漏了什么,因为我没有启用自动缩放,而且它也是一个通用的 e2-small 实例

When I switch the node off it automatically switches itself on again. Not sure if I am missing something as I did not enabling autoscaling and it's also a General Purpose e2-small instances

Kubernetes 节点由节点池管理。如果您正在使用它,您可能会在 GKE 的集群创建过程中创建它。

节点池管理可用节点的数量counts。可能会再次创建新节点或重新启动现有节点。

如果您在 GKE 上并希望缩小到零,您可以从 GKE 控制台减少节点池中的节点数。

检查您的节点池:https://cloud.google.com/kubernetes-engine/docs/how-to/node-pools#console_1

从此处调整您的节点池大小:https://cloud.google.com/kubernetes-engine/docs/how-to/node-pools#resizing_a_node_pool