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 1720332: images/kube-proxy: update to 4.1, add iptables wrappers #23235

Merged
merged 2 commits into from Jul 17, 2019
Merged

Commits on Jul 11, 2019

  1. images/kube-proxy: update to 4.1, add iptables wrappers

    This configures kube-proxy to use the same iptables-chroot-wrappers as
    openshift-sdn, which is needed since RHCOS and the UBI are configured
    for different iptables modes (nftables vs. legacy).
    
    The kube-proxy image isn't used in production cases, so we missed that
    the iptables wrappers were also needed here.
    squeed committed Jul 11, 2019
    Copy the full SHA
    bb51d4c View commit details
    Browse the repository at this point in the history
  2. images/kube-proxy: copy iptables wrapper scripts from sdn

    It was discovered that ART's build context is different from the one in
    OSBS. This means that we can't re-use the same script files, and need to
    duplicate them.
    
    Kube-proxy isn't yet used in production, so this was missed. It's only
    released for custom networking environments and other third-party
    vendors.
    squeed committed Jul 11, 2019
    Copy the full SHA
    e256696 View commit details
    Browse the repository at this point in the history