kubearmor / kubearmor-client

KubeArmor cli tool aka kArmor :robot:
Apache License 2.0
34 stars 83 forks source link

progress animation fixes & read perms for OSSF workflow #383

Closed nyrahul closed 10 months ago

nyrahul commented 10 months ago

Karmor tool show progress animation while installing/uninstalling kubearmor pods. Currently, if the user splits the screen into any width less than 90 chars then the progress animation goes for a toss i.e., it spills over to the next line and then a new line is printed.

❯ karmor uninstall --force
...
❌   KubeArmor DaemonSet ...
❌   KubeArmor ConfigMap ...
CRD kubearmorpolicies.security.kubearmor.com ...
CRD kubearmorhostpolicies.security.kubearmor.com ...
Force removing the annotations. Deployments might be restarted.
🔴   Checking if KubeArmor pods are stopped ...
KUBEARMOR pods left to stop : 6 ... |
KUBEARMOR pods left to stop : 6 ... /
KUBEARMOR pods left to stop : 5 ... —
KUBEARMOR pods left to stop : 5 ... \
KUBEARMOR pods left to stop : 4 ... |
KUBEARMOR pods left to stop : 4 ... /
...