Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
simonccc committed Aug 24, 2024
1 parent e3034bf commit 8cf325c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/kopsrox_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8cf325c

Please sign in to comment.