manifests: use CNI 0.4.0

As mentioned in the Kilo Slack [0], Kubernetes supports CNI 0.4.0 and
does not yet support 1.0.0. Correspondingly, this commit downgrades the
declared CNI version in the configuration to 0.4.0 and crucially updates
the configuration used in the e2e tests to exercise this new CNI
version.

[0] https://kubernetes.slack.com/archives/C022EB4R7TK/p1650455432970199?thread_ts=1650368553.132859&cid=C022EB4R7TK

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín 2022-04-20 14:57:21 +02:00
parent 7985ed5091
commit 1f19133ea8
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
8 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"0.3.1",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{

View File

@ -8,7 +8,7 @@ metadata:
data:
cni-conf.json: |
{
"cniVersion":"1.0.0",
"cniVersion":"0.4.0",
"name":"kilo",
"plugins":[
{