-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.13.0
-
Moderate
-
No
-
2
-
Sprint 234, Sprint 235, Sprint 236, Sprint 237
-
4
-
Rejected
-
False
-
Description of problem:
the gateway pod and service are still there after deleting gateway resource
Version-Release number of selected component (if applicable):
4.13.0-0.nightly-2023-03-07-131556
How reproducible:
100%
Steps to Reproduce:
1. enable featuregate and install OSSM 2.4 and create GatewayClass 2. create Gateway resource 3. create HTTPRoute 4. delete Gateway resource
Actual results:
step 2: gateway pod and services are created step 4: gateway pod and service are still there $ oc -n openshift-ingress get pod NAME READY STATUS RESTARTS AGE gateway-test-cd8684744-ss68b 1/1 Running 0 97m istio-ingressgateway-7fd578c7bb-8pnzj 1/1 Running 0 132m istiod-openshift-gateway-97475d6c8-8vtj5 1/1 Running 0 132m $ oc -n openshift-ingress get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE gateway-test LoadBalancer 172.30.64.170 20.59.112.40 15021:32023/TCP,80:30086/TCP,443:30883/TCP 97m istio-ingressgateway LoadBalancer 172.30.80.96 138.91.89.36 15021:30229/TCP,80:30329/TCP,443:30043/TCP 132m istiod-openshift-gateway ClusterIP 172.30.58.156 <none> 15010/TCP,15012/TCP,443/TCP,15014/TCP,8188/TCP 132m
Expected results:
step 4: the pod and service should be removed
Additional info: