stefanprodan / k8s-scw-baremetal

Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7
MIT License
177 stars 58 forks source link

suggestion to put the hpa describe command into a watch loop #16

Closed stephenmoloney closed 6 years ago

stephenmoloney commented 6 years ago

Issue:

One needs to keep re-entering the command

kubectl --kubeconfig ./$(terraform output kubectl_config) describe hpa

as time passes.

Suggestion:

Add a while loop and reiterate the command to keep a realtime feed of what is happening in the horizontal scaler.