Samuel Liu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
roles/download/defaults/main.yml
|
|
@ -1001,6 +1001,15 @@ downloads: |
|
|
|
groups: |
|
|
|
- k8s_cluster |
|
|
|
|
|
|
|
calico_flexvol: |
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}" |
|
|
|
container: true |
|
|
|
repo: "{{ calico_flexvol_image_repo }}" |
|
|
|
tag: "{{ calico_flexvol_image_tag }}" |
|
|
|
sha256: "{{ calico_flexvol_digest_checksum|default(None) }}" |
|
|
|
groups: |
|
|
|
- k8s_cluster |
|
|
|
|
|
|
|
calico_policy: |
|
|
|
enabled: "{{ enable_network_policy and kube_network_plugin in ['calico', 'canal'] }}" |
|
|
|
container: true |
|
|
|