Skip to content

Commit

Permalink
Update to disable collecting PodLogs by default
Browse files Browse the repository at this point in the history
due to expense and reported experience.

Signed-off-by: Timothy St. Clair <timothysc@gmail.com>

Signed-off-by: Jesse Hamilton jesse.hamilton@heptio.com
  • Loading branch information
timothysc committed Oct 2, 2017
1 parent 28e5488 commit 7764592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions examples/ksonnet/components/10-configmaps.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ local sonobuoyConfigData = {
"LimitRanges",
"PersistentVolumeClaims",
"Pods",
"PodLogs",
"PodDisruptionBudgets",
"PodPresets",
"PodTemplates",
Expand Down Expand Up @@ -234,7 +233,7 @@ local e2eConfig = {
containers: [
{
name: "e2e",
image: "gcr.io/heptio-images/kube-conformance:latest",
image: "gcr.io/heptio-images/kube-conformance:v1.8.0",
imagePullPolicy: "Always",
# NOTE: Full conformance can take a while depending on your cluster size.
# As a result, only a single test is set atm to verify correctness.
Expand Down
3 changes: 1 addition & 2 deletions examples/quickstart/aggregate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ data:
"LimitRanges",
"PersistentVolumeClaims",
"Pods",
"PodLogs",
"PodDisruptionBudgets",
"PodPresets",
"PodTemplates",
Expand Down Expand Up @@ -123,7 +122,7 @@ data:
- env:
- name: E2E_FOCUS
value: Pods should be submitted and removed
image: gcr.io/heptio-images/kube-conformance:latest
image: gcr.io/heptio-images/kube-conformance:v1.8.0
imagePullPolicy: Always
name: e2e
volumeMounts:
Expand Down
3 changes: 1 addition & 2 deletions examples/quickstart/components/10-configmaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ data:
"LimitRanges",
"PersistentVolumeClaims",
"Pods",
"PodLogs",
"PodDisruptionBudgets",
"PodPresets",
"PodTemplates",
Expand Down Expand Up @@ -80,7 +79,7 @@ data:
- env:
- name: E2E_FOCUS
value: Pods should be submitted and removed
image: gcr.io/heptio-images/kube-conformance:latest
image: gcr.io/heptio-images/kube-conformance:v1.8.0
imagePullPolicy: Always
name: e2e
volumeMounts:
Expand Down

0 comments on commit 7764592

Please sign in to comment.