-
Notifications
You must be signed in to change notification settings - Fork 430
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
Use Canal (flannel + Calico policy) as CNI #181
Conversation
Signed-off-by: Stephen Augustus <[email protected]>
/assign @soggiest @awesomenix |
# Flannel network configuration. Mounted into the flannel container. | ||
net-conf.json: | | ||
{ | ||
"Network": "192.168.0.0/16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please add unittests to block changing the defaults of pod cidr blocks. In case somebody changes the defaults, a warning to change in all the locations here would help in future
# chosen from this range. Changing this value after installation will have | ||
# no effect. This should fall within `--cluster-cidr`. | ||
- name: CALICO_IPV4POOL_CIDR | ||
value: "192.168.0.0/16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
@awesomenix -- let's discuss pod/service CIDR configuration separately. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awesomenix, justaugustus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Stephen Augustus [email protected]
What this PR does / why we need it:
Swaps our CNI for Canal, so we can leverage Calico policy and a CNI (flannel), which can be used for Windows containers.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Related #153
Release note:
/priority important-soon
/milestone v1alpha1
/kind feature