From 71d28288570d74247de6af4ade5f8f1b35bff32a Mon Sep 17 00:00:00 2001 From: Charles Ma Date: Fri, 24 Feb 2023 10:39:31 -0500 Subject: [PATCH] Add windows suggestion on ex03 page --- exercises/ex03-backend.html | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/ex03-backend.html b/exercises/ex03-backend.html index e9b0e4a..0f6ff68 100644 --- a/exercises/ex03-backend.html +++ b/exercises/ex03-backend.html @@ -248,6 +248,7 @@

Deploy Key Secrets

$ oc create secret generic comp423-ex03-deploykey \
     --from-file=ssh-privatekey=./deploy_key 
     --type=kubernetes.io/ssh-auth
+

If you are a Windows user, you may have to use the executable ./oc instead of just oc, and run as administrator if using PowerShell (though we encourage using Windows terminal with git bash rather than PowerShell)

You can verify this worked from two places:

  1. The CLI. Try running oc get secret comp423-ex03-deploykey and you will see the name, type, and age of the secret.