diff --git a/step1-deploy-operator.sh b/step1-deploy-operator.sh index f927963..5dd7e77 100644 --- a/step1-deploy-operator.sh +++ b/step1-deploy-operator.sh @@ -6,7 +6,7 @@ make install ## 2. Deploy controller to the K8s cluster specified in ~/.kube/config. -make deploy IMG=devstar.cn/devstar/devcontainer-operator:build-15c626593b1d94944ed6515b0ed6c32c939c6efc +make deploy IMG=devstar.cn/devstar/devcontainer-operator:build-f42c51cbef59584977e74f4fa100e350b8ca3c9d # 部署效果: # kubectl get deployment -n devcontainer-operator-system devcontainer-operator-controller-manager diff --git a/step2-undeploy-operator.sh b/step2-undeploy-operator.sh index d715fe5..f6238ba 100644 --- a/step2-undeploy-operator.sh +++ b/step2-undeploy-operator.sh @@ -4,6 +4,3 @@ ## 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