Update scripts
All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 10s

This commit is contained in:
Mingchen Dai 2024-10-14 08:25:16 +00:00
parent 15e6f043f1
commit 6464c81443
No known key found for this signature in database
GPG Key ID: 830D8248E627888A
2 changed files with 1 additions and 4 deletions

@ -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

@ -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