Mercurial > code > home > repos > infra
annotate multikube_config.py @ 113:c520672d0930
closer to multi-node k3s working, but still doesn't quite network right
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Aug 2022 22:35:31 -0700 |
parents | 340d778a1682 |
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' |