简体   繁体   中英

Error when creating Kubernetes cluster on Azure - error: "code": "PropertyChangeNotAllowed"

I am trying to create Kubernetes cluster on Microsoft Azure, but the operations fail and the following error message comes up (I use PUTTY on windows to generate the required ssh public key). Has anyone seen this before? Thanks!

"error": { "code": "PropertyChangeNotAllowed", "target": "linuxProfile.ssh.publicKeys.keyData", "message": "Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed."

I've only gotten this when the cluster already exists. Can you check the portal to make sure it doesn't already exist?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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