File tree 3 files changed +2
-3
lines changed
inventory/sample/group_vars/k8s_cluster
roles/network_plugin/flannel/defaults
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
# see roles/network_plugin/flannel/defaults/main.yml
2
3
3
4
# # interface that should be used for flannel operations
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ flannel_cpu_limit: 300m
28
28
flannel_memory_requests : 64M
29
29
flannel_cpu_requests : 150m
30
30
31
+ # list of architecture specific Daemonsets to be created, only amd64 by default.
31
32
flannel_daemonset_arch_list :
32
33
- amd64
33
34
# - arm64
Original file line number Diff line number Diff line change @@ -31,6 +31,3 @@ netcheck_agent_image_repo: "{{ quay_image_repo }}/kubespray/k8s-netchecker-agent
31
31
netcheck_server_image_repo : " {{ quay_image_repo }}/kubespray/k8s-netchecker-server"
32
32
33
33
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"
You can’t perform that action at this time.
0 commit comments