Skip to content

Commit

Permalink
More multi-user changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Nov 12, 2024
1 parent 8faedaf commit 08338d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-01-install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Within the cluster, Kasten communicates with the Kubernetes API server to discov
We have pre-staged the lab with an install of Veeam Kasten, so there's no need to complete the steps in Section 2.
Rather, this section just highlights how'd you go about installing Kasten if it were not already installed on the OpenShift cluster.
Make sure you follow the instructions to access the Kasten K10 Dashboard in section 3 though!
Make sure you follow the instructions to access the Kasten K10 Dashboard in section 3 of this lab though!
====

== 2. Installing Kasten
Expand Down
6 changes: 4 additions & 2 deletions content/modules/ROOT/pages/module-02-location-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ If this is the first time you are opening a terminal you may need to *Create a P
+
[source,bash,role=execute,subs="attributes"]
----
oc get secret -n backuptarget-{user} kastenbackups -ojsonpath='{.data.AWS_ACCESS_KEY_ID}' | base64 --decode && echo
oc get secret -n backuptarget-{user} kastenbackups \
-o jsonpath='{.data.AWS_ACCESS_KEY_ID}' | base64 --decode && echo
----
+
Copy the Access Key to a text editor as it will be needed again shortly
Expand All @@ -64,7 +65,8 @@ Copy the Access Key to a text editor as it will be needed again shortly
+
[source,bash,role=execute,subs="attributes"]
----
oc get secret -n backuptarget-{user} kastenbackups -ojsonpath='{.data.AWS_SECRET_ACCESS_KEY}' | base64 --decode && echo
oc get secret -n backuptarget-{user} kastenbackups \
-o jsonpath='{.data.AWS_SECRET_ACCESS_KEY}' | base64 --decode && echo
----
+
Copy the Secret Key to a text editor as it will be needed again shortly.
Expand Down
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-03-backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Fist you will create a new VM in a new project to use for the exercise.
+
image::module-03-backup-restore/01.png[]

. Specify `kasten-lab` as the *_Name_* and click *_Create_*.
. Specify `kasten-lab-{user}` as the *_Name_* and click *_Create_*.
. Select *_Virtualization → Virtual Machines_* from the sidebar, and click *_Create VirtualMachine → From template_* in the `kasten-lab` Project.
+
image::module-03-backup-restore/03.png[]
Expand Down

0 comments on commit 08338d8

Please sign in to comment.