From 0cf8a704888e62a0e9912b0e20e520f8b2033803 Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 2 Sep 2024 08:30:56 +1200 Subject: [PATCH] Progress on exercise 6. --- data/workshop/exercise6.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/workshop/exercise6.mdx b/data/workshop/exercise6.mdx index 1c2f813..3dc5272 100644 --- a/data/workshop/exercise6.mdx +++ b/data/workshop/exercise6.mdx @@ -72,7 +72,7 @@ spec: image: registry.redhat.io/rhel8/support-tools@sha256:ab42416e9e3460f6c6adac4cf09013be6f402810fba452ea95bd717c3ab4076b command: ["sleep", "3000"] volumeMounts: - - mountPath: "/workers-scan-results" + - mountPath: "/ocp4-moderate-scan-results" name: ocp4-moderate-scan-vol volumes: - name: ocp4-moderate-scan-vol @@ -90,4 +90,12 @@ mkdir /mnt/high-side-data/compliance-results oc cp pv-extract:/ocp4-moderate-scan-results --namespace openshift-compliance . ``` +After the copy has completed we should delete our helper pod to unbind the volume: + +```bash +oc delete pod pv-extract --namespace openshift-compliance +``` + + +## 6.3 Reviewing raw result files