AKS使用Kubernetes 1.12.5 [英] AKS using Kubernetes 1.12.5

查看:127
本文介绍了AKS使用Kubernetes 1.12.5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用Azure CLI创建AKS。 例如:

We are using Azure CLI to create AKS.  For example:

```

az aks create \

  ;   --resource-group $ {RG} \

    --name $ {CLUSTER} \

    --node-count $ {COUNT} \

    --node-vm-size $ {SIZE} \

    - 启用插件监控\

    --admin-username $ {USER} \

    --ssh-key-value $ {PUBKEY} \

    --node-osdisk-size 100 \

    --kubernetes-version 1.12.5

az aks create \
    --resource-group ${RG} \
    --name ${CLUSTER} \
    --node-count ${COUNT} \
    --node-vm-size ${SIZE} \
    --enable-addons monitoring \
    --admin-username ${USER} \
    --ssh-key-value ${PUBKEY} \
    --node-osdisk-size 100 \
    --kubernetes-version 1.12.5

```

直到几个小时前,这个工作正常。  当我们开始收到此错误时:

This worked fine this up until a couple of hours ago.   When we started getting this error:

```操作失败,状态为:'Bad Request'。详细信息:参数orchestratorProfile.OrchestratorVersion的值无效.```

```Operation failed with status: 'Bad Request'. Details: The value of parameter orchestratorProfile.OrchestratorVersion is invalid.```

此命令:

az aks get-versions --location eastus --output table

不再显示1.12.5为一个选项。  这种变化是故意的吗? 

No longer shows 1.12.5 as an option.   Was this change intentional? 

推荐答案

我没有听说过有关12.5但最新版本的内容是12.6。看起来12.7也可用,但稳定版本是12.6。 

I have not heard anything regarding 12.5 but the latest version is 12.6. It looks like 12.7 is also available but the stable release is 12.6. 

您是否在使用12.6时遇到问题?

Are you having issues using 12.6?

您也可以直接查看在AKS github上,我们让产品团队积极研究问题,并告诉您是否有任何角色支持。我创建的最后一个AKS群集在过去几周都是12.6,所以我假设最新的是
。 

You can also check directly on the AKS github where we have the product team actively looking into issues and could tell you if the did any role backs. The last AKS clusters I created were all 12.6 over the last couple of weeks so I just assumed that was the most up to date. 

https://github.com/Azure/AKS/issues

https://github.com/Azure/AKS/issues

这篇关于AKS使用Kubernetes 1.12.5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆