Skip to content

Commit

Permalink
Merge pull request #2296 from Nordix/lentzi90/microversion-docs
Browse files Browse the repository at this point in the history
📖 Add docs about microversions
  • Loading branch information
k8s-ci-robot authored Dec 2, 2024
2 parents 02a3f40 + 0e549a7 commit 36fdcb1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/book/src/clusteropenstack/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ clusterctl generate cluster capi-quickstart \
## OpenStack version

We currently require at least OpenStack Pike.
There is some flexibility in the microversion requirements for Nova.
The minimum requirement is 2.38.
However, certain features require a higher version.
Specifically, tagging raises the requirement to 2.53, and multiattach volumes to 2.60.

Note that CAPO will not be able to determine what the default volume type is or whether it is multiattach capable.
You need to be explicit in this case and specify what volume type should be used.

## Operating system image

Expand Down Expand Up @@ -193,7 +200,7 @@ Depending on the CNI that will be deployed on the cluster, you may need to add s
namespace: <cluster-namespace>
spec:
...
managedSecurityGroups:
managedSecurityGroups:
allNodesSecurityGroupRules:
- remoteManagedGroups:
- controlplane
Expand Down Expand Up @@ -246,7 +253,7 @@ You can use a pre-existing router instead of creating a new one. When deleting a
namespace: <cluster-namespace>
spec:
...
router:
router:
id: <Router id>
```

Expand Down

0 comments on commit 36fdcb1

Please sign in to comment.