mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
update to cert-manager v1.2.0
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
89ad053316
commit
f8c20905aa
2
Makefile
2
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); \
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user