Skip to content

Commit

Permalink
minor fixups for lab04
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed May 1, 2024
1 parent 50b0c12 commit d64fb4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/modules/ROOT/pages/lab04.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Then generate `install-config.yaml`:
[.highside,source,yaml,role=execute,subs="attributes"]
----
cat << EOF > /mnt/high-side-data/install/install-config.yaml
additionalTrustBundlePolicy: Proxyonly
additionalTrustBundlePolicy: Always
apiVersion: v1
baseDomain: lab
compute:
Expand Down Expand Up @@ -165,7 +165,7 @@ imageContentSources:
----
cat <<EOF >> install-config.yaml
additionalTrustBundle: |
$(sed 's/^/ /' /mnt/high-side-data/quay/quay-install/quay-rootCA/rootCA.pem)
$(sed 's/^/ /' /home/lab-user/quay-install/quay-rootCA/rootCA.pem)
EOF
----

Expand Down Expand Up @@ -203,7 +203,7 @@ The OpenShift tooling is built for every release and version data is encoded in

[.highside,source,bash,role=execute,subs="attributes"]
----
/mnt/high-side-data/openshift-install create cluster --dir /mnt/high-side-data/install
openshift-install create cluster --dir /mnt/high-side-data/install
----
[.output]
----
Expand Down

0 comments on commit d64fb4e

Please sign in to comment.