Mercurial > code > home > repos > infra
view multikube_config.py @ 178:6ec7cd3615f0
another try at apt.key, but it doesn't completely work because prime
would never upgrade nodejs. I didn't try deleting the host key dirs and
building from scratch yet.
author | drewp@bigasterisk.com |
---|---|
date | Sat, 25 Mar 2023 18:43:42 -0700 |
parents | 375515ab60ba |
children | 980d81d5f4bb |
line wrap: on
line source
server_node = 'slash' server_ip = "10.2.0.84" nodes = [ 'plus', # 'garage', 'dash', ] admin_from = [ 'slash', 'plus', ] k3s_version = 'v1.24.3+k3s1' # https://github.com/GoogleContainerTools/skaffold/releases skaffold_version = 'v1.39.1'