Skip to content

Commit

Permalink
Minor fixes to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Dec 12, 2024
1 parent a3460fc commit 070b56a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 34 deletions.
51 changes: 26 additions & 25 deletions content/modules/ROOT/pages/module-01-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,25 @@ image::module-01-install/04.png[]
+
[source,yaml]
----
apiVersion: apik10.kasten.io/v1alpha1
kind: K10
metadata:
name: k10
namespace: kasten-io
annotations:
helm.sdk.operatorframework.io/rollback-force: 'false'
spec:
auth:
openshift:
enabled: true
dashboardURL: https://k10-route-kasten-io.apps.YOUR-WORKSHOP-ID.dynamic.redhatworkshops.io/k10
openshiftURL: https://apiserver.openshift-kube-apiserver.svc.cluster.local
insecureCA: true
route:
enabled: true
tls:
enabled: true
---
apiVersion: apik10.kasten.io/v1alpha1
kind: K10
metadata:
name: k10
namespace: kasten-io
annotations:
helm.sdk.operatorframework.io/rollback-force: 'false'
spec:
auth:
openshift:
enabled: true
dashboardURL: https://k10-route-kasten-io.apps.YOUR-WORKSHOP-ID.dynamic.redhatworkshops.io/k10
openshiftURL: https://apiserver.openshift-kube-apiserver.svc.cluster.local
insecureCA: true
route:
enabled: true
tls:
enabled: true
----

. Replace `YOUR-WORKSHOP-ID` with the 5 character identifier for your lab environment DNS, as shown in the screenshot below:
Expand All @@ -116,7 +117,7 @@ image::module-01-install/01.png[]
+
[,bash]
----
watch oc get pods -n kasten-io
watch oc get pods -n kasten-io
----

. Once all Deployments are `READY`, press `CTRL+C` to end the `watch`.
Expand All @@ -127,13 +128,13 @@ image::module-01-install/06.png[]
+
[,bash]
----
oc annotate volumesnapshotclass \
ocs-external-storagecluster-rbdplugin-snapclass \
k10.kasten.io/is-snapshot-class=true
oc annotate volumesnapshotclass \
ocs-external-storagecluster-rbdplugin-snapclass \
k10.kasten.io/is-snapshot-class=true
oc annotate volumesnapshotclass \
ocs-external-storagecluster-cephfsplugin-snapclass \
k10.kasten.io/is-snapshot-class=true
oc annotate volumesnapshotclass \
ocs-external-storagecluster-cephfsplugin-snapclass \
k10.kasten.io/is-snapshot-class=true
----
+
====
Expand Down
9 changes: 0 additions & 9 deletions content/modules/ROOT/pages/module-02-location-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@ oc get secret -n backuptarget-{user} kastenbackups \
+
Copy the Secret Key to a text editor as it will be needed again shortly.

// . Run the following command to retrieve the S3 endpoint address
// +
// [source,bash,role=execute,subs="attributes"]
// ----
// oc get route s3 -n openshift-storage -ojson | jq -r '.spec.host'
// ----
// +
// Copy the Endpoint Address to a text editor as it will be needed again shortly

== 3. Creating an S3-Compatible Location Profile

. In the *_Kasten Dashboard_*, select *_Profiles → Location_* from the sidebar and click *_+ Add New_*.
Expand Down

0 comments on commit 070b56a

Please sign in to comment.