• Kubernetes Submit Queue's avatar
    Merge pull request #46473 from thockin/enable-masq-agent-gce · 5ade944e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46501, 45944, 46473)
    
    Enable the ip-masq-agent on GCE installs
    
    Setting this will trigger cluster/addons/ip-masq-agent/ip-masq-agent.yaml to be installed as an addon, which disable configure IP masquerade for all of RFC1918, rather
    than just 10.0/8.
    
    Because the flag defaulted to 10.0/8 we can't just change the default.  I think anyone who needs IP masquerade set up should probably use this instead.
    
    @justinsb @kubernetes/sig-cluster-lifecycle-misc 
    
    Fixes #11204
    
    @dnardo - any reason not to do this?
    
    Release Note:
    ```release-note
    
    GCE installs will now avoid IP masquerade for all RFC-1918 IP blocks, rather than just 10.0.0.0/8.  This means that clusters can
    be created in 192.168.0.0./16 and 172.16.0.0/12 while preserving the container IPs (which would be lost before).
    ```
    5ade944e
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
api Loading commit data...
build Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
federation Loading commit data...
hack Loading commit data...
hooks Loading commit data...
logo Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
staging Loading commit data...
test Loading commit data...
third_party Loading commit data...
translations Loading commit data...
vendor Loading commit data...
.bazelrc Loading commit data...
.gazelcfg.json Loading commit data...
.generated_files Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
BUILD.bazel Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
OWNERS Loading commit data...
OWNERS_ALIASES Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
WORKSPACE Loading commit data...
code-of-conduct.md Loading commit data...
labels.yaml Loading commit data...