Update Stackdriver Logging documentation (#5495)

This commit is contained in:
Mik Vyatskov
2017-09-19 02:23:40 +02:00
committed by Steve Perry
parent b147fb02ea
commit 711c56cc4e
@@ -245,15 +245,19 @@ In this case you need to be able to change the parameters of `DaemonSet` and `Co
### Prerequisites ### Prerequisites
If you're on GKE and Stackdriver Logging is enabled in your cluster, you cannot change its If you're using GKE and Stackdriver Logging is enabled in your cluster, you
parameters. Likewise, if you're not on GKE, but Stackdriver Logging is installed as an addon, cannot change its configuration, because it's managed and supported by GKE.
you won't be able to change deployment parameters using Kubernetes API. To make it possible However, you can disable the default integration and deploy your own. Note,
to change parameters of Stackdriver Logging agents, you should switch to the API object that you will have to support and maintain a newly deployed configuration
deployment, when Stackdriver Logging is installed into a running cluster that didn't have any yourself: update the image and configuration, adjust the resources and so on.
cluster logging solutions installed before that. To disable the default logging integration, use the following command:
You can find notes on how to install Stackdriver Logging agents into a running cluster in the ```
[Deploying section](#deploying). gcloud beta container clusters update --logging-service=none CLUSTER
```
You can find notes on how to then install Stackdriver Logging agents into
a running cluster in the [Deploying section](#deploying).
### Changing `DaemonSet` parameters ### Changing `DaemonSet` parameters