@@ -51,9 +51,9 @@ Check out the [Getting Started Guide][getting_started] to create your first Kube
5151
5252This provider's versions are able to install and manage the following versions of Kubernetes:
5353
54- | Kubernetes Version | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 |
55- | --------------------------- | ----- | ----- | ----- | ----- | ----- |
56- | CloudStack Provider (v0.4) | ✓ | ✓ | ✓ | ✓ | ✓ |
54+ | Kubernetes Version | v1.22 | v1.23 | v1.24 |
55+ | --------------------------- | ----- | ----- | ----- |
56+ | CloudStack Provider (v0.4) | ✓ | ✓ | ✓ |
5757
5858## Compatibility with Apache CloudStack Versions
5959
@@ -72,7 +72,19 @@ Note: Cluster API Provider CloudStack relies on a few prerequisites which have t
7272installed in the used operating system images, e.g. a container runtime, kubelet, kubeadm, etc.
7373Reference images can be found in [ kubernetes-sigs/image-builder] [ image-builder ] .
7474
75- Prebuilt images can be found [ here] [ prebuilt-images ]
75+ Prebuilt images can be found below :
76+
77+ | Hypervisor | Kubernetes Version | Rocky Linux 8 | Ubuntu 20.04 |
78+ | ---------- | ------------------ | ---------------------------------------------------- | ---------------------------------------------------- |
79+ | KVM | v1.22 | [ qcow2] [ k1.22-rl8-qcow2 ] , [ md5] [ k1.22-rl8-qcow2-md5 ] | [ qcow2] [ k1.22-u20-qcow2 ] , [ md5] [ k1.22-u20-qcow2-md5 ] |
80+ | | v1.23 | [ qcow2] [ k1.23-rl8-qcow2 ] , [ md5] [ k1.23-rl8-qcow2-md5 ] | [ qcow2] [ k1.23-u20-qcow2 ] , [ md5] [ k1.23-u20-qcow2-md5 ] |
81+ | | v1.24 | [ qcow2] [ k1.24-rl8-qcow2 ] , [ md5] [ k1.24-rl8-qcow2-md5 ] | [ qcow2] [ k1.24-u20-qcow2 ] , [ md5] [ k1.24-u20-qcow2-md5 ] |
82+ | VMware | v1.22 | [ ova] [ k1.22-rl8-ova ] , [ md5] [ k1.22-rl8-ova-md5 ] | [ ova] [ k1.22-u20-ova ] , [ md5] [ k1.22-u20-ova-md5 ] |
83+ | | v1.23 | [ ova] [ k1.23-rl8-ova ] , [ md5] [ k1.23-rl8-ova-md5 ] | [ ova] [ k1.23-u20-ova ] , [ md5] [ k1.23-u20-ova-md5 ] |
84+ | | v1.24 | [ ova] [ k1.24-rl8-ova ] , [ md5] [ k1.24-rl8-ova-md5 ] | [ ova] [ k1.24-u20-ova ] , [ md5] [ k1.24-u20-ova-md5 ] |
85+ | XenServer | v1.22 | [ vhd] [ k1.22-rl8-vhd ] , [ md5] [ k1.22-rl8-vhd-md5 ] | [ vhd] [ k1.22-u20-vhd ] , [ md5] [ k1.22-u20-vhd-md5 ] |
86+ | | v1.23 | [ vhd] [ k1.23-rl8-vhd ] , [ md5] [ k1.23-rl8-vhd-md5 ] | [ vhd] [ k1.23-u20-vhd ] , [ md5] [ k1.23-u20-vhd-md5 ] |
87+ | | v1.24 | [ vhd] [ k1.24-rl8-vhd ] , [ md5] [ k1.24-rl8-vhd-md5 ] | [ vhd] [ k1.24-u20-vhd ] , [ md5] [ k1.24-u20-vhd-md5 ] |
7688
7789------
7890## Getting involved and contributing
@@ -145,3 +157,45 @@ All the CAPC contributors:
145157[ slack ] : https://kubernetes.slack.com/messages/cluster-api-cloudstack
146158[ new_bug_issue ] : https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/new
147159[ new_feature_issue ] : https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/issues/new
160+
161+ <!-- KVM -->
162+ [ k1.22-rl8-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.22.6-kvm.qcow2.bz2
163+ [ k1.22-rl8-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.22.6-kvm.qcow2.bz2.md5
164+ [ k1.23-rl8-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.23.3-kvm.qcow2.bz2
165+ [ k1.23-rl8-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.23.3-kvm.qcow2.bz2.md5
166+ [ k1.24-rl8-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.24.7-kvm.qcow2.bz2
167+ [ k1.24-rl8-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/rockylinux-8-kube-v1.24.7-kvm.qcow2.bz2.md5
168+ [ k1.22-u20-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.22.6-kvm.qcow2.bz2
169+ [ k1.22-u20-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.22.6-kvm.qcow2.bz2.md5
170+ [ k1.23-u20-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.23.3-kvm.qcow2.bz2
171+ [ k1.23-u20-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.23.3-kvm.qcow2.bz2.md5
172+ [ k1.24-u20-qcow2 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.24.7-kvm.qcow2.bz2
173+ [ k1.24-u20-qcow2-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/kvm/ubuntu-2004-kube-v1.24.7-kvm.qcow2.bz2.md5
174+
175+ <!-- VMware -->
176+ [ k1.22-rl8-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.22.6-vmware.ova
177+ [ k1.22-rl8-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.22.6-vmware.ova.md5
178+ [ k1.23-rl8-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.23.3-vmware.ova
179+ [ k1.23-rl8-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.23.3-vmware.ova.md5
180+ [ k1.24-rl8-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.24.7-vmware.ova
181+ [ k1.24-rl8-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/rockylinux-8-kube-v1.24.7-vmware.ova.md5
182+ [ k1.22-u20-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.22.6-vmware.ova
183+ [ k1.22-u20-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.22.6-vmware.ova.md5
184+ [ k1.23-u20-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.23.3-vmware.ova
185+ [ k1.23-u20-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.23.3-vmware.ova.md5
186+ [ k1.24-u20-ova ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.24.7-vmware.ova
187+ [ k1.24-u20-ova-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/vmware/ubuntu-2004-kube-v1.24.7-vmware.ova.md5
188+
189+ <!-- XenServer -->
190+ [ k1.22-rl8-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.22.6-xen.vhd.bz2
191+ [ k1.22-rl8-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.22.6-xen.vhd.bz2.md5
192+ [ k1.23-rl8-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.23.3-xen.vhd.bz2
193+ [ k1.23-rl8-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.23.3-xen.vhd.bz2.md5
194+ [ k1.24-rl8-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.24.7-xen.vhd.bz2
195+ [ k1.24-rl8-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/rockylinux-8-kube-v1.24.7-xen.vhd.bz2.md5
196+ [ k1.22-u20-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.22.6-xen.vhd.bz2
197+ [ k1.22-u20-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.22.6-xen.vhd.bz2.md5
198+ [ k1.23-u20-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.23.3-xen.vhd.bz2
199+ [ k1.23-u20-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.23.3-xen.vhd.bz2.md5
200+ [ k1.24-u20-vhd ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.24.7-xen.vhd.bz2
201+ [ k1.24-u20-vhd-md5 ] : http://packages.shapeblue.com/cluster-api-provider-cloudstack/images/xen/ubuntu-2004-kube-v1.24.7-xen.vhd.bz2.md5
0 commit comments