Unverified Commit 9030187d authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #77951 from yujuhong/sd-env

GCE/Windows: add instructions about stackdriver logging in README
parents 628e0d83 abed7cc0
...@@ -62,6 +62,7 @@ plane only runs on Linux. ...@@ -62,6 +62,7 @@ plane only runs on Linux.
export NUM_NODES=2 # number of Linux nodes export NUM_NODES=2 # number of Linux nodes
export NUM_WINDOWS_NODES=2 export NUM_WINDOWS_NODES=2
export KUBE_GCE_ENABLE_IP_ALIASES=true 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: Now bring up a cluster using one of the following two methods:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment