Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit 63d3da9

Browse files
committed
Update quickstarts to include new splitLogging option
If honeycombio/honeycomb-kubernetes-agent#27 lands, we'll need to update the quickstarts to include this new option.
1 parent d9e25b4 commit 63d3da9

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

logs/quickstart-aks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ data:
6666
namespace: kube-system
6767
parser: nop
6868
verbosity: info
69+
# splitLogging directs trace, debug, info, and warn log levels to stdout
70+
# rather than stderr.
71+
splitLogging: false
6972
7073
# Daemonset
7174
---

logs/quickstart-aws-eks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ data:
5858
namespace: kube-system
5959
parser: glog
6060
verbosity: info
61+
# splitLogging directs trace, debug, info, and warn log levels to stdout
62+
# rather than stderr.
63+
splitLogging: false
6164
6265
# Daemonset
6366
---

logs/quickstart-gke.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ data:
7474
namespace: kube-system
7575
parser: nop
7676
verbosity: info
77+
# splitLogging directs trace, debug, info, and warn log levels to stdout
78+
# rather than stderr.
79+
splitLogging: false
7780
7881
# Daemonset
7982
---

logs/quickstart-minikube.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ data:
6666
namespace: kube-system
6767
parser: glog
6868
verbosity: info
69+
# splitLogging directs trace, debug, info, and warn log levels to stdout
70+
# rather than stderr.
71+
splitLogging: false
6972
7073
# Daemonset
7174
---

logs/quickstart.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ data:
6666
namespace: kube-system
6767
parser: glog
6868
verbosity: info
69+
# splitLogging directs trace, debug, info, and warn log levels to stdout
70+
# rather than stderr.
71+
splitLogging: false
6972
7073
# Daemonset
7174
---

0 commit comments

Comments
 (0)