Browse Source
update cilium cli offline download url example (#9458)
Signed-off-by: cleverhu <shouping.hu@daocloud.io>
Signed-off-by: cleverhu <shouping.hu@daocloud.io>
pull/9461/head
cleverhu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
inventory/sample/group_vars/all/offline.yml
|
@ -37,6 +37,9 @@ |
|
|
# [Optional] Calico with kdd: If using Calico network plugin with kdd datastore |
|
|
# [Optional] Calico with kdd: If using Calico network plugin with kdd datastore |
|
|
# calico_crds_download_url: "{{ files_repo }}/github.com/projectcalico/calico/archive/{{ calico_version }}.tar.gz" |
|
|
# calico_crds_download_url: "{{ files_repo }}/github.com/projectcalico/calico/archive/{{ calico_version }}.tar.gz" |
|
|
|
|
|
|
|
|
|
|
|
# [Optional] Cilium: If using Cilium network plugin |
|
|
|
|
|
# ciliumcli_download_url: "{{ files_repo }}/github.com/cilium/cilium-cli/releases/download/{{ cilium_cli_version }}/cilium-linux-{{ image_arch }}.tar.gz" |
|
|
|
|
|
|
|
|
# [Optional] Flannel: If using Falnnel network plugin |
|
|
# [Optional] Flannel: If using Falnnel network plugin |
|
|
# flannel_cni_download_url: "{{ files_repo }}/kubernetes/flannel/{{ flannel_cni_version }}/flannel-{{ image_arch }}" |
|
|
# flannel_cni_download_url: "{{ files_repo }}/kubernetes/flannel/{{ flannel_cni_version }}/flannel-{{ image_arch }}" |
|
|
|
|
|
|
|
|