Unverified Commit 7726877a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #58924 from CaoShuFeng/webhook_readme

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix webhook admission README There is no target `deploy-only` in the Makefile **Release note**: ```release-note NONE ```
parents b53c99cf 1df5373d
...@@ -20,12 +20,6 @@ Please enable the admission webhook feature ...@@ -20,12 +20,6 @@ Please enable the admission webhook feature
make build make build
``` ```
## Deploy the code
```bash
make deploy-only
```
The Makefile assumes your cluster is created by the The Makefile assumes your cluster is created by the
[hack/local-up-cluster.sh](https://github.com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh). [hack/local-up-cluster.sh](https://github.com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh).
Please modify the Makefile accordingly if your cluster is created differently. Please modify the Makefile accordingly if your cluster is created differently.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment