File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/templates/kuttl/smoke-nodeport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161 ADDR=$(kubectl get listener/listener-$pod \
6262 -o jsonpath='http://{.status.ingressAddresses[0].address}:{.status.ingressAddresses[0].ports.http}/pod-name');
6363 echo Requesting $ADDR should return $pod;
64- echo curl -s $ADDR | grep $pod;
64+ curl -s $ADDR | grep $pod;
6565 done
6666
6767 echo Testing access via PodListeners
7070 ADDR=$(kubectl get podlisteners/pod-$POD_UID \
7171 -o jsonpath='http://{.spec.listeners.listener.ingressAddresses[0].address}:{.spec.listeners.listener.ingressAddresses[0].ports.http}/pod-name');
7272 echo Requesting $ADDR should return $pod;
73- echo curl -s $ADDR | grep $pod;
73+ curl -s $ADDR | grep $pod;
7474 done
7575{% endif %}
7676 resources:
You can’t perform that action at this time.
0 commit comments