From 1df5373d6a3627a2e0e9a149847edb4bbd0d13cc Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Sun, 28 Jan 2018 14:25:41 +0800 Subject: [PATCH] fix webhook admission README --- test/images/webhook/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/images/webhook/README.md b/test/images/webhook/README.md index 6cbc81b1b5..d0b9263988 100644 --- a/test/images/webhook/README.md +++ b/test/images/webhook/README.md @@ -20,12 +20,6 @@ Please enable the admission webhook feature make build ``` -## Deploy the code - -```bash -make deploy-only -``` - 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). Please modify the Makefile accordingly if your cluster is created differently.