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.28] Backports for 2024-02 release cycle #9462

Merged

Commits on Feb 9, 2024

  1. Fix excessive retry on snapshot reconcile

    Signed-off-by: Brad Davidson <[email protected]>
    (cherry picked from commit 4005600)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7385b86 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 <[email protected]>
    (cherry picked from commit 82e3c32)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ae6caf2 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 <[email protected]>
    (cherry picked from commit 6ec1926)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    851bbb5 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 <[email protected]>
    (cherry picked from commit 77ba990)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d193560 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 <[email protected]>
    (cherry picked from commit 888f866)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    881bac4 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 <[email protected]>
    (cherry picked from commit 8224a3a)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d5da234 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 <[email protected]>
    (cherry picked from commit e3b237f)
    Signed-off-by: Brad Davidson <[email protected]>
    matskiv authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1dec858 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 <[email protected]>
    (cherry picked from commit 14c6c63)
    Signed-off-by: Brad Davidson <[email protected]>
    hinshun authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    824d094 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 <[email protected]>
    (cherry picked from commit 0ac4c6a)
    Signed-off-by: Brad Davidson <[email protected]>
    hinshun authored and brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    94cbc53 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 <[email protected]>
    (cherry picked from commit de82584)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f20cb02 View commit details
    Browse the repository at this point in the history