mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Fix heapster config to talk to the right kubelet port.
The config was updated for v1bet1, but the tests are using v1beta3.
This commit is contained in:
parent
d2b6920a32
commit
013653bd58
@ -23,6 +23,8 @@ spec:
|
||||
value: "monitoring-influxdb"
|
||||
- name: "SINK"
|
||||
value: "influxdb"
|
||||
- name: "FLAGS"
|
||||
value: "--kubelet_port=10255"
|
||||
volumeMounts:
|
||||
- name: ssl-certs
|
||||
mountPath: /etc/ssl/certs
|
||||
|
Loading…
Reference in New Issue
Block a user