Skip to content

Commit

Permalink
Merge pull request #346 from appuio/install/exoscale-4.15
Browse files Browse the repository at this point in the history
Update exoscale install instructions for 4.15
  • Loading branch information
simu authored Jul 25, 2024
2 parents 3b6839f + 0a2313b commit 09038c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/how-tos/exoscale/install.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Installation on Exoscale
:ocp-minor-version: 4.14
:k8s-minor-version: 1.27
:ocp-minor-version: 4.15
:k8s-minor-version: 1.28
:ocp-patch-version: {ocp-minor-version}.0
:provider: exoscale
:kubectl_extra_args:
Expand Down Expand Up @@ -134,7 +134,7 @@ exo storage create "sos://${CLUSTER_ID}-bootstrap" --zone "${EXOSCALE_ZONE}"
----
RHCOS_VERSION="{ocp-patch-version}"
curl "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/{ocp-minor-version}/${RHCOS_VERSION}/rhcos-${RHCOS_VERSION}-x86_64-openstack.x86_64.qcow2.gz" | gunzip > rhcos-${RHCOS_VERSION}.qcow2
curl -L "https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/{ocp-minor-version}/${RHCOS_VERSION}/rhcos-${RHCOS_VERSION}-x86_64-openstack.x86_64.qcow2.gz" | gunzip > rhcos-${RHCOS_VERSION}.qcow2
sudo virt-edit -a rhcos-${RHCOS_VERSION}.qcow2 \
-m /dev/sda3:/ /loader/entries/ostree-1-rhcos.conf \
Expand Down

0 comments on commit 09038c5

Please sign in to comment.