Skip to content

Commit

Permalink
Add cniVersion to general CNI plugin configuration.
Browse files Browse the repository at this point in the history
The configuration schema version is required to ensure compatibility.
Some implementations (CRI-O) require the field set.

Closes #1173.
  • Loading branch information
mgoltzsche committed Aug 30, 2019
1 parent 288fb58 commit 701c2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion": "0.2.0",
"name": "cbr0",
"plugins": [
{
Expand Down

0 comments on commit 701c2e8

Please sign in to comment.