Kubernetes cluster-autoscaler无法正常工作

时间:2018-04-16 06:47:21

标签: kubernetes

我已经为我的aws kube集群部署了cluster-autoscaler,现在它失败并出现以下错误。

./cluster-autoscaler \
  --v=6 \
  --stderrthreshold=info \
  --cloud-provider=aws \
  --skip-nodes-with-local-storage=false \
  --expander=least-waste \
  --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,kubernetes.io/cluster/dev 

自动配置器配置 命令:

diff

我已将以下标记添加到我的自动缩放组,有人可以帮助我理解此错误。

1 个答案:

答案 0 :(得分:0)

您可以尝试创建cloud-config.conf并在那里插入 KubernetesClusterTag,KubernetesClusterID Zone 属性。请验证是否

                if (isAndroid) {
                  RNFetchBlob.android.actionViewIntent(file_path, 'application/pdf');
                } else {
                  RNFetchBlob.ios.previewDocument(file_path);
                }

出现在每个节点和kubelet命令行中,如果

--cloud-provider=aws 

指向cloud_config.conf的正确路径。