From 7305bcfe126767c42c61a7fcae583fa5d05872cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 18 Nov 2024 19:01:55 -0600 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Update=20connection=20inst?= =?UTF-8?q?ructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These instructions were fine for the good old Docker and Kubernetes workshops; but they needed to be updated for managed Kubernetes clusters leveraging shpod. --- slides/shared/connecting.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/slides/shared/connecting.md b/slides/shared/connecting.md index ee1307cd..e777647d 100644 --- a/slides/shared/connecting.md +++ b/slides/shared/connecting.md @@ -1,15 +1,16 @@ class: in-person -## Connecting to our lab environment +## Testing the connection to our lab environment .lab[ -- Log into the first VM (`node1`) with your SSH client: +- Connect to your lab environment with your SSH client: ```bash ssh `user`@`A.B.C.D` + ssh -p `32323` `user`@`A.B.C.D` ``` - (Replace `user` and `A.B.C.D` with the user and IP address provided to you) + (Make sure to replace the highlighted values with the ones provided to you!)