xds-k8s: fix minor typo in README (#27472)

pull/27360/head^2
Sergii Tkachenko 3 years ago committed by GitHub
parent 9cd68439a2
commit 60ef4bb504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/xds_k8s_test_driver/README.md

@ -332,7 +332,7 @@ XDS_K8S_CONFIG=./path-to-flagfile.cfg ./run.sh bin/run_td_setup.py --resource_su
# Client: all services always on port 8079 # Client: all services always on port 8079
kubectl port-forward deployment.apps/psm-grpc-client 8079 kubectl port-forward deployment.apps/psm-grpc-client 8079
# Server regular mode: all grpc services on port 8079 # Server regular mode: all grpc services on port 8080
kubectl port-forward deployment.apps/psm-grpc-server 8080 kubectl port-forward deployment.apps/psm-grpc-server 8080
# OR # OR
# Server secure mode: TestServiceImpl is on 8080, # Server secure mode: TestServiceImpl is on 8080,

Loading…
Cancel
Save