Skip to content

Commit 6e3a97d

Browse files
committed
Document move labels for ORC CRDs
Signed-off-by: Lennart Jern <[email protected]>
1 parent 3b1a63c commit 6e3a97d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/book/src/clusteropenstack/configuration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ or [configure custom security groups](#security-groups) with rules allowing ingr
132132

133133
## ORC
134134

135-
ORC ([OpenStack Resource Controller](https://github.com/k-orc/openstack-resource-controller)) provides a set of Kubernetes controllers and is required by CAPO to
135+
ORC ([OpenStack Resource Controller](https://github.com/k-orc/openstack-resource-controller)) provides a set of Kubernetes controllers and is required by CAPO to
136136
manage some OpenStack resources. ORC is a separate project and is not part of CAPO, therefore it needs to be installed separately.
137137

138138
To install ORC, run the following command:
@@ -151,6 +151,13 @@ kubectl apply --server-side -k "https://github.com/k-orc/openstack-resource-cont
151151
In most cases, the default configuration should be sufficient.
152152
Check the [ORC documentation](https://k-orc.cloud) for more information.
153153

154+
**Note:** You need to add the `clusterctl.cluster.x-k8s.io/move` label to the ORC CRDs in order to successfully move objects from bootstrap cluster to target cluster during clusterctl move operations:
155+
156+
```bash
157+
kubectl label crd servers.openstack.k-orc.cloud clusterctl.cluster.x-k8s.io/move=""
158+
kubectl label crd images.openstack.k-orc.cloud clusterctl.cluster.x-k8s.io/move=""
159+
```
160+
154161
## OpenStack credential
155162

156163
### Generate credentials

0 commit comments

Comments
 (0)