xds-k8s: Do not recommend enabling mesh certs by default (#29743)

This should covered separately per this note:

> For more details, and for the setup for security tests, see
["Setting up Traffic Director service security with proxyless gRPC"](https://cloud.google.com/traffic-director/docs/security-proxyless-setup)
 user guide.
pull/29739/head^2
Sergii Tkachenko 3 years ago committed by GitHub
parent 1df32ca680
commit d5c8bbce51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      tools/run_tests/xds_k8s_test_driver/README.md

@ -30,6 +30,21 @@ changes to this codebase at the moment.
`kubectl` can be installed via `gcloud components install kubectl`, or system package manager: https://kubernetes.io/docs/tasks/tools/#kubectl
##### Getting Started
1. If you haven't, [initialize](https://cloud.google.com/sdk/docs/install-sdk) gcloud SDK
2. Activate gcloud [configuration](https://cloud.google.com/sdk/docs/configurations) with your project
3. Enable gcloud services:
```shell
gcloud services enable \
compute.googleapis.com \
container.googleapis.com \
networksecurity.googleapis.com \
networkservices.googleapis.com \
secretmanager.googleapis.com \
trafficdirector.googleapis.com
```
#### Configure GKE cluster
This is an example outlining minimal requirements to run `tests.baseline_test`.
For more details, and for the setup for security tests, see
@ -69,7 +84,6 @@ gcloud container clusters create "${CLUSTER_NAME}" \
--zone="${ZONE}" \
--enable-ip-alias \
--workload-pool="${PROJECT_ID}.svc.id.goog" \
--enable-mesh-certificates \
--workload-metadata=GKE_METADATA \
--tags=allow-health-checks
```

Loading…
Cancel
Save