Merge pull request #15156 from infonova/os-document-clustername-flag

Document setting cluster name flag for OCCM and Cinder CSI plugin
This commit is contained in:
Kubernetes Prow Robot 2023-02-15 08:48:24 -08:00 committed by GitHub
commit 864b70f408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`.