civo / kube100

NOTE: This repo is no longer being maintained or monitored. If you are facing any issues, you could either create an issue on the other respective repos (if any) or directly reach to us via civo.com
29 stars 2 forks source link

Installing app scales cluster to zero #62

Closed mciverza closed 3 years ago

mciverza commented 3 years ago

after launching a cluster, manually adding an application via CLi scales the cluster to zero It might also be true via WebUI, but I have not yet tested it

2021-02-11_08-00-civo-app-scales-cluster

obtained by creating cluster via CLi,

civo k3s create tinytest3 -s g2.small --nodes 2 -r traefik

waiting until cluster is green

civo k3s list

and then adding Nginx

civo k3s applications add Nginx -c tinytest3

shown by again running

civo k3s list
andyjeffries commented 3 years ago

Moved to https://github.com/civo/cli/issues/47