mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #3288 from dchen1107/cleanup
Using google/cadvisor:0.7.1 instead of :latest
This commit is contained in:
commit
f5c179f83d
@ -2,7 +2,7 @@ version: v1beta2
|
||||
id: cadvisor-agent
|
||||
containers:
|
||||
- name: cadvisor
|
||||
image: google/cadvisor:latest
|
||||
image: google/cadvisor:0.7.1
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
Loading…
Reference in New Issue
Block a user