From bfb096c7b2ea4365e0418efca05f1fd75920c58d Mon Sep 17 00:00:00 2001 From: Stephan Feurer Date: Mon, 10 Jun 2024 09:39:11 +0200 Subject: [PATCH] Update install instructions for OKE on cloudscale.ch and Exoscale For OKE clusters we don't deploy infra nodes, update the installation instructions to accomodate for missing infra nodes. --- .../partials/install/bootstrap-nodes.adoc | 115 ++++++------------ .../partials/label-taint-storage-nodes.adoc | 11 +- 2 files changed, 38 insertions(+), 88 deletions(-) diff --git a/docs/modules/ROOT/partials/install/bootstrap-nodes.adoc b/docs/modules/ROOT/partials/install/bootstrap-nodes.adoc index 01477958..267e531d 100644 --- a/docs/modules/ROOT/partials/install/bootstrap-nodes.adoc +++ b/docs/modules/ROOT/partials/install/bootstrap-nodes.adoc @@ -68,23 +68,26 @@ openshift-install --dir "${INSTALLER_DIR}" \ wait-for bootstrap-complete --log-level debug ---- -. Remove bootstrap node and provision infra nodes +. Remove bootstrap node and provision remaining nodes + [source,bash,subs="attributes+"] ---- -cat > override.tf < override.tf <