如Google所述:
在2019年11月,默认情况下将为新创建的集群和节点池启用节点自动升级。要禁用它,请使用
--no-enable-autoupgrade
标志
如何检查已经存在的集群(或节点池)当前是否已激活?
编辑:如Adebisi所述,可以使用以下命令找到它:
gcloud container clusters describe [cluster]
或
gcloud container node-pools describe [node-pool] --cluster=[cluster]
但是,如果结果实际上设置为management.autoUpgrade
,则结果将仅包含条目true
。一种替代方法是使用Google控制台的Web UI。