From 9b9ebc67a31c6b82dfad28a0151f988d9f862886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Paw=C5=82owski?= Date: Tue, 14 Jan 2025 15:20:12 +0000 Subject: [PATCH] review fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Pawłowski --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd680252..470593fa 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ Following tools must be installed: - gcloud (install from [here](https://cloud.google.com/sdk/gcloud#download_and_install_the)) - Run `gcloud init` - [Authenticate](https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login) to Google Cloud -- kubectl (install from [here](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl) together with [required plugins](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin)) +- kubectl (install from [here](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_kubectl)) + - Install `gke-gcloud-auth-plugin` from [here](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin) - docker ([installation instruction](https://docs.docker.com/engine/install/)) - Run `gcloud auth configure-docker` to ensure images can be uploaded to registry - make - please run below command.