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`.