mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-11-02 03:40:34 +00:00
Added Shell scirpts
This commit is contained in:
9
step2-undeploy-operator.sh
Normal file
9
step2-undeploy-operator.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
|
||||
## 2. Uninstall CRDs from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
|
||||
make uninstall
|
||||
Reference in New Issue
Block a user