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
Copy file name to clipboardExpand all lines: docs/book/src/clusteropenstack/configuration.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
-[cloud-init based images](#cloud-init-based-images)
9
9
-[Ignition based images](#ignition-based-images)
10
10
-[SSH key pair](#ssh-key-pair)
11
+
-[ORC](#orc)
11
12
-[OpenStack credential](#openstack-credential)
12
13
-[Generate credentials](#generate-credentials)
13
14
-[CA certificates](#ca-certificates)
@@ -129,6 +130,27 @@ In order to access cluster nodes via SSH, you must either
129
130
[access nodes through the bastion host](#accessing-nodes-through-the-bastion-host-via-ssh)
130
131
or [configure custom security groups](#security-groups) with rules allowing ingress for port 22.
131
132
133
+
## ORC
134
+
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
136
+
manage some OpenStack resources. ORC is a separate project and is not part of CAPO, therefore it needs to be installed separately.
0 commit comments