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

kube-proxy: validate dual-stack cidrs #87353

Merged
merged 1 commit into from
Feb 13, 2020

Commits on Jan 31, 2020

  1. kube-proxy: validate dual-stack cidrs

    kube-proxy was not validating correctly the clusterCIDRs, if
    dual-stack it MAY have 1 or more clusterCIDRs. If it has 2 cidrs and
    at least one of each IP family.
    
    It also fixes a bug where validation was not taking into account
    the feature gates global state.
    aojea committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4844b38 View commit details
    Browse the repository at this point in the history