From 97e1e9965f5c17414cc274c711f941efc02aaa71 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 19 Feb 2025 11:49:27 +0000 Subject: [PATCH] Docs: Magnum templates are tied to Azimuth release --- doc/source/configuration/magnum-capi.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/configuration/magnum-capi.rst b/doc/source/configuration/magnum-capi.rst index 016aaeabb..bc836ccc8 100644 --- a/doc/source/configuration/magnum-capi.rst +++ b/doc/source/configuration/magnum-capi.rst @@ -112,4 +112,6 @@ Magnum Cluster Templates The clusters deployed by the Cluster API driver make use of the Ubuntu Kubernetes images built in the `azimuth-images `_ repository and then use `capi-helm-charts `_ to provide the Helm charts which define the clusters based on these images. Between them, these two repositories have CI jobs that regularly build and test images and Helm charts for the latest Kubernetes versions. It is therefore important to update the cluster templates on each cloud regularly to make use of these new releases. +Note that these templates are a tested set against the specific CAPI management cluster release. As such, you should make sure to update your CAPI management cluster to the latest release before updating to the latest templates. + Magnum templates should be defined within an existing client-specific `openstack-config `_ repository. See the openstack-config `README `_ for more details.