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

[release-1.27] Backports for 2024-02 release cycle #9463

Merged
merged 10 commits into from Feb 10, 2024

Commits on Feb 9, 2024

  1. Fix excessive retry on snapshot reconcile

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 4005600)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b7c35b5 View commit details
    Browse the repository at this point in the history
  2. Retry startup snapshot reconcile

    The reconcile may run before the kubelet has created the node object; retry until it succeeds
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 82e3c32)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d8e104a View commit details
    Browse the repository at this point in the history
  3. Add check for etcd-snapshot-dir and fix panic in Walk

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 6ec1926)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1d0d8bd View commit details
    Browse the repository at this point in the history
  4. Bump CNI plugins to v1.4.0

    Ref: rancher/plugins@v1.3.0-k3s1...v1.4.0-k3s2
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 77ba990)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d9b9d47 View commit details
    Browse the repository at this point in the history
  5. Fix issue with coredns node hosts controller

    The nodes controller was reading from the configmaps cache, but doesn't add any handlers, so if no other controller added configmap handlers, the cache would remain empty.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 888f866)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0f58f31 View commit details
    Browse the repository at this point in the history
  6. Fix ipv6 endpoint address selection for on-demand snapshots

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 8224a3a)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d24269d View commit details
    Browse the repository at this point in the history
  7. Don't verify the node password if the local host is not running an agent

    Signed-off-by: Oleg Matskiv <oleg.matskiv@gmail.com>
    (cherry picked from commit e3b237f)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    matskiv authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bbaa0f0 View commit details
    Browse the repository at this point in the history
  8. Expose rootless state dir under ~/.rancher/k3s/rootless

    Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
    (cherry picked from commit 14c6c63)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    hinshun authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d6e51e4 View commit details
    Browse the repository at this point in the history
  9. Expose rootless containerd socket directories for external access

    Signed-off-by: Edgar Lee <edgarhinshunlee@gmail.com>
    (cherry picked from commit 0ac4c6a)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    hinshun authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    68ea99b View commit details
    Browse the repository at this point in the history
  10. Bump kine and set NotifyInterval to what the apiserver expects

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit de82584)
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c53cb2a View commit details
    Browse the repository at this point in the history