mirror of https://github.com/k3s-io/k3s
Use latest cAdvisor image.
This keeps us from downloading all cAdvisor images just to use "latest".pull/6/head
parent
3a9295add0
commit
d9962946fc
|
@ -2,7 +2,7 @@ version: v1beta2
|
||||||
id: cadvisor-agent
|
id: cadvisor-agent
|
||||||
containers:
|
containers:
|
||||||
- name: cadvisor
|
- name: cadvisor
|
||||||
image: google/cadvisor
|
image: google/cadvisor:latest
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
|
Loading…
Reference in New Issue