From 1f701c0b3dd95bc65669c74ad2fa7c86e5542618 Mon Sep 17 00:00:00 2001 From: Scott Davidson <49713135+sd109@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:06:58 +0000 Subject: [PATCH] Remove outdated content (#284) --- charts/openstack-cluster/README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/charts/openstack-cluster/README.md b/charts/openstack-cluster/README.md index 71fecd2..ddda516 100644 --- a/charts/openstack-cluster/README.md +++ b/charts/openstack-cluster/README.md @@ -27,16 +27,6 @@ First, you must set up a with the [OpenStack Infrastructure Provider](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) installed. -> **WARNING** -> -> This chart depends on features in -> [cluster-api-provider-openstack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) -> that are not yet in a release. -> -> StackHPC maintain custom builds of `cluster-api-provider-openstack` for use with this chart. -> You can find these in [the StackHPC fork](https://github.com/stackhpc/cluster-api-provider-openstack/releases) -> of `cluster-api-provider-openstack`. - Addons are managed by the [Cluster API Addon Provider](https://github.com/stackhpc/cluster-api-addon-provider), which must also be installed if you wish to use the addons functionality. @@ -125,10 +115,10 @@ working cluster: ```yaml # The target Kubernetes version -kubernetesVersion: 1.22.1 +kubernetesVersion: 1.29.2 # An image with the required software installed at the target version -machineImage: ubuntu-2004-kube-v{{ .Values.kubernetesVersion }} +machineImage: ubuntu-jammy-kube-v{{ .Values.kubernetesVersion }} # The name of the SSH keypair to inject into cluster machines machineSSHKeyName: jbloggs-keypair