view 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
line wrap: on
line source


server_node = 'slash'
server_ip = "10.2.0.84"
nodes = [
    'dash',
]
admin_from = [
    'slash',
    'dash',
]

k3s_version = 'v1.24.3+k3s1'

# https://github.com/GoogleContainerTools/skaffold/releases
skaffold_version = 'v1.39.1'