Skip to content

Commit

Permalink
Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Nov 13, 2024
1 parent 60e4340 commit 5eb914c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/modules/ROOT/pages/module-03-backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ image::module-03-backup-restore/07.png[]
Your `kasten-lab-{user}` application should appear as *_Unmanaged_*, indicating it is not being protected by any policy.
+
====
[!TIP]
[TIP]
You will notice that you don't see any namespaces starting with `openshift` in the list of applications.
Expand All @@ -87,9 +87,12 @@ image::module-03-backup-restore/08.png[]
The following command can be used to produce a properly formatted list of namespaces beginning with `openshift` that can be copy/paste into the K10 Operand YAML tab:
`+bash oc get ns --no-headers=true | awk 'BEGIN { print " excludedApps:" } /^openshift/{print " -",$1}' +`
[source,bash,role=execute,subs="attributes"]
----
oc get ns --no-headers=true | awk 'BEGIN { print " excludedApps:" } /^openshift/{print " -",$1}'
----
Your lab environment has been configured already to exclude system namespaces.
Your lab environment has already been configured to exclude system namespaces.
====

. Click `kasten-lab-{user}` in the *_Applications_* list to view details about the workloads and additional resources discovered within the namespace.
Expand Down

0 comments on commit 5eb914c

Please sign in to comment.