-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support gzipped runtime configurations (#571)
* Support gzipped runtime configurations Some runtime configs can be too large to fit in one kubernetes configmap. However, Kubernetes configmaps accept binary data, so we can gzip the yaml, which offers up to 10x compression. This adds a new flag to runtimeconfig.Manager's config that enabled gzip uncompression of the files, disabled by default. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Just check the extension Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Fix test Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> * Update CHANGELOG.md Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com> --------- Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
- Loading branch information
Showing
3 changed files
with
99 additions
and
3 deletions.
There are no files selected for viewing
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