Results 2 comments of qingguee

Looking forward for this PR be merged, because I find that the "kube_pod_status_ready" has 2s delay to show ready status which compare with Ready timestamp from pod condition. I have...

`export PATH=~/.local/bin:$PATH` solve my problem. Because if you check /home/userABC/.local/lib/python3.7/site-packages/powerline/bindings/bash/powerline.sh ``` if test -z "${POWERLINE_CONFIG_COMMAND}" ; then if which powerline-config >/dev/null ; then POWERLINE_CONFIG_COMMAND=powerline-config else POWERLINE_CONFIG_COMMAND="$(dirname "$BASH_SOURCE")/../../../scripts/powerline-config" fi fi ````...