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

Add logic to support vxlan on Windows #2

Merged
merged 4 commits into from
Oct 18, 2017

Conversation

rakelkar
Copy link
Owner

@rakelkar rakelkar commented Oct 18, 2017

Support VXLAN mode by adding a delegate.backendType to determine the mode and Overlay specific logic to delegate to host-local IPAM since for Overlay the HNS network is set to the FLANNEL_NETWORK (Cluster CIDR) - which means HNS cant do IPAM.

@rakelkar rakelkar merged commit 780e0bd into FlannelWindowsHostGwSupport Oct 18, 2017
@rakelkar rakelkar deleted the rakelkar/windows-vxlan-support branch October 18, 2017 06:30
rakelkar added a commit that referenced this pull request Nov 21, 2017
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
madhanrm pushed a commit that referenced this pull request Dec 16, 2017
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
madhanrm pushed a commit that referenced this pull request Jan 4, 2018
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

First cut bridge plugin
add overlay strawman and share dup code
Hns helper functions
windows cni: add tests and update flannel CNI to use windows CNI
flannel: revert test that moved to windows cni
flannel: remove unused import
flannel: update readme for windows
win-overlay: update readme to fix minor copy paste errors
madhanrm pushed a commit that referenced this pull request Jan 4, 2018
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.

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

flannel: Format windows test file
flannel: move Windows tests to Ginkgo
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

First cut bridge plugin
add overlay strawman and share dup code
Hns helper functions
windows cni: add tests and update flannel CNI to use windows CNI
flannel: revert test that moved to windows cni
flannel: remove unused import
flannel: update readme for windows
win-overlay: update readme to fix minor copy paste errors
rakelkar added a commit that referenced this pull request Feb 4, 2018
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.

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

flannel: Format windows test file
flannel: move Windows tests to Ginkgo
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

First cut bridge plugin
add overlay strawman and share dup code
Hns helper functions
windows cni: add tests and update flannel CNI to use windows CNI
flannel: revert test that moved to windows cni
flannel: remove unused import
flannel: update readme for windows
win-overlay: update readme to fix minor copy paste errors
dineshgovindasamy pushed a commit that referenced this pull request Feb 12, 2018
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.

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

flannel: Format windows test file
flannel: move Windows tests to Ginkgo
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

First cut bridge plugin
add overlay strawman and share dup code
Hns helper functions
windows cni: add tests and update flannel CNI to use windows CNI
flannel: revert test that moved to windows cni
flannel: remove unused import
flannel: update readme for windows
win-overlay: update readme to fix minor copy paste errors
madhanrm pushed a commit that referenced this pull request Mar 5, 2018
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.

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

flannel: Format windows test file
flannel: move Windows tests to Ginkgo
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

First cut bridge plugin
add overlay strawman and share dup code
Hns helper functions
windows cni: add tests and update flannel CNI to use windows CNI
flannel: revert test that moved to windows cni
flannel: remove unused import
flannel: update readme for windows
win-overlay: update readme to fix minor copy paste errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant