From 80659862bed304f15c7367a75fbdc99fd28afc69 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Sun, 27 Feb 2022 10:39:27 +0100 Subject: [PATCH] tweaked readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67c47e..b818150 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ spec: ## Debugging -First and foremost, it depends, but it's always good to have a quick look into Hetzner quickly without having to login to the UI. There where the `hcloud` cli comes in. +First and foremost, it depends, but it's always good to have a quick look into Hetzner quickly without having to login to the UI. That is where the `hcloud` cli comes in. - Activate it with `hcloud context create kube-hetzner`, it will prompt for your Hetzner API token, paste that and hit `enter`. - To check the nodes, if they are running, for instance, use `hcloud server list`.