From b95b2e95737d3100cf9774d709e4576fbe693388 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jun 2026 09:03:20 +0000 Subject: [PATCH] Update install instructions from guided-setup --- .../ROOT/partials/guided-setup/cloudscale.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/ROOT/partials/guided-setup/cloudscale.adoc b/docs/modules/ROOT/partials/guided-setup/cloudscale.adoc index f6be7689..35fe5900 100644 --- a/docs/modules/ROOT/partials/guided-setup/cloudscale.adoc +++ b/docs/modules/ROOT/partials/guided-setup/cloudscale.adoc @@ -1,14 +1,14 @@ == Workflow * <> -*   <> +*   <> *   <> *   <> *   <> *   <> *   <> *   <> -* <> +* <> *   <> *   <> * <> @@ -93,7 +93,7 @@ echo "✅ All prerequisites are met." ---- [[step-2]] -=== And I download the `openshift-install` binary for version "4.20" +=== And I download the `openshift-install` binary for version "4.21" This step downloads the `openshift-install` binary for the specified OpenShift version. @@ -442,7 +442,7 @@ echo "Pull secret appears legit." ---- [[step-9]] -=== Then I download the OpenShift image for version "4.20.0" +=== Then I download the OpenShift image for version "4.21.0" This step downloads the OpenShift image for the version specified by in the step. @@ -1052,7 +1052,7 @@ mc alias set \ mc cp "${installer_dir}/bootstrap.ign" "${INPUT_commodore_cluster_id}/${INPUT_commodore_cluster_id}-bootstrap-ignition/" ignition_bootstrap=$(mc share download \ - --json --expire=4h \ + --json --expire=24h \ "${INPUT_commodore_cluster_id}/${INPUT_commodore_cluster_id}-bootstrap-ignition/bootstrap.ign" | jq -r '.share') env -i "ignition_bootstrap=$ignition_bootstrap" >> "$OUTPUT" @@ -2233,7 +2233,7 @@ echo "If you need to debug things on the cluster, run:" echo "export KUBECONFIG=${INPUT_kubeconfig_path}2" echo export KUBECONFIG="${INPUT_kubeconfig_path}2" -kubectl wait --for condition=ready certificate/api-server-cluster-certificate-default +kubectl wait -n openshift-config --for condition=ready certificate/api-server-cluster-certificate-default echo "Waiting for all kube-apiserver instances to be updated ..." kubectl wait --for condition=progressing=false --timeout=15m co kube-apiserver