博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
容器服务集群创建常见错误
阅读量:5845 次
发布时间:2019-06-18

本文共 2492 字,大约阅读时间需要 8 分钟。

容器服务集群创建过程中可能会遇到一些错误导致集群创建失败,以下列举了一些常见的错误以及解决办法供参考。

  • SLB错误 (可以提供RequestID 给到支持同学)

Config cs AcessRouting failed : Failed to CreateLoadBalancer:Aliyun API Error: RequestId: 47AE1BFC-AFEA-469C-82F5-1E3BD81897F2 Status Code: 500 Code: InternalError Message: The request processing has failed due to some unknown error, exception or failure.

  • 配置Docker超时(需要查询一下Deamon日志)

Adding tags map[provider:aliyunacs acsversion:1.0 acsclusterid:xxx acsclustername:xxx] to instance xx

  • 可用区暂不售卖

Code: Zone.NotOnSale Message: The specified zone is not on sale.

  • 集群Master创建失败

Creating Master Region Controller: 500 Internal Server Error

  • 未实名认证

Create CS ClusterNodes failed : Aliyun API Error: RequestId: 530614DA-C7DA-4946-BF31-7A28FB16C160 Status Code: 403 Code: RealNameAuthenticationError Message: Your account has not passed the real-name authentication yet.

  • 安全组超过上限

Config cs ClusterNetwork failed : Aliyun API Error: RequestId: 264E5ADC-0571-44C0-8508-C037096856C7 Status Code: 403 Code: QuotaExceed.SecurityGroup Message: The security group quota exceeds.

  • 账户余额不足100元

Create CS ClusterNodes failed : Aliyun API Error: RequestId: FF1D1B71-9992-4B51-83E0-3864976BBEC9 Status Code: 400 Code: InsufficientBalance Message: Your account does not have enough balance.

  • 资源不足

Failed to create instance: Aliyun API Error: RequestId: CC2FF296-D29E-484E-B095-8905CDA016BA Status Code: 403 Code: OperationDenied Message: The resource is out of usage.

  • SLB个数超过上限

Config cs AcessRouting failed : Failed to CreateLoadBalancer:Aliyun API Error: RequestId: A1E5D644-C31A-4142-B722-CBD6EF57A3A7 Status Code: 400 Code: OverQuota Message: The Total is over the quota.

  • 共享镜像个数超过上限

Fail shared image: Aliyun API Error: RequestId: 693F8B6C-9349-4277-B109-9841BFF1F76C Status Code: 404 Code: InvalidAccount.Forbbiden Message: The specified Account does not yourself.

  • 缺少参数(主要集中在OpenAPI调用)

c7904aa1b9e3642fa8fbf440f48dfedb8 | Fail shared image: Aliyun API Error: RequestId: D2518C32-0C2B-4EAD-9F88-43A5C2AAF0C1 Status Code: 404 Code: InvalidAccount.NotFound Message: The specified parameter "AddAccount.n" or "RemoveAccount.n" does not exist.

  • 实例类型不匹配(该错误主要来源于OpenAPI的用户)

InvalidInstanceType.ValueUnauthorized Message: The specified InstanceType is not authorized

  • 在VPC环境下设置的容器网段与现有路由表网段或者VPC下交换机网段冲突

InvalidCIDRBlock.Duplicate Message: Specified CIDR block is already exists

  • EIP超过quota

QuotaExceeded.Eip Message: Elastic IP address quota exceeded

  • 按量付费的ECS超过quota

QuotaExceed.AfterpayInstance Message: Living afterpay instances quota exceeded

转载地址:http://zihcx.baihongyu.com/

你可能感兴趣的文章
华中科大提出EAT-NAS方法:提升大规模神经模型搜索速度
查看>>
Etsy如何及为什么迁移到API优先的架构
查看>>
麦当劳重金收购一大数据创业公司,持续加码数字化转型
查看>>
Node和JS基金会宣布合并为 OpenJS 基金会
查看>>
我们常常意识不到问题的存在,直到有人解决了这些问题
查看>>
Oracle 裁员史:技术人死于重组,卒于云计算
查看>>
开发速度快10倍!Airbnb用GraphQL+Apollo做到了
查看>>
重磅!亚马逊将在2019年全面弃用Oracle数据库
查看>>
都去炒AI和大数据了,落地的事儿谁来做?
查看>>
Angular2管理外部类型定义和处理“Duplicate identifier” TypeScript错误
查看>>
python学习笔记-调用函数
查看>>
Laravel Pipeline 组件的实现
查看>>
快速入门react-native
查看>>
Yii2 的场景使用
查看>>
Java线程的状态及切换
查看>>
用ES6编写AngularJS程序是怎样一种体验
查看>>
如何使用 Xcode Targets 管理开发和生产版本?
查看>>
[译] nginx是如何处理Request的
查看>>
iOS 本地化进阶教程
查看>>
用gradle自动配置百度地图Key
查看>>