Merge pull request #77951 from yujuhong/sd-env

GCE/Windows: add instructions about stackdriver logging in README
k3s-v1.15.3
Kubernetes Prow Robot 2019-05-17 00:26:56 -07:00 committed by GitHub
commit 9030187d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ plane only runs on Linux.
export NUM_NODES=2 # number of Linux nodes
export NUM_WINDOWS_NODES=2
export KUBE_GCE_ENABLE_IP_ALIASES=true
export LOGGING_STACKDRIVER_RESOURCE_TYPES=new
```
Now bring up a cluster using one of the following two methods: