Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaodong Ye <[email protected]>
  • Loading branch information
yeahdongcn committed Nov 23, 2023
1 parent a0f1a18 commit 596d1a9
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ deploy: kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/c
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default | kubectl apply -f -

.PHONY: deploy-dry-run
deploy-dry-run: kustomize ## Dry run deploy (generate YAML file instead)
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
$(KUSTOMIZE) build config/default --output deploy/manifests.yaml

.PHONY: undeploy
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config.
$(KUSTOMIZE) build config/default | kubectl delete -f -
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vCluster Operator

[![License](https://img.shields.io/github/license/openloft/vcluster-operator?logo=github)](https://opensource.org/license/mit/) [![Makefile CI](https://github.com/openloft/vcluster-operator/actions/workflows/makefile.yml/badge.svg)](https://github.com/openloft/vcluster-operator/actions/workflows/makefile.yml)
[![License](https://img.shields.io/github/license/openloft/vcluster-operator?logo=github)](https://opensource.org/license/mit/) [![Makefile CI](https://github.com/openloft/vcluster-operator/actions/workflows/makefile.yml/badge.svg)](https://github.com/openloft/vcluster-operator/actions/workflows/makefile.yml) <a href="https://github.com/openloft/vcluster-operator/graphs/contributors" alt="Contributors"><img src="https://img.shields.io/github/contributors/openloft/vcluster-operator" /></a> <img alt="GitHub last commit (branch)" src="https://img.shields.io/github/last-commit/openloft/vcluster-operator/main">

----

See [openloft](https://github.com/openloft/openloft/) for more information.
Loading

0 comments on commit 596d1a9

Please sign in to comment.