From bde7f0c7a4f4345e5fa47a62ab2e291c0281e28c Mon Sep 17 00:00:00 2001 From: Burak Sekili <32663655+buraksekili@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:44:39 +0300 Subject: [PATCH] add missing obj name in debugging steps Signed-off-by: Burak Sekili <32663655+buraksekili@users.noreply.github.com> --- .../networking/gateway-api-migration/_index.en.md | 2 +- .../networking/gateway-api-migration/_index.en.md | 2 +- .../networking/gateway-api-migration/_index.en.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/kubermatic/main/tutorials-howtos/networking/gateway-api-migration/_index.en.md b/content/kubermatic/main/tutorials-howtos/networking/gateway-api-migration/_index.en.md index 38ce8dd17..95c1f691b 100644 --- a/content/kubermatic/main/tutorials-howtos/networking/gateway-api-migration/_index.en.md +++ b/content/kubermatic/main/tutorials-howtos/networking/gateway-api-migration/_index.en.md @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list. 3. **Verify Gateway has cert-manager annotations**: ```bash -kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}' +kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}' ``` Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`. diff --git a/content/kubermatic/v2.29/tutorials-howtos/networking/gateway-api-migration/_index.en.md b/content/kubermatic/v2.29/tutorials-howtos/networking/gateway-api-migration/_index.en.md index 38ce8dd17..95c1f691b 100644 --- a/content/kubermatic/v2.29/tutorials-howtos/networking/gateway-api-migration/_index.en.md +++ b/content/kubermatic/v2.29/tutorials-howtos/networking/gateway-api-migration/_index.en.md @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list. 3. **Verify Gateway has cert-manager annotations**: ```bash -kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}' +kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}' ``` Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`. diff --git a/content/kubermatic/v2.30/tutorials-howtos/networking/gateway-api-migration/_index.en.md b/content/kubermatic/v2.30/tutorials-howtos/networking/gateway-api-migration/_index.en.md index 38ce8dd17..95c1f691b 100644 --- a/content/kubermatic/v2.30/tutorials-howtos/networking/gateway-api-migration/_index.en.md +++ b/content/kubermatic/v2.30/tutorials-howtos/networking/gateway-api-migration/_index.en.md @@ -592,7 +592,7 @@ Verify that the namespaces containing your HTTPRoutes are in the list. 3. **Verify Gateway has cert-manager annotations**: ```bash -kubectl get gateway -n kubermatic -o jsonpath='{.metadata.annotations}' +kubectl get gateway -n kubermatic kubermatic -o jsonpath='{.metadata.annotations}' ``` Should show either `cert-manager.io/cluster-issuer` or `cert-manager.io/issuer`.