Commit df569fd4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40419 from shyamjvs/fix-heapster-eventer

Automatic merge from submit-queue (batch tested with PRs 40130, 40419, 40416) fixing source for heapster eventer in kubemark Fixing the out of place heapster eventer source IP. cc @wojtek-t @gmarek
parents baaaf266 cad541eb
......@@ -66,7 +66,7 @@
"/eventer"
],
"args": [
"--source=kubernetes:https://104.197.233.84:443?inClusterConfig=0&useServiceAccount=0&auth=/kubeconfig/heapster.kubeconfig"
"--source=kubernetes:https://{{MASTER_IP}}:443?inClusterConfig=0&useServiceAccount=0&auth=/kubeconfig/heapster.kubeconfig"
],
"volumeMounts": [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment