Mercurial > code > home > repos > infra
annotate multikube_config.py @ 121:2ece7ed8b4e3
filled up address space again, with lightswitches this time
author | drewp@bigasterisk.com |
---|---|
date | Wed, 07 Dec 2022 23:13:24 -0800 |
parents | c520672d0930 |
children | 375515ab60ba |
rev | line source |
---|---|
111 | 1 |
2 server_node = 'slash' | |
113
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
3 server_ip = "10.2.0.84" |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
4 nodes = [ |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
5 'dash', |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
6 ] |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
7 admin_from = [ |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
8 'slash', |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
9 'dash', |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
10 ] |
111 | 11 |
12 k3s_version = 'v1.24.3+k3s1' | |
13 | |
14 # https://github.com/GoogleContainerTools/skaffold/releases | |
15 skaffold_version = 'v1.39.1' |