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

kubernetes-1.31: Add kube-proxy-default-compat subpackage. #29927

Closed
wants to merge 2 commits into from

Commits on Oct 4, 2024

  1. kubernetes-1.31: Add kube-proxy-default-compat subpackage.

    kube-proxy deployments assume the binary sits at
    /usr/local/bin/kube-proxy (see
    https://github.com/kubernetes/kubernetes/blob/a35bca903e24ea3cdbecb743c001b4c8f4db9e9c/cmd/kubeadm/app/phases/addons/proxy/manifests.go#L79).
    This adds a compat package based off of kube-proxy-default which
    installs the binary at /usr/bin/kube-proxy.
    wlynch committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    73993b2 View commit details
    Browse the repository at this point in the history
  2. Add k8s version

    wlynch committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ba5acfc View commit details
    Browse the repository at this point in the history