Skip to content

Commit

Permalink
Update ingress.md API version
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Adedeji <adedejisalim@yahoo.com>
  • Loading branch information
adedejisalim committed Mar 15, 2021
1 parent 53c4910 commit 59df694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/usage/ingress.md
Expand Up @@ -20,7 +20,7 @@ resource with the name provided in the `tls.secretName` field and configured as
described on the `Ingress` exists. For example:

```yaml
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand Down Expand Up @@ -120,4 +120,4 @@ guide](../../installation/).

## Troubleshooting

If you do not see a `Certificate` resource being created after applying the ingress-shim annotations check that at least `cert-manager.io/issuer` or `cert-manager.io/cluster-issuer` is set. If you want to use `kubernetes.io/tls-acme: "true"` make sure to have checked all steps above and you might want to look for errors in the cert-manager pod logs if not resolved.
If you do not see a `Certificate` resource being created after applying the ingress-shim annotations check that at least `cert-manager.io/issuer` or `cert-manager.io/cluster-issuer` is set. If you want to use `kubernetes.io/tls-acme: "true"` make sure to have checked all steps above and you might want to look for errors in the cert-manager pod logs if not resolved.

0 comments on commit 59df694

Please sign in to comment.