Mercurial > code > home > repos > infra
comparison 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 |
comparison
equal
deleted
inserted
replaced
112:301869fa0ed6 | 113:c520672d0930 |
---|---|
1 | 1 |
2 server_node = 'slash' | 2 server_node = 'slash' |
3 master_ip = "10.2.0.84" | 3 server_ip = "10.2.0.84" |
4 nodes = ['dash'] | 4 nodes = [ |
5 admin_from = ['slash', 'dash'] | 5 'dash', |
6 ] | |
7 admin_from = [ | |
8 'slash', | |
9 'dash', | |
10 ] | |
6 | 11 |
7 k3s_version = 'v1.24.3+k3s1' | 12 k3s_version = 'v1.24.3+k3s1' |
8 | 13 |
9 # https://github.com/GoogleContainerTools/skaffold/releases | 14 # https://github.com/GoogleContainerTools/skaffold/releases |
10 skaffold_version = 'v1.39.1' | 15 skaffold_version = 'v1.39.1' |