Mercurial > code > home > repos > infra
comparison kube.py @ 203:3fd439ae1380
minor & some upgrades
author | drewp@bigasterisk.com |
---|---|
date | Fri, 30 Jun 2023 22:39:13 -0700 |
parents | 1329c6f5baef |
children | ad6e997fd323 |
comparison
equal
deleted
inserted
replaced
202:a5399e8b47b6 | 203:3fd439ae1380 |
---|---|
14 # https://github.com/k3s-io/k3s/releases | 14 # https://github.com/k3s-io/k3s/releases |
15 # 1.23.6 per https://github.com/cilium/cilium/issues/20331 | 15 # 1.23.6 per https://github.com/cilium/cilium/issues/20331 |
16 k3s_version = 'v1.24.3+k3s1' | 16 k3s_version = 'v1.24.3+k3s1' |
17 | 17 |
18 # https://github.com/GoogleContainerTools/skaffold/releases | 18 # https://github.com/GoogleContainerTools/skaffold/releases |
19 skaffold_version = 'v2.3.4' | 19 skaffold_version = 'v2.6.0' |
20 | 20 |
21 | 21 |
22 def download_k3s(): | 22 def download_k3s(): |
23 tail = 'k3s' if host.get_fact(Arch) == 'x86_64' else 'k3s-armhf' | 23 tail = 'k3s' if host.get_fact(Arch) == 'x86_64' else 'k3s-armhf' |
24 files.download( | 24 files.download( |