From 9ec784889a81f6d8dbc3f6b43bfb42aa5091dbba Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 3 Dec 2025 21:06:17 +0530 Subject: [PATCH 1/3] Change name --- .../config/samples/api_v1_apiconfiguration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml b/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml index 6736f5068..66f05c701 100644 --- a/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml +++ b/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml @@ -12,7 +12,7 @@ spec: gatewayRefs: # - name: cluster-gateway # namespace: test - - name: backup-gateway + - name: cluster-gateway namespace: default apiConfiguration: From d6de6dac3f38a2acb21cfce70231a10e653ce19f Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 3 Dec 2025 21:35:03 +0530 Subject: [PATCH 2/3] Improve readme --- kubernetes/gateway-operator/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kubernetes/gateway-operator/README.md b/kubernetes/gateway-operator/README.md index 4457dc462..8a74cb111 100644 --- a/kubernetes/gateway-operator/README.md +++ b/kubernetes/gateway-operator/README.md @@ -50,6 +50,10 @@ gatewayconfig_path="/tmp/api_v1_gatewayconfiguration.yaml" kubectl apply -f $gatewayconfig_path kubectl get gatewayconfiguration -n default -o json | jq '.items[0].status' + +kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=policy-engine --timeout=900s +kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=controller --timeout=900s +kubectl wait pod -n default --for=condition=Ready -l app.kubernetes.io/component=router --timeout=900s ``` --- From 56742e3916d1ceadbfa26cccc70eae7d6b6182b7 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Wed, 3 Dec 2025 21:37:31 +0530 Subject: [PATCH 3/3] Revert "Change name" This reverts commit 9ec784889a81f6d8dbc3f6b43bfb42aa5091dbba. --- .../config/samples/api_v1_apiconfiguration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml b/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml index 66f05c701..6736f5068 100644 --- a/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml +++ b/kubernetes/gateway-operator/config/samples/api_v1_apiconfiguration.yaml @@ -12,7 +12,7 @@ spec: gatewayRefs: # - name: cluster-gateway # namespace: test - - name: cluster-gateway + - name: backup-gateway namespace: default apiConfiguration: