devstar-devcontainer-operator/step2-undeploy-operator.sh

7 lines
248 B
Bash
Raw Normal View History

2024-09-30 10:11:40 +00:00
#!/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