microsoft / K8s-Storage-Plugins

Storage plugins for Kubernetes
MIT License
42 stars 20 forks source link

Can't add iscsi-secret.yaml to k8s cluster #18

Closed gbxahollis closed 4 years ago

gbxahollis commented 4 years ago

I base64 encoded my node.session username and password, and tried to add the iscsi-secret.yaml file to my cluster, but I got this error:

The Secret "iscsi-secret" is invalid: type: Invalid value: "microsoft.com/iscsi.cmd": field is immutable

Is there some missing prereq I need to set in my cluster?

gbxahollis commented 4 years ago

Gotta enclose microsoft.com/iscsi.cmd in the yaml in quotes