You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -148,7 +148,7 @@ Before certificates can be issued, cert-manager requires an [Issuer][cert-manage
148
148
Create a cluster issuer, such as `cluster-issuer.yaml`, using the following example manifest. Update the email address with a valid address from your organization:
149
149
150
150
```yaml
151
-
apiVersion: certmanager.k8s.io/v1alpha1
151
+
apiVersion: cert-manager.io/v1alpha2
152
152
kind: ClusterIssuer
153
153
metadata:
154
154
name: letsencrypt-staging
@@ -167,7 +167,7 @@ To create the issuer, use the `kubectl apply -f cluster-issuer.yaml` command.
167
167
```
168
168
$ kubectl apply -f cluster-issuer.yaml
169
169
170
-
clusterissuer.certmanager.k8s.io/letsencrypt-staging created
170
+
clusterissuer.cert-manager.io/letsencrypt-staging created
If you need to create an additional certificate resource, you can do so with the following example manifest. Update the *dnsNames* and *domains* to the DNS name you created in a previous step. If you use an internal-only ingress controller, specify the internal DNS name for your service.
263
263
264
264
```yaml
265
-
apiVersion: certmanager.k8s.io/v1alpha1
265
+
apiVersion: cert-manager.io/v1alpha2
266
266
kind: Certificate
267
267
metadata:
268
268
name: tls-secret
@@ -287,7 +287,7 @@ To create the certificate resource, use the `kubectl apply -f certificates.yaml`
0 commit comments