无法创建 Azure 容器服务类型 = Kubernetes

Not able to create Azure Container Service type = Kubernetes

我正在使用 Azure CLI 2.0 并尝试使用此命令创建 Azure Container Service type Kurbenetes(我已经创建了资源组)

az acs create --orchestrator-type=kubernetes --resource-group=mi-shared-docker-test --dns-prefix=kube --name=mishareddocker

我遇到了这个错误

waiting for AAD role to propagate..........Could not create a service principal with the right permissions. Are you an Owner on this project?

我可以创建任何 vms、webapps 等,但为什么我会收到这个问题?

好吧,错误说明得很清楚,您没有正确的权限,您应该阅读 ACS\Kubernetes 指南。

我知道您使用的是 AZ,而不是 azure,但思路是一样的,您应该enough permissions and a service principal 在 Azure 上部署 Kubernetes。

需要具体看this link

你的命令有错字,orchestrator=type 应该是 orchestrator-type(破折号而不是等号)