Skip to content

Commit

Permalink
Add Kubeadm and Kubelet versions info in README.md (openshift#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekazuna authored and pierreprinetti committed Apr 22, 2024
1 parent b5a5230 commit 3f0769a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ This provider's versions are able to install and manage the following versions o
|-|-|-|
|OpenStack Provider v1alpha1 (ea309e7f)|||

Kubernetes control plane and Kubelet versions are defined in `spec.versions.controlPlane` and `spec.versions.kubelet` of `cmd/clusterctl/examples/openstack/machines.yaml.template` respectively.
You can generate `cmd/clusterctl/examples/openstack/out/machines.yaml` by running the `generate-yaml.sh` from the template and change the versions if you want.

**NOTE**: Because the user is able to customize any `user-data`, it is also possible to deploy older versions.
But we won't provide any examples or working templates. See [user-data in the examples](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/tree/master/cmd/clusterctl/examples/openstack/provider-component/user-data).

Expand Down

0 comments on commit 3f0769a

Please sign in to comment.