sureshanaparti commented on code in PR #103: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/103#discussion_r3862903691
########## README.md: ########## @@ -39,9 +40,16 @@ api-key = <CloudStack API Key> secret-key = <CloudStack API Secret> project-id = <CloudStack Project UUID (optional)> zone = <CloudStack Zone Name (optional)> +region = <Region Name (optional)> ssl-no-verify = <Disable SSL certificate validation: true or false (optional)> ``` +`zone` is auto-detected from the node the controller runs on if it is not set. + +`region` sets the value of the region node labels. If it is left empty, the region labels are set +to the zone name. Set it if you need the zone and region labels to differ — some workloads, such as +Rook/Ceph, require this. Review Comment: ```suggestion Rook/Ceph require this. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
