Increase container log max size and keep single log file

Because K8S does not recognize multiple rotated files yet
This commit is contained in:
Yuqi Wang 2019-10-08 17:43:26 +08:00 коммит произвёл GitHub
Родитель 1a27fb08f5
Коммит 1016a98336
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
{
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "10"
"max-size": "2g",
"max-file": "1"
},
"data-root": "{{ hostcofig["docker-data"] }}",
"runtimes": {