Skip to content

Commit

Permalink
Add cniVersion to CNI config
Browse files Browse the repository at this point in the history
 It's now required due to
 kubernetes/kubernetes#80482 adding CNI
 validation to the kubelet

Signed-off-by: Ben Moss <[email protected]>
  • Loading branch information
Gab Satchi authored and Ben Moss committed Sep 17, 2019
1 parent 16427cb commit 0cd5bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/flanneld-windows/templates/bin/flanneld_ctl.ps1.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function start_flanneld {
$confFile= @"
{
"name": "$(get_network_name)",
"cniVersion": "0.3.0",
"capabilities": {
"dns": true
},
Expand Down

0 comments on commit 0cd5bf5

Please sign in to comment.