QingCloudAppcenter / QKE

KubeSphere is an open source container application platform by QingCloud based on Kubernetes.

Home Page:https://www.qingcloud.com/products/kubesphereqke/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

return 150 instead of 151 for insufficient volume size when upgrade

hlwanghl opened this issue · comments

return 150 instead of 151 for insufficient volume size when upgrade

"pre_check": "bash -c 'if test $(df -m --output=avail /data | sed 1d) -lt 51200; then exit 150; fi' && appctl checkNodeStats '$2~/^Ready/' || bash -c 'exit 151'",