Skip to content

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

@xu-cheng

Description

@xu-cheng

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)>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions