-
Notifications
You must be signed in to change notification settings - Fork 813
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for persisting logs in 'emptyDir' volume attached to ag…
…ones controller. The logs are saved in 100MB chunks under `/home/agones/logs` up to a specified limit (10000 MB by default). Example: ```shell $ ls -lh /home/agones/logs total 757764 -rw-r--r-- 1 agones agones 100.0M Feb 22 21:22 agones-controller-20190222_212001-2019-02-22T21-22-37.499.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:26 agones-controller-20190222_212001-2019-02-22T21-26-31.904.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:27 agones-controller-20190222_212001-2019-02-22T21-27-01.546.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:27 agones-controller-20190222_212001-2019-02-22T21-27-42.934.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:28 agones-controller-20190222_212001-2019-02-22T21-28-46.574.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:32 agones-controller-20190222_212001-2019-02-22T21-32-31.224.log -rw-r--r-- 1 agones agones 100.0M Feb 22 21:33 agones-controller-20190222_212001-2019-02-22T21-33-30.350.log -rw-r--r-- 1 agones agones 40.0M Feb 22 21:41 agones-controller-20190222_212001.log ```
- Loading branch information
Showing
18 changed files
with
2,029 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.