mirror of https://github.com/k3s-io/k3s
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 ```pull/6/head
commit
7726877a1e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue