view multikube_config.py @ 264:124cb46da10f

more local dns
author drewp@bigasterisk.com
date Tue, 13 Feb 2024 10:42:38 -0800
parents 980d81d5f4bb
children
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 = 'v2.10.0'