Skip to content

Commit 3162370

Browse files
committed
Use default flannel images for tests
fix linting
1 parent 491be91 commit 3162370

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

inventory/sample/group_vars/k8s_cluster/k8s-net-flannel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# see roles/network_plugin/flannel/defaults/main.yml
23

34
## interface that should be used for flannel operations

tests/common_vars.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,3 @@ netcheck_agent_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-agent
3131
netcheck_server_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-server"
3232

3333
nginx_image_repo: "{{ quay_image_repo }}/kubespray/nginx"
34-
35-
flannel_image_repo: "{{ quay_image_repo }}/kubespray/flannel"
36-
flannel_init_image_repo: "{{ quay_image_repo }}/kubespray/flannel-cni-plugin"

0 commit comments

Comments
 (0)