Skip to content
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

Set docker log driver to journald on Fedora CoreOS #681

Merged
merged 1 commit into from
Mar 27, 2020

Commits on Mar 27, 2020

  1. Set docker log driver to journald on Fedora CoreOS

    * Before Kubernetes v1.18.0, Kubelet only supported kubectl
    `--limit-bytes` with the Docker `json-file` log driver so
    the Fedora CoreOS default was overridden for conformance.
    See #642
    * Kubelet v1.18+ implemented support for other docker log
    drivers, so the Fedora CoreOS default `journald` can be
    used again
    
    Rel: kubernetes/kubernetes#86367
    dghubble committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    ef5f953 View commit details
    Browse the repository at this point in the history