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

backports: for 0.12.3 release #4296

Merged
merged 3 commits into from
Sep 28, 2021
Merged

Commits on Sep 28, 2021

  1. fix: containerd log symlink

    Kubelet creates symlinks from /var/log/containers/<pod>.log to the log file /var/log/pod/<pod-folder>/0.log
    Log senders (like fluentd) usually watch the folder /var/log/containers/*.log
    Kubelet needs to share containers folder.
    
    Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
    Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
    (cherry picked from commit d9eb18b)
    sergelogvinov authored and AlekSi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ed94d50 View commit details
    Browse the repository at this point in the history
  2. fix: check for existence of dhcp6 FQDN first

    Check that dhcpv6.Options.FQDN() is not nil before trying to use it.
    
    This fixes DHCPv6 on GCP.
    
    Signed-off-by: Seán C McCord <ulexus@gmail.com>
    (cherry picked from commit b1b6d61)
    Ulexus authored and AlekSi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    ce1226b View commit details
    Browse the repository at this point in the history
  3. fix: check trustd API CA on worker nodes

    This distributes API CA (just the certificate, not the key) to the
    worker nodes on config generation, and if the CA cert is present on the
    worker node, it verifies TLS connection to the trustd with the CA
    certificate.
    
    Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
    (cherry picked from commit 62acd62)
    smira authored and AlekSi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    07c87a1 View commit details
    Browse the repository at this point in the history