File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ test-with-kind:
63
63
@$(PODMAN ) save " docker.io/intel/intel-fpga-admissionwebhook:devel" -o $(e2e_tmp_dir ) /$(WEBHOOK_IMAGE_FILE )
64
64
@$(KIND ) create cluster --name " intel-device-plugins" --kubeconfig $(e2e_tmp_dir ) /kubeconfig --image " kindest/node:v1.19.0"
65
65
@$(KIND ) load image-archive --name " intel-device-plugins" $(e2e_tmp_dir ) /$(WEBHOOK_IMAGE_FILE )
66
- $(KUBECTL ) --kubeconfig=$(e2e_tmp_dir ) /kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
66
+ $(KUBECTL ) --kubeconfig=$(e2e_tmp_dir ) /kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
67
67
@$(GO ) test -v ./test/e2e -args -kubeconfig $(e2e_tmp_dir ) /kubeconfig -kubectl-path $(KUBECTL ) -ginkgo.focus " Webhook" || rc=1; \
68
68
$(KIND ) delete cluster --name " intel-device-plugins" ; \
69
69
rm -rf $(e2e_tmp_dir ) ; \
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ The webhook depends on having [cert-manager](https://cert-manager.io/)
53
53
installed:
54
54
55
55
``` bash
56
- $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
56
+ $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
57
57
```
58
58
59
59
Also if your cluster operates behind a corporate proxy make sure that the API
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ As a pre-requisite you need to have [cert-manager](https://cert-manager.io)
169
169
up and running:
170
170
171
171
``` bash
172
- $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
172
+ $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
173
173
$ kubectl get pods -n cert-manager
174
174
NAME READY STATUS RESTARTS AGE
175
175
cert-manager-7747db9d88-bd2nl 1/1 Running 0 1m
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The operator depends on [cert-manager](https://cert-manager.io/) running in the
19
19
To install it run:
20
20
21
21
```
22
- $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
22
+ $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
23
23
```
24
24
25
25
Make sure all the pods in the ` cert-manager ` namespace are up and running:
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The simplest webhook deployment depends on having [cert-manager](https://cert-ma
33
33
installed:
34
34
35
35
``` bash
36
- $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
36
+ $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
37
37
```
38
38
39
39
Also if your cluster operates behind a corporate proxy make sure that the API
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/
127
127
#### Deploy cert-manager
128
128
129
129
``` bash
130
- $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0 /cert-manager.yaml
130
+ $ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1 /cert-manager.yaml
131
131
```
132
132
133
133
#### Deploy Intel Device plugin operator
You can’t perform that action at this time.
0 commit comments