Skip to content

Commit

Permalink
Merge pull request intel#568 from mythi/PR-2021-011
Browse files Browse the repository at this point in the history
update to cert-manager v1.2.0
  • Loading branch information
bart0sh authored Feb 15, 2021
2 parents 983bff2 + f8c2090 commit 18b887b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/fpga_admissionwebhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/fpga_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cmd/sgx_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b887b

Please sign in to comment.