Compare commits
No commits in common. "c4a3659169c213ba69ad00766c29d1f5746e3ee3" and "d341a283a0ef3e4a19e4885315624b6b24653da9" have entirely different histories.
c4a3659169
...
d341a283a0
2 changed files with 4 additions and 4 deletions
|
|
@ -5,4 +5,4 @@ kubernetes_server: false
|
||||||
# value for kuberntes_network: flannel, calico, weave-net
|
# value for kuberntes_network: flannel, calico, weave-net
|
||||||
#kubernetes_network: weave-net
|
#kubernetes_network: weave-net
|
||||||
kubernetes_kubeproxy_mode: ipvs
|
kubernetes_kubeproxy_mode: ipvs
|
||||||
kubernetes_version: 1.19.4
|
kubernetes_version: 1.19.3
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for x86_64
|
- name: retreive k3s binary for x86_64
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s"
|
url: "https://github.com/rancher/k3s/releases/download/v1.18.8%2Bk3s1/k3s"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for arm64
|
- name: retreive k3s binary for arm64
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s-arm64"
|
url: "https://github.com/rancher/k3s/releases/download/v1.18.8%2Bk3s1/k3s-arm64"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
- name: retreive k3s binary for armv6/armv7
|
- name: retreive k3s binary for armv6/armv7
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/rancher/k3s/releases/download/v1.19.4%2Bk3s1/k3s-armhf"
|
url: "https://github.com/rancher/k3s/releases/download/v1.18.8%2Bk3s1/k3s-armhf"
|
||||||
dest: "/usr/local/bin/k3s"
|
dest: "/usr/local/bin/k3s"
|
||||||
group: root
|
group: root
|
||||||
owner: root
|
owner: root
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue