1
KubernetesバージョンのAutoscalerバージョンはtightly coupledです。現在、KubernetesクラスタにどのバージョンのCluster Autoscalerがインストールされているかを確認する方法はありますか?Kubernetes Cluster Autoscalerのバージョンを確認するには?
クラスタAutoscalerバージョンを返さないgcloud container clusters describe my-kube-cluster
を実行している:それは/health-check
と/metrics
を含むバージョン、だ印刷したクラスタautoscalerにはエンドポイントがありません
nodePools:
- autoscaling:
enabled: true
maxNodeCount: 12
minNodeCount: 3
ログを持つ素晴らしいソリューション。素晴らしい思考と研究 - ありがとう! – sabrehagen