diff 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
line wrap: on
line diff
--- a/multikube_config.py	Sat Aug 20 22:34:59 2022 -0700
+++ b/multikube_config.py	Sat Aug 20 22:35:31 2022 -0700
@@ -1,8 +1,13 @@
 
 server_node = 'slash'
-master_ip = "10.2.0.84"
-nodes = ['dash']
-admin_from = ['slash', 'dash']
+server_ip = "10.2.0.84"
+nodes = [
+    'dash',
+]
+admin_from = [
+    'slash',
+    'dash',
+]
 
 k3s_version = 'v1.24.3+k3s1'