mirror of https://github.com/knative/docs.git
Bump cert manager API verson (#3670)
* Bumps minimum required version of cert-manager Signed-off-by: irbekrm <irbekrm@gmail.com> * Uses cert-manager.io/v1 Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
parent
c168afa6ad
commit
15a8c25668
|
@ -47,7 +47,7 @@ The tabs below expand to show instructions for installing each Serving extension
|
|||
via cert-manager.
|
||||
|
||||
1. First, install
|
||||
[cert-manager version `0.12.0` or higher](../serving/installing-cert-manager.md)
|
||||
[cert-manager version `v1.0.0` or higher](../serving/installing-cert-manager.md)
|
||||
|
||||
2. Next, install the component that integrates Knative with cert-manager:
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ and which DNS provider validates those requests.
|
|||
[Configuring HTTPS with cert-manager and Google Cloud DNS](./using-cert-manager-on-gcp.md).
|
||||
|
||||
```shell
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-dns-issuer
|
||||
|
@ -112,7 +112,7 @@ and which DNS provider validates those requests.
|
|||
|
||||
```shell
|
||||
kubectl apply -f - <<EOF
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-http01-issuer
|
||||
|
|
|
@ -38,7 +38,7 @@ and Cloud DNS:
|
|||
[Knative installation guides](../install/).
|
||||
- Your Knative cluster must be configured to use a
|
||||
[custom domain](./using-a-custom-domain.md).
|
||||
- [cert-manager v0.6.1 or higher installed](./installing-cert-manager.md)
|
||||
- [cert-manager v1.0.0 or higher installed](./installing-cert-manager.md)
|
||||
- Your DNS provider must be setup and configured to your domain.
|
||||
|
||||
## Creating a service account and using a Kubernetes secret
|
||||
|
@ -108,7 +108,7 @@ TLS certificates and how the requests are validated with Cloud DNS.
|
|||
|
||||
```shell
|
||||
kubectl apply --filename - <<EOF
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-issuer
|
||||
|
@ -171,7 +171,7 @@ exists.
|
|||
export DOMAIN=<your-domain.com>
|
||||
|
||||
kubectl apply --filename - <<EOF
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: my-certificate
|
||||
|
|
Loading…
Reference in New Issue