简体   繁体   English

错误:等待组稳定,当前操作:创建:4

[英]Error: Waiting for group to become stable, current operations: creating: 4

In the tutorial Real-time data analysis with Kubernetes, Redis, and BigQuery on Google Cloud Platform , when I run: $ kubernetes/cluster/kube-up.sh , my terminal shows "Waiting for group to become stable, current operations: creating: 4".Google Cloud Platform 上使用 Kubernetes、Redis 和 BigQuery 进行实时数据分析教程中,当我运行: $ kubernetes/cluster/kube-up.sh ,我的终端显示“等待组变得稳定,当前操作:创建: 4"。 What is the problem?问题是什么? I have waited for the results for just half a day and tried it for several times, but it does't work!我只等了半天结果,试了好几次,还是不行!

https://github.com/kubernetes/kubernetes/issues/13407 appears to be relevant. https://github.com/kubernetes/kubernetes/issues/13407似乎是相关的。 It sounds like you may need more CPU quote for your project.听起来您的项目可能需要更多 CPU 报价。 Please feel free to post details of your setup in that issue for additional help.请随时在该问题中发布您的设置详细信息以获得更多帮助。

It's possible to get this error if there's a syntax issue in the startup scripts, which (since this tutorial has you edit the startup config info), you might have inadvertently introduced.如果启动脚本中存在语法问题,则可能会出现此错误(因为本教程让您编辑了启动配置信息),这可能是您无意中引入的。
As a control, try first bringing up an 'out of the box' cluster with no config edits, and see if it comes up okay.作为控制,首先尝试启动一个没有配置编辑的“开箱即用”集群,看看它是否正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM