Skip to content

Commit

Permalink
Merge pull request #261 from appuio/feat/exoscale/ocp4.13
Browse files Browse the repository at this point in the history
Update Exoscale install instructions for OCP 4.13
  • Loading branch information
simu committed Jul 10, 2023
2 parents b001fc8 + df962a2 commit f2dd009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/how-tos/exoscale/install.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installation on Exoscale
:ocp-minor-version: 4.12
:k8s-minor-version: 1.25
:ocp-patch-version: {ocp-minor-version}.17
:ocp-minor-version: 4.13
:k8s-minor-version: 1.26
:ocp-patch-version: {ocp-minor-version}.0
:provider: exoscale
:kubectl_extra_args:

Expand Down Expand Up @@ -152,7 +152,7 @@ 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
virt-edit -a rhcos-${RHCOS_VERSION}.qcow2 \
sudo virt-edit -a rhcos-${RHCOS_VERSION}.qcow2 \
-m /dev/sda3:/ /loader/entries/ostree-1-rhcos.conf \
-e 's/openstack/exoscale/'
Expand Down

0 comments on commit f2dd009

Please sign in to comment.