更改 BUILD_env 为 NAME_SPACES

This commit is contained in:
dxin
2025-10-30 15:00:58 +08:00
parent 275d01d858
commit b9f7ef980b
11 changed files with 411 additions and 12 deletions

View File

@@ -2,4 +2,11 @@
kubectl logs --tail=10 test-flymoon-admin-deployment-964fb6b74-ns4br -n test-lessie
# 查看指定命名空间的 Pod 和节点信息
kubectl get pods -n test-lessie -o wide
kubectl get pods -n test-lessie -o wide
# 基本删除命令
kubectl delete deployment test-lessie-sourcing-api-deployment -n <namespace>
kubectl delete -f test-lessie-go-api.yaml