摘要: 格式化输出命令 namespace=prd kubectl get deployments -n $namespace -l code_lang=vue -o jsonpath='{range .items[*]}{.spec.replicas} {.metadata.labels.code_lan 阅读全文
posted @ 2025-01-22 14:42 Tenderness、 阅读(14) 评论(0) 推荐(0)
摘要: 一键配置pip国内源 Linux系统下,一键配置pip国内源 mkdir -p ~/.pip/ echo ' [global] index-url=https://pypi.tuna.tsinghua.edu.cn/simple trusted-host = pypi.tuna.tsinghua.e 阅读全文
posted @ 2025-01-22 10:10 Tenderness、 阅读(54) 评论(0) 推荐(0)