From 8cf325ca1627741083bd86dbd83f40831468cca4 Mon Sep 17 00:00:00 2001 From: simonccc Date: Sat, 24 Aug 2024 20:07:51 +0100 Subject: [PATCH] bump timeout --- README.md | 5 ++--- lib/kopsrox_config.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf399e5..6d2edec 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# 🏭 kopsrox +# :burger: kopsrox -- cli to automate creation and management of simple ha k3s cluster on ProxmoxVE using cloud images :nerd_face: +- kopsrox is a script to automate creation and management of simple ha k3s cluster on ProxmoxVE using cloud images :nerd_face: - add more master/worker k3s nodes using a simple config file and cli interface :pray: - kube-vip ( https://kube-vip.io/ ) built in providing full HA setup for the kube api :atom: - easy management of etcd S3 snapshot/restore operations - easily restore a cluster from s3! :floppy_disk: - export the k3s token, your kubeconfig etc etc - its all automatic :nerd_face: # :book: docs - - [SETUP.md](docs/SETUP.md) - [GETSTARTED.md](docs/GETSTARTED.md) - [USAGE.md](docs/USAGE.md) diff --git a/lib/kopsrox_config.py b/lib/kopsrox_config.py index c9470c3..a45108b 100755 --- a/lib/kopsrox_config.py +++ b/lib/kopsrox_config.py @@ -178,7 +178,7 @@ def conf_check(section,value): token_name=token_name, token_value=api_key, verify_ssl=False, - timeout=3) + timeout=5) # check connection to cluster prox.cluster.status.get()