From 9b37cb02177a5d775222456b6f816dda86e81352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20H=C3=A4gele?= <56194263+haeggee@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:37:53 +0100 Subject: [PATCH] fix typo in context switch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f200d47..10f91d6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The step-by-step instructions for first time users to quickly get a notebook run 5. Switch between contexts and login to both clusters. ```bash # Switch to the IC cluster - runai config cluster ic-cluster + runai config cluster ic-context # Login to the cluster runai login # Check that things worked fine @@ -48,7 +48,7 @@ The step-by-step instructions for first time users to quickly get a notebook run # put your default project runai config project mlo-$GASPAR_USERNAME # Repeat for the RCP cluster - runai config cluster rcp-cluster + runai config cluster rcp-context runai login runai list projects runai config project mlo-$GASPAR_USERNAME