From 6a0f999807dddb7a6aa7be676230fe67d05500f9 Mon Sep 17 00:00:00 2001 From: Sean Harger Date: Thu, 12 Apr 2018 22:42:59 -0700 Subject: [PATCH] Change Stackdriver docs to use consistent namespace default. (#8071) Added a note about logging not working properly on non-GKE platforms. --- docs/tasks/debug-application-cluster/logging-stackdriver.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/logging-stackdriver.md b/docs/tasks/debug-application-cluster/logging-stackdriver.md index 153bef3964..ce4158a35a 100644 --- a/docs/tasks/debug-application-cluster/logging-stackdriver.md +++ b/docs/tasks/debug-application-cluster/logging-stackdriver.md @@ -41,6 +41,10 @@ The `DaemonSet` and `ConfigMap` are configured as addons. If you're not using `k consider starting a cluster without a pre-configured logging solution and then deploying Stackdriver Logging agents to the running cluster. +**Warning:** The Stackdriver logging daemon has known issues on platforms other +than Google Kubernetes Engine. Proceed at your own risk. +{: .note} + ### Deploying to an existing cluster 1. Apply a label on each node, if not already present. @@ -108,7 +112,7 @@ If you have 3 nodes in the cluster, the output should looks similar to this: ``` NAMESPACE NAME DESIRED CURRENT READY NODE-SELECTOR AGE ... -kube-system fluentd-gcp-v2.0 3 3 3 beta.kubernetes.io/fluentd-ds-ready=true 6d +default fluentd-gcp-v2.0 3 3 3 beta.kubernetes.io/fluentd-ds-ready=true 5m ... ```