mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Adding a heapster ginkgo e2e test.
This commit is contained in:
@@ -5,6 +5,5 @@ port: 80
|
||||
containerPort: 8086
|
||||
labels:
|
||||
name: influxdb
|
||||
kubernetes.io/cluster-service: "true"
|
||||
selector:
|
||||
name: influxGrafana
|
||||
|
||||
@@ -47,7 +47,7 @@ ENABLE_DOCKER_REGISTRY_CACHE=true
|
||||
ENABLE_NODE_MONITORING="${KUBE_ENABLE_NODE_MONITORING:-true}"
|
||||
|
||||
# Optional: When set to true, heapster will be setup as part of the cluster bring up.
|
||||
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-false}"
|
||||
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-true}"
|
||||
|
||||
# Optional: Enable node logging.
|
||||
ENABLE_NODE_LOGGING="${KUBE_ENABLE_NODE_LOGGING:-true}"
|
||||
|
||||
Reference in New Issue
Block a user