Skip to content

Commit

Permalink
Update cloudscale install instructions to use platform type External
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jul 15, 2024
1 parent 33127a9 commit 0c8ff80
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Have a look at the https://docs.openshift.com/container-platform/{ocp-minor-vers
For example, you could change the SDN from a default value to something a customer requests due to some network requirements.
====
+
[source,bash]
[source,bash,subs="attributes+"]
----
export INSTALLER_DIR="$(pwd)/target"
mkdir -p "${INSTALLER_DIR}"
Expand All @@ -16,8 +16,16 @@ apiVersion: v1
metadata:
name: ${CLUSTER_ID} <1>
baseDomain: ${BASE_DOMAIN} <1>
ifeval::["{provider}" == "cloudscale"]
platform:
external:
platformName: cloudscale
cloudControllerManager: External
endif::[]
ifeval::["{provider}" == "exoscale"]
platform:
none: {}
endif::[]
networking:
networkType: Cilium
pullSecret: |
Expand Down

0 comments on commit 0c8ff80

Please sign in to comment.