SUSE / caasp-salt

A collection of salt states used to provision a kubernetes cluster
Apache License 2.0
64 stars 29 forks source link

Add log rotation options to docker daemon (bug#1114832) #683

Closed mjura closed 5 years ago

r0ckarong commented 5 years ago

This could be interesting for our customers. How can someone configure this?

MaximilianMeister commented 5 years ago

This could be interesting for our customers. How can someone configure this?

@r0ckarong I guess you could just create pillars via rake docker exec -it $(docker ps | grep "velum-dashboard" | awk '{print $1}') entrypoint.sh bundle exec rake velum:create_pillar[pillar,value] and then run the highstate

mjura commented 5 years ago

Backport to 3.0 https://github.com/kubic-project/salt/pull/692