Document setting cluster name flag for OCCM and Cinder CSI plugin

This commit is contained in:
ederst 2023-02-15 14:27:22 +01:00
parent de1451247d
commit b83f76d709
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ error is encountered while updating an InstanceGroup.
* Clusters can be created without DNS or Gossip, by using the `--dns=none` flag.
## OpenStack
* When creating new clusters kOps now sets the cluster name flag for the [external OpenStack cloud controller (OCCM)](https://github.com/kubernetes/kops/pull/15139) and the [Cinder CSI plugin](https://github.com/kubernetes/kops/pull/15095).
# Other changes of note
* containerd config is now written to `/etc/containerd/config.toml`.