Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
To get flannel network working with crio, cniVersion is required in the flannel cni configuration.

      "cniVersion": "0.2.0",

I changed the PR to use CNI version 0.2.0 instead of 0.3.1 to preserve backward-compatibility (at least down to Kubernetes 1.11 that uses CNI 0.6.0 with schema version 0.2.0) since the older CNI schema is still supported by current implementations but not the other way around.

See issue: flannel-io/flannel#1173
  • Loading branch information
rodericliu authored Sep 16, 2019
0 parents commit 7e164d4
Showing 1 changed file with 547 additions and 0 deletions.
Loading

0 comments on commit 7e164d4

Please sign in to comment.