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

Bug 1798788: Set Kubelet node IP to non-vip #1444

Merged
merged 2 commits into from Feb 12, 2020

Commits on Feb 12, 2020

  1. baremetal: Set Kubelet node IP to non-vip

    This change prevents:
    * Kubelet choosing as node IP an address from a non control plane subnet
      (like the provisioning network)
    * Kubelet choosing a deprecated IPv6 address as its node IP that in
      several platform can be a VIP
    
    Signed-off-by: Antoni Segura Puimedon <antoni@redhat.com>
    celebdor committed Feb 12, 2020
    Copy the full SHA
    d93d1e9 View commit details
    Browse the repository at this point in the history
  2. Prevent CRI-O picking the wrong node IP to stream

    CRI-O on startup could get addresses with expiring leases or from
    interfaces that are in isolated networks. This patch extends
    kubelet-nodeip.service to fix CRI-O as well.
    
    Signed-off-by: Antoni Segura Puimedon <antoni@redhat.com>
    celebdor committed Feb 12, 2020
    Copy the full SHA
    065082e View commit details
    Browse the repository at this point in the history