mirror of https://github.com/k3s-io/k3s
GCE/Windows: add instructions about stackdriver logging in README
Setting LOGGING_STACKDRIVER_RESOURCE_TYPES ensures that the both Linux and Windows nodes send logs to the same resources with the same tags.k3s-v1.15.3
parent
4d3d153210
commit
abed7cc0a9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue