-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Documented CALICO_NAT_OUTGOING Parameter #775
Documented CALICO_NAT_OUTGOING Parameter #775
Conversation
|
1 similar comment
|
This looks good but will need some updates after projectcalico/calicoctl#1640 is finalized. |
578bc92
to
712fefe
Compare
@@ -27,6 +27,8 @@ The `calico/node` container is primarily configured through environment variable | |||
| CALICO_IPV4POOL_CIDR | The IPv4 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv4 CIDR | 192.168.0.0/16 | | |||
| CALICO_IPV6POOL_CIDR | The IPv6 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv6 CIDR | fd80:24e2:f998:72d6::/64 | | |||
| CALICO_IPV4POOL_IPIP | IPIP Mode to use for the IPv4 POOL created at start up. | off, always, cross-subnet | off | | |||
| CALICO_IPV4POOL_NAT_OUTGOING | Controls NAT Outgoing `nat-outgoing` for the IPv4 IPPOOL created at start up. | boolean | true | |
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.
We haven't referenced the specific flag in the Resource in other descriptions so I think you should remove the nat-outgoing
from both of these entries.
nit: IPv4 IPPOOL
should be IPv4 Pool
@@ -27,6 +27,8 @@ The `calico/node` container is primarily configured through environment variable | |||
| CALICO_IPV4POOL_CIDR | The IPv4 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv4 CIDR | 192.168.0.0/16 | | |||
| CALICO_IPV6POOL_CIDR | The IPv6 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv6 CIDR | fd80:24e2:f998:72d6::/64 | | |||
| CALICO_IPV4POOL_IPIP | IPIP Mode to use for the IPv4 POOL created at start up. | off, always, cross-subnet | off | |
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.
While you're in here would you change POOL
to Pool
. Thanks
@@ -27,6 +27,8 @@ The `calico/node` container is primarily configured through environment variable | |||
| CALICO_IPV4POOL_CIDR | The IPv4 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv4 CIDR | 192.168.0.0/16 | | |||
| CALICO_IPV6POOL_CIDR | The IPv6 Pool to create if none exists at start up. It is invalid to define this variable and NO_DEFAULT_POOLS. | IPv6 CIDR | fd80:24e2:f998:72d6::/64 | | |||
| CALICO_IPV4POOL_IPIP | IPIP Mode to use for the IPv4 POOL created at start up. | off, always, cross-subnet | off | | |||
| CALICO_IPV4POOL_NAT_OUTGOING | Controls NAT Outgoing `nat-outgoing` for the IPv4 IPPOOL created at start up. | boolean | true | | |||
| CALICO_IPV6POOL_NAT_OUTGOING | Controls NAT Outgoing `nat-outgoing` for the IPv6 IPPOOL created at start up. | boolean | false | |
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
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.
A few changes please.
80927d3
to
6fa64d1
Compare
@VincentS Could you please rebase this and get rid of that merge commit from me? I hit the appealing "Update branch" button and it created that merge commit, sorry I'd never used it before and need to remember to never use it again. |
5121ac7
to
cdba62e
Compare
Done! |
LGTM |
LGTM |
AWS SG: Fixes needed from testing
Added documentation for CALICO_NAT_OUTGOING added by pull request #1640.
Fixes #516