c12s-kubespray/roles/network_plugin/calico
Etienne Champetier 4ed05cf655 Calico: fixup check when ipipMode / vxlanMode is not present
calicoctl.sh get ipPool default-pool -o json
{
  "kind": "IPPool",
  "apiVersion": "projectcalico.org/v3",
  "metadata": {
    "name": "default-pool",
...
  },
  "spec": {
    "cidr": "10.233.64.0/18",
    "ipipMode": "Always",
    "natOutgoing": true,
    "blockSize": 24,
    "nodeSelector": "all()"
  }
}

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit f1576eabb1)
2021-01-25 23:48:34 -08:00
..
defaults Add serviceExternalIPs option for calico installation (#6928) 2020-11-25 05:34:39 -08:00
files Raise delay and retry for rotate tokens (#5304) 2019-10-30 01:56:52 -07:00
handlers calico: avoid POD restart during initial deploy (#6886) 2020-11-13 00:02:23 -08:00
rr Add retries to update calico-rr data in etcd through calicoctl (#6505) 2020-09-24 03:24:05 -07:00
tasks Calico: fixup check when ipipMode / vxlanMode is not present 2021-01-25 23:48:34 -08:00
templates Calico: fix node ip subnet detection (#7065) 2020-12-21 00:58:25 -08:00