You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ROBOT_USE_LEGACY_PROVIDER_ID to use legacy provider ID
For some clusters it might be challenging to
update the tool creating new nodes (like
Cluster API Provider Hetzner) and the CCM so that
both agree on the provider ID format.
If the env var ROBOT_USE_LEGACY_PROVIDER_ID is set
to a true value ("1", "t", "T", "true", "TRUE",
"True"), then the CCM will use the legacy format
("hcloud://bm-NNNN") when returning
InstanceMetadata.
This applies only, when the node is created. Once
a provider ID is set, it won't be changed again.
0 commit comments