From 144f92160d929a7583eb647e8ca57a8329c30244 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Fri, 18 Jan 2019 00:24:13 +0100 Subject: [PATCH] README: mention k0 API host --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index b22c332f..cc7a27ac 100644 --- a/README +++ b/README @@ -10,5 +10,9 @@ Getting started . env.sh # setup PATH and hscloud_root tools/install.sh # build tools + +Then, to get Kubernets: + + echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days) kubectl version