diff --git a/content/modules/ROOT/pages/module-01-install.adoc b/content/modules/ROOT/pages/module-01-install.adoc index dec7bf6..4805e1d 100644 --- a/content/modules/ROOT/pages/module-01-install.adoc +++ b/content/modules/ROOT/pages/module-01-install.adoc @@ -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 diff --git a/content/modules/ROOT/pages/module-02-location-profile.adoc b/content/modules/ROOT/pages/module-02-location-profile.adoc index 2059179..d15874f 100644 --- a/content/modules/ROOT/pages/module-02-location-profile.adoc +++ b/content/modules/ROOT/pages/module-02-location-profile.adoc @@ -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 @@ -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. diff --git a/content/modules/ROOT/pages/module-03-backup-restore.adoc b/content/modules/ROOT/pages/module-03-backup-restore.adoc index 43c3579..7fb0f0e 100644 --- a/content/modules/ROOT/pages/module-03-backup-restore.adoc +++ b/content/modules/ROOT/pages/module-03-backup-restore.adoc @@ -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[]