Mercurial > code > home > repos > infra
annotate multikube_config.py @ 189:ef443257ae9c
new host 'squib'
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Jun 2023 13:01:59 -0700 |
parents | 375515ab60ba |
children | 980d81d5f4bb |
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 = [ |
136
375515ab60ba
multikube experiment junk. do not run
drewp@bigasterisk.com
parents:
113
diff
changeset
|
5 'plus', |
375515ab60ba
multikube experiment junk. do not run
drewp@bigasterisk.com
parents:
113
diff
changeset
|
6 # 'garage', |
113
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
7 'dash', |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
8 ] |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
9 admin_from = [ |
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
10 'slash', |
136
375515ab60ba
multikube experiment junk. do not run
drewp@bigasterisk.com
parents:
113
diff
changeset
|
11 'plus', |
113
c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
drewp@bigasterisk.com
parents:
111
diff
changeset
|
12 ] |
111 | 13 |
14 k3s_version = 'v1.24.3+k3s1' | |
15 | |
16 # https://github.com/GoogleContainerTools/skaffold/releases | |
17 skaffold_version = 'v1.39.1' |