Mercurial > code > home > repos > infra
comparison kube.py @ 146:2065998876e4
add host 'ditto'
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:17:56 -0800 |
parents | 61f49b60a882 |
children | 1f845cf1cc94 |
comparison
equal
deleted
inserted
replaced
145:ee0384eebee5 | 146:2065998876e4 |
---|---|
7 | 7 |
8 is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] | 8 is_pi = host.get_fact(LinuxDistribution)['name'] in ['Debian', 'Raspbian GNU/Linux'] |
9 | 9 |
10 server_ip = "10.5.0.1" | 10 server_ip = "10.5.0.1" |
11 server_node = 'bang' | 11 server_node = 'bang' |
12 nodes = ['plus', 'slash', 'dash'] #, 'frontbed', 'garage'] | 12 nodes = ['slash', 'dash', 'ditto'] #, 'frontbed', 'garage'] |
13 admin_from = ['bang', 'slash', 'dash'] | 13 admin_from = ['bang', 'slash', 'dash', 'ditto'] |
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 |