-
Bug
-
Resolution: Done
-
Minor
-
CL170 - RHOSO18.0-en-1-20241127
-
None
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/cl170-18.0/pages/ch09s03 |
Reporter RHNID: | gls-ftaylor |
Section Title: | h2. Lab: Inspect Data Plane Services and Compute Nodes |
Issue description
Step 1 as I've said in other reports, we should mention that the solutions focus only on the oc CLI, not the web interface.
Step 3.1 show output in YAML output, not the oc describe output that we retrieved in the previous step. I think we should just run an oc get command and pipe it to yq to show the output.
Step 3.2-3.3 We should use an SSH config to allow connection from workstation to compute nodes. I think I've mentioned this in another issue, but if you just add the following to ~/.ssh/config:
Host compute*
ProxyJump lab@utility
User root
...they will be able to run `ssh compute01.srv.example.com` successfully.
Step 4 The solutions should show using --shell=/usr/bin/bash for the connection to the openstackclient pod. You get tab-completion if you do that. This should be done throughout the course.