From 35a46a2b17e5224322bdd54b5106d4d4176ae0ee Mon Sep 17 00:00:00 2001 From: Cyril Diagne Date: Sat, 11 Jan 2020 23:31:29 +0100 Subject: [PATCH] update install doc --- docs/install_cli.md | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/docs/install_cli.md b/docs/install_cli.md index 876fe3c..d8bc5fb 100644 --- a/docs/install_cli.md +++ b/docs/install_cli.md @@ -10,17 +10,20 @@ curl https://raw.githubusercontent.com/cyrildiagne/kuda/master/scripts/get-cli.s The CLI must be initialized with a remote Kuda cluster configuration. - +Replace with your [gpu.sh](#) username. +--> + ## Using [GCP](#) @@ -30,24 +33,8 @@ GCP provides a good environment for running Kuda. Follow the installation guide for [installing Kuda on GCP](/docs/install_on_gcp.md). -Then configure the CLI to deploy to the GKE cluster directly from your -workstation using the `skaffold` deployer. -This deployer requires [Docker](docker.com) and [Skaffold](https://skaffold.dev) -installed and configured on your machine. +Then initialize your local configuration with your namespace. ```bash -kuda init \ - -n $your_namespace \ - -d gcr.io/$your_gcp_project \ - skaffold -``` - - - +kuda init -n -p +``` \ No newline at end of file