xu-cheng opened a new issue, #39:
URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/39

   Currently, the ccm will automatically apply metadata  to nodes with 
`topology.kubernetes.io/zone` and `topology.kubernetes.io/region` set to the 
same value.
   
   However, [this will cause compatibility issue with 
rook-ceph](https://github.com/rook/rook/issues/9419#issuecomment-1024660988). 
The gist is that ceph requires all topology meta data be unique, i.e., (zone != 
region).
   
   May I suggest to allow users to custom the `topology.kubernetes.io/region` 
metadata in the configure file such as:
   ```ini
   [Global]
   api-url = <CloudStack API URL>
   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)>
   ```


-- 
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: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to