devstar-devcontainer-operator/step2-undeploy-operator.sh
Mingchen Dai 6464c81443
All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 10s
Update scripts
2024-10-14 08:25:16 +00:00

7 lines
248 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
# 首先将 CRLF 统一替换为 LF sed -i 's/\r$//' *.sh
## 1. Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
make undeploy