Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
10
vendor/k8s.io/kubernetes/cluster/saltbase/salt/logrotate/docker-containers
generated
vendored
Normal file
10
vendor/k8s.io/kubernetes/cluster/saltbase/salt/logrotate/docker-containers
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/var/lib/docker/containers/*/*-json.log {
|
||||
rotate 5
|
||||
copytruncate
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
maxsize 10M
|
||||
daily
|
||||
create 0644 root root
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue