mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #18742 from bprashanth/flannel_release_temp
Don't pull flannel from github
This commit is contained in:
commit
3b9d67e6c0
@ -6,7 +6,7 @@ flannel-tar:
|
|||||||
- user: root
|
- user: root
|
||||||
- name: /usr/local/src
|
- name: /usr/local/src
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
- source: https://github.com/coreos/flannel/releases/download/v0.5.5/flannel-0.5.5-linux-amd64.tar.gz
|
- source: https://storage.googleapis.com/kubernetes-release/flannel/flannel-0.5.5-linux-amd64.tar.gz
|
||||||
- tar_options: v
|
- tar_options: v
|
||||||
- source_hash: md5=972c717254775bef528f040af804f2cc
|
- source_hash: md5=972c717254775bef528f040af804f2cc
|
||||||
- archive_format: tar
|
- archive_format: tar
|
||||||
|
Loading…
Reference in New Issue
Block a user