Remove outdated content (#284)

This commit is contained in:
Scott Davidson 2024-03-13 10:06:58 +00:00 committed by GitHub
parent f4d280e7ae
commit 1f701c0b3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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