Mercurial > code > home > repos > infra
diff kube.py @ 146:2065998876e4
add host 'ditto'
author | drewp@bigasterisk.com |
---|---|
date | Sat, 11 Mar 2023 12:17:56 -0800 |
parents | 61f49b60a882 |
children | 1f845cf1cc94 |
line wrap: on
line diff
--- a/kube.py Sat Mar 11 11:22:48 2023 -0800 +++ b/kube.py Sat Mar 11 12:17:56 2023 -0800 @@ -9,8 +9,8 @@ server_ip = "10.5.0.1" server_node = 'bang' -nodes = ['plus', 'slash', 'dash'] #, 'frontbed', 'garage'] -admin_from = ['bang', 'slash', 'dash'] +nodes = ['slash', 'dash', 'ditto'] #, 'frontbed', 'garage'] +admin_from = ['bang', 'slash', 'dash', 'ditto'] # https://github.com/k3s-io/k3s/releases # 1.23.6 per https://github.com/cilium/cilium/issues/20331 k3s_version = 'v1.24.3+k3s1'