From b83f76d7095ff37c2f6a1e7eadd98ed53b68efdb Mon Sep 17 00:00:00 2001 From: ederst Date: Wed, 15 Feb 2023 14:27:22 +0100 Subject: [PATCH] Document setting cluster name flag for OCCM and Cinder CSI plugin --- docs/releases/1.26-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/1.26-NOTES.md b/docs/releases/1.26-NOTES.md index 8515a1f0d4..dc8bed7a26 100644 --- a/docs/releases/1.26-NOTES.md +++ b/docs/releases/1.26-NOTES.md @@ -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`.