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
Copy file name to clipboardExpand all lines: content/docs/usage/gateway.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ spec:
147
147
148
148
:::info
149
149
150
-
🚧 this mechanism can only be used to create Secrets in the same namespace as the `Gateway`, see [`cert-manager#5610`](https://github.com/cert-manager/cert-manager/issues/5610)
150
+
🚧 this mechanism can only be used to create Secrets in the same namespace as the Gateway, see [`cert-manager#5610`](https://github.com/cert-manager/cert-manager/issues/5610)
151
151
152
152
:::
153
153
@@ -166,7 +166,7 @@ meet the following requirements:
166
166
| `tls.certificateRef.name` | Cannot be left empty. |
167
167
| `tls.certificateRef.kind` | If specified, must be set to `Secret`. |
168
168
| `tls.certificateRef.group` | If specified, must be set to `core`. |
169
-
| `tls.certificateRef.namespace` | If specified, must be the same as the `Gateway`. |
169
+
| `tls.certificateRef.namespace` | If specified, must be the same as the Gateway. |
170
170
171
171
In the following example, the first four listener blocks will not be used to
172
172
generate Certificate resources:
@@ -354,21 +354,21 @@ spec:
354
354
355
355
## Supported Annotations
356
356
357
-
If you are migrating to `Gateway` and `ListenerSet` resources from `Ingress`
357
+
If you are migrating to Gateway and ListenerSet resources from Ingress
358
358
resources, be aware that there are some differences between [the annotations for
359
359
Ingress resources](./ingress.md#supported-annotations) versus the annotations
360
-
for `Gateway` and `ListenerSet` resources.
360
+
for Gateway and ListenerSet resources.
361
361
362
-
The `Gateway` and `ListenerSet` resources support the following annotations for
363
-
generating `Certificate` resources:
362
+
The Gateway and ListenerSet resources support the following annotations for
363
+
generating Certificate resources:
364
364
365
365
- `cert-manager.io/issuer`: the name of the Issuer that should issue the
366
-
certificate required for this `Gateway`. The Issuer _must_ be in the same
367
-
namespace as the `Gateway` resource.
366
+
certificate required for this Gateway. The Issuer _must_ be in the same
367
+
namespace as the Gateway resource.
368
368
369
-
- `cert-manager.io/cluster-issuer`: the name of a `cert-manager.io` `ClusterIssuer`
370
-
to acquire the certificate required for this `Gateway`. It does not matter in
371
-
which namespace your `Gateway` resides, as `ClusterIssuers` are non-namespaced
369
+
- `cert-manager.io/cluster-issuer`: the name of a cert-manager.ioClusterIssuer
370
+
to acquire the certificate required for this Gateway. It does not matter in
371
+
which namespace your Gateway resides, as ClusterIssuers are non-namespaced
372
372
resources.
373
373
374
374
- `cert-manager.io/issuer-kind`: the kind of the external issuer resource, for
0 commit comments