Skip to content
Unverified Commit f1576eab authored by Etienne Champetier's avatar Etienne Champetier Committed by GitHub
Browse files

Calico: fixup check when ipipMode / vxlanMode is not present (#7195)



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: default avatarEtienne Champetier <champetier.etienne@gmail.com>
parent 49c4345c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment