mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Use latest cAdvisor image.
This keeps us from downloading all cAdvisor images just to use "latest".
This commit is contained in:
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
Block a user