Change nil instead of error in case of no network annotation

fix #642
This commit is contained in:
Tomofumi Hayashi
2021-03-31 22:06:21 +09:00
parent ae56437297
commit 479e2bd78e
4 changed files with 32 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ jobs:
working-directory: ./e2e
run: ./setup_cluster.sh
- name: Test simple pod
working-directory: ./e2e
run: ./test-simple-pod.sh
- name: Test macvlan1
working-directory: ./e2e
run: ./test-simple-macvlan1.sh