File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ spec:
182
182
- kind: Gateway
183
183
name: eg
184
184
namespace: default
185
+ EOF
185
186
```
186
187
187
188
The important parts are
@@ -209,7 +210,7 @@ Status:
209
210
Now we're ready to update the Gateway annotation to use this issuer instead:
210
211
211
212
``` console
212
- $ kubectl annotate --overwrite gateway/eg cert-manager.io/clusterissuer =letsencrypt-staging
213
+ $ kubectl annotate --overwrite gateway/eg cert-manager.io/cluster-issuer =letsencrypt-staging
213
214
```
214
215
215
216
The Gateway should be picked up by cert-manager, which will create a new certificate for you, and replace the Secret.
@@ -262,12 +263,13 @@ spec:
262
263
- kind: Gateway
263
264
name: eg
264
265
namespace: default
266
+ EOF
265
267
```
266
268
267
269
And now you can update the Gateway listener to point to ` letsencrypt ` instead:
268
270
269
271
``` console
270
- $ kubectl annotate --overwrite gateway/eg cert-manager.io/clusterissuer =letsencrypt
272
+ $ kubectl annotate --overwrite gateway/eg cert-manager.io/cluster-issuer =letsencrypt
271
273
```
272
274
273
275
As before, track it by looking at CertificateRequests.
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ spec:
182
182
- kind: Gateway
183
183
name: eg
184
184
namespace: default
185
+ EOF
185
186
```
186
187
187
188
The important parts are
@@ -209,7 +210,7 @@ Status:
209
210
Now we're ready to update the Gateway annotation to use this issuer instead:
210
211
211
212
``` console
212
- $ kubectl annotate --overwrite gateway/eg cert-manager.io/clusterissuer =letsencrypt-staging
213
+ $ kubectl annotate --overwrite gateway/eg cert-manager.io/cluster-issuer =letsencrypt-staging
213
214
```
214
215
215
216
The Gateway should be picked up by cert-manager, which will create a new certificate for you, and replace the Secret.
@@ -262,12 +263,13 @@ spec:
262
263
- kind: Gateway
263
264
name: eg
264
265
namespace: default
266
+ EOF
265
267
```
266
268
267
269
And now you can update the Gateway listener to point to ` letsencrypt ` instead:
268
270
269
271
``` console
270
- $ kubectl annotate --overwrite gateway/eg cert-manager.io/clusterissuer =letsencrypt
272
+ $ kubectl annotate --overwrite gateway/eg cert-manager.io/cluster-issuer =letsencrypt
271
273
```
272
274
273
275
As before, track it by looking at CertificateRequests.
You can’t perform that action at this time.
0 commit comments