-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update Calico add-on **What this PR does / why we need it:** Updates Calico to the latest version using self-hosted install as a DaemonSet, removes Calico's dependency on etcd. - [x] Remove [last bits of Calico salt](https://github.com/caseydavenport/kubernetes/blob/175fe62720a47ed062a8e29452f80f08fe86de40/cluster/saltbase/salt/calico/master.sls#L3) - [x] Failing on the master since no kube-proxy to access API. - [x] Fix outgoing NAT - [x] Tweak to work on both debian / GCI (not just GCI) - [x] Add the portmap plugin for host port support Maybe: - [ ] Add integration test **Which issue this PR fixes:** https://github.com/kubernetes/kubernetes/issues/32625 **Try it out** Clone the PR, then: ``` make quick-release export NETWORK_POLICY_PROVIDER=calico export NODE_OS_DISTRIBUTION=gci export MASTER_SIZE=n1-standard-4 ./cluster/kube-up.sh ``` **Release note:** ```release-note The Calico version included in kube-up for GCE has been updated to v2.2. ```
a9d04038