diff multikube.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 301869fa0ed6
children 375515ab60ba
line wrap: on
line diff
--- a/multikube.py	Sat Aug 20 22:34:59 2022 -0700
+++ b/multikube.py	Sat Aug 20 22:35:31 2022 -0700
@@ -107,7 +107,6 @@
     files.directory(path='/home/drewp/.kube', user='drewp', group='drewp')
     # .zshrc has: export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
 
-    # assumes our pyinfra process is running on server_node
     if host.name != server_node:
         files.put(src='/tmp/k3s-yaml', dest='/etc/rancher/k3s/k3s.yaml')