-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alpha-to-beta #1885
Merged
Merged
alpha-to-beta #1885
Conversation
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
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This enables logging of names that end on `.svc` from the client side. This is to be able to find all the occurances of clients calling names like `name.namespace.svc` which would stop working if we enforce `ndots:2` by default for all pods. We can detect the usage of `.svc` names by logging any occurance of `svc.svc.cluster.local` lookups in CoreDNS. Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
Enable logging of .svc DNS names in CoreDNS
Kubernetes v1.12.6 + Use Docker images for individual components instead of hyperkube
This increases the number of chunks that can be queued to be sent to S3. The [documentation][1] claims that this number is unlimited when not set, but the default was in fact [recently set][2] to `1`, which causes a backlog of chunks to build up when there is a larger number of log files. [1]: https://docs.fluentd.org/v1.0/articles/buffer-section#buffering-parameters [2]: fluent/fluentd#2173 Signed-off-by: Christian Berg <berg.christian@gmail.com>
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Priority classes
Increase Fluentd Buffer Queue Size
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Disable automatic transparent hugepages
Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>
Add a missing priority class
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
👍 |
1 similar comment
👍 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge pull request dev-to-alpha #1883 from zalando-incubator/dev-to-alpha
**
Merge branch 'dev' into dev-to-alpha
Merge pull request Add a missing priority class #1882 from zalando-incubator/fix-janitor-priority
Merge pull request Disable automatic transparent hugepages #1880 from zalando-incubator/hugepages
Merge pull request Increase Fluentd Buffer Queue Size #1877 from zalando-incubator/increase-fluentd-queue
Merge pull request Priority classes #1879 from zalando-incubator/priority-classes
Merge pull request Kubernetes v1.12.6 + Use Docker images for individual components instead of hyperkube #1825 from zalando-incubator/separate-images
Merge pull request Enable logging of .svc DNS names in CoreDNS #1874 from zalando-incubator/log-svc-names-coredns