mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-04-21 09:42:22 +00:00
Update scripts
All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 10s
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:
parent
15e6f043f1
commit
6464c81443
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user