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

[Windows] Finish removing Docker and userspace kube-proxy support #6255

Commits on Apr 23, 2024

  1. [Windows] Finish removing Docker and userspace kube-proxy support

    We update the Windows documentation to remove all Docker-specific
    instructions, and all mentions of (userspace) kube-proxy.
    
    We also update Windows scripts to remove Docker support. The
    Prepare-AntreaAgent.ps1 script was still defaulting to installing
    kube-proxy, so we update the script to change this default behavior. For
    all the scripts, "omitting" kube-proxy is now the default behavior. The
    corresponding script parameters have not been removed yet, but they are
    not officially deprecated, and we can remove them in a future release,
    such as Antrea v2.3.
    
    Fixes antrea-io#5630
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6c82414 View commit details
    Browse the repository at this point in the history
  2. Rename Antrea Windows YAML manifests

    Now that containerd is the only supported container runtime, we rename
    antrea-windows-containerd.yml to antrea-windows.yml and
    antrea-windows-containerd-with-ovs.yml to antrea-windows-with-ovs.yml.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    411cda4 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    To preserve documentation acuracy, we remove some references to older
    Antrea versions.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fe6e1ac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update WINDOWS_YAML_SUFFIX in ci/jenkins/test.sh

    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9b7cc64 View commit details
    Browse the repository at this point in the history