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

Support delegating to Windows CNI from Flannel CNI #76

Commits on Oct 4, 2017

  1. Rakelkar/flannel windows hostgw (#1)

    Support delegating to Windows CNI - use a separate WindowsDelegate field as the format of Windows properties is different from the schema supported by Linux under the delegate field. This will users to configure both Linux and Windows together and also to use Windows specific configuration for Windows clusters.
    rakelkar authored Oct 4, 2017
    Configuration menu
    Copy the full SHA
    d905c27 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. flannel: Remove WindowsDelegate in favor of OS specific config files

    Resolves PR review comments by:
    removing the WindowsDelegate attribute,
    fix coditions to avoid tabs
    remove duplicate checks
    remove redundant map pointer
    remove redundant ip fns
    Ubuntu committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    5aa91ea View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. flannel: Format windows test file

    Ubuntu committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    575e7ff View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    a2c0697 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Add logic to support vxlan on Windows (#2)

    Flannel: Add support for Windows Overlay (vxlan) mode
    
    Windows Overlay mode requires the network to be set to the cluster CIDR.
    So for overlay setup host-local as IPAM with the pod CIDR as the ip range
    rakelkar authored Oct 18, 2017
    Configuration menu
    Copy the full SHA
    780e0bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c024a03 View commit details
    Browse the repository at this point in the history