摘要:
for i in `kubectl get deployments.apps -n nvpc-apps-02|grep -v NAME|awk '{print $1}'`; do kubectl get deploy -n nvpc-apps-02 $i -o yaml|grep "cpu: " & 阅读全文
摘要:
# Default values for chart. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 2 minReadySeconds: 1 阅读全文