Oleg

Results 6 comments of Oleg

``` hetzner-kube cluster create --name k8s --ssh-key k8s --master-count 1 --master-server-type cpx11 --worker-count 1 --worker-server-type cpx11 2021/09/08 21:55:18 Creating new cluster NAME:k8s MASTERS: 1 WORKERS: 1 ETCD NODES: 0 HA:...

@syscrest, thanks for your reply! My stepts (ubuntu 20.04.3) 1. `sudo apt install golang` 2. `git clone https://github.com/xetys/hetzner-kube.git` 3. `cd hetzner-kube/` 4. `go build -o hetzner-kube` 5. `./hetzner-kube cluster create...

> Without [#329 (comment)](https://github.com/xetys/hetzner-kube/issues/329#issuecomment-651561356) you get above success results? I didn't do anything, just downloaded and build

> Подключил как в мануале, но мне пишет 401 not avtorized > Я вставил в код свой хеш прямо из кабинета амоцрм $hash = 'хеш из ЛК'; - с функцией...

Same error... Found a solution?

You are a genius! Thank you for writing an answer!