Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Requests: allow custom topology.kubernetes.io/region #39

Open
xu-cheng opened this issue Jun 2, 2022 · 0 comments
Open

Feature Requests: allow custom topology.kubernetes.io/region #39

xu-cheng opened this issue Jun 2, 2022 · 0 comments

Comments

@xu-cheng
Copy link
Contributor

xu-cheng commented Jun 2, 2022

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. 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:

[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)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant