diff --git a/Makefile b/Makefile index 87cc8db4c..3c44fdc97 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ test-with-kind: @$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:devel" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE) @$(KIND) create cluster --name "intel-device-plugins" --kubeconfig $(e2e_tmp_dir)/kubeconfig --image "kindest/node:v1.19.0" @$(KIND) load image-archive --name "intel-device-plugins" $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE) - $(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml + $(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml @$(GO) test -v ./test/e2e -args -kubeconfig $(e2e_tmp_dir)/kubeconfig -kubectl-path $(KUBECTL) -ginkgo.focus "Webhook" || rc=1; \ $(KIND) delete cluster --name "intel-device-plugins"; \ rm -rf $(e2e_tmp_dir); \ diff --git a/README.md b/README.md index 95b5f72ee..73b871e91 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ it validates container image references and extends reported statuses. To run an operator instance in the container run ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml $ make deploy-operator ``` diff --git a/cmd/fpga_admissionwebhook/README.md b/cmd/fpga_admissionwebhook/README.md index a47234b0a..565bc29db 100644 --- a/cmd/fpga_admissionwebhook/README.md +++ b/cmd/fpga_admissionwebhook/README.md @@ -53,7 +53,7 @@ The webhook depends on having [cert-manager](https://cert-manager.io/) installed: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml ``` Also if your cluster operates behind a corporate proxy make sure that the API diff --git a/cmd/fpga_plugin/README.md b/cmd/fpga_plugin/README.md index 25b4afcb6..57b5c1f7c 100644 --- a/cmd/fpga_plugin/README.md +++ b/cmd/fpga_plugin/README.md @@ -169,7 +169,7 @@ As a pre-requisite you need to have [cert-manager](https://cert-manager.io) up and running: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml $ kubectl get pods -n cert-manager NAME READY STATUS RESTARTS AGE cert-manager-7747db9d88-bd2nl 1/1 Running 0 1m diff --git a/cmd/operator/README.md b/cmd/operator/README.md index 1734d000e..17ddcd789 100644 --- a/cmd/operator/README.md +++ b/cmd/operator/README.md @@ -19,7 +19,7 @@ The operator depends on [cert-manager](https://cert-manager.io/) running in the To install it run: ``` -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml ``` Make sure all the pods in the `cert-manager` namespace are up and running: diff --git a/cmd/sgx_plugin/README.md b/cmd/sgx_plugin/README.md index 42c8d9f9f..37278e7d3 100644 --- a/cmd/sgx_plugin/README.md +++ b/cmd/sgx_plugin/README.md @@ -128,7 +128,7 @@ $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/ #### Deploy cert-manager ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.yaml ``` #### Deploy Intel Device plugin operator