Skip to content

Commit

Permalink
Merge pull request #7967 from fabriziopandini/fix-cert-manager-verify…
Browse files Browse the repository at this point in the history
…-instructions

📖 Fix cert manager verification steps in developer guide
  • Loading branch information
k8s-ci-robot authored Jan 23, 2023
2 parents 7527262 + 305d04e commit 3b39d4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/book/src/developer/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,9 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/

Ensure the cert-manager webhook service is ready before creating the Cluster API components.

This can be done by running:

```bash
kubectl wait --for=condition=Available --timeout=300s apiservice v1beta1.webhook.cert-manager.io
```
This can be done by following instructions for [manual verification](https://cert-manager.io/docs/installation/verify/#manual-verification)
from the [cert-manager] web site.
Note: make sure to follow instructions for the release of cert-manager you are installing.

[cert-manager]: https://github.com/cert-manager/cert-manager

Expand Down

0 comments on commit 3b39d4a

Please sign in to comment.