Skip to content

Commit 88de8f0

Browse files
committed
make generate.
1 parent 619dc53 commit 88de8f0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

config/crd/bases/infrastructure.cluster.x-k8s.io_hetznerbaremetalmachines.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ spec:
257257
ProviderID will be the hetznerbaremetalmachine which is set by the controller in the
258258
`hrobot://<server-id>` format. Before caph v1.1.0 the ProviderID had the format
259259
`hcloud://bm-NNNNN`. Starting with caph v1.1.x this was changed to `hrobot://NNNNN`. This
260-
aligns to the upstream hcloud ccm. In the long run we want to discontinue our ccm fork.
260+
aligns to the upstream hcloud ccm. In the long run we want to discontinue our ccm fork. After
261+
the ProviderID was set once, it never changes. It is safe to update the ccm in a running
262+
workload-cluster. Only new nodes will get the new format.
261263
type: string
262264
sshSpec:
263265
description: SSHSpec gives a reference on the secret where SSH details

config/crd/bases/infrastructure.cluster.x-k8s.io_hetznerbaremetalmachinetemplates.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ spec:
244244
ProviderID will be the hetznerbaremetalmachine which is set by the controller in the
245245
`hrobot://<server-id>` format. Before caph v1.1.0 the ProviderID had the format
246246
`hcloud://bm-NNNNN`. Starting with caph v1.1.x this was changed to `hrobot://NNNNN`. This
247-
aligns to the upstream hcloud ccm. In the long run we want to discontinue our ccm fork.
247+
aligns to the upstream hcloud ccm. In the long run we want to discontinue our ccm fork. After
248+
the ProviderID was set once, it never changes. It is safe to update the ccm in a running
249+
workload-cluster. Only new nodes will get the new format.
248250
type: string
249251
sshSpec:
250252
description: SSHSpec gives a reference on the secret where

0 commit comments

Comments
 (0)