mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-11-02 03:40:34 +00:00
Compare commits
2 Commits
f42c51cbef
...
6464c81443
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6464c81443 | ||
|
|
15e6f043f1 |
@@ -37,6 +37,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "🍏 This job's status is ${{ job.status }}."
|
echo "🍏 This job's status is ${{ job.status }}."
|
||||||
echo "Output Artifact: ${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT }}-${{ gitea.sha }}"
|
echo "Output Artifact: ${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT }}-${{ gitea.sha }}"
|
||||||
|
echo ""
|
||||||
|
echo "Please deploy this version of k8s Operator by: make deploy IMG=${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT }}-${{ gitea.sha }}"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
## 2. Deploy controller to the K8s cluster specified in ~/.kube/config.
|
## 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
|
# 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.
|
## 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
|
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