From 3565d855439a92b41d8e3b4d32e5f8620ac6e287 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Tue, 4 Apr 2023 08:13:55 +0200 Subject: [PATCH] fix: fixed l3s cluster being unreacheable --- roles/post/files/interfaces.s-peertube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/post/files/interfaces.s-peertube b/roles/post/files/interfaces.s-peertube index b2b4555..25fbfaa 100644 --- a/roles/post/files/interfaces.s-peertube +++ b/roles/post/files/interfaces.s-peertube @@ -14,4 +14,4 @@ iface enp0s3 inet static allow-hotplug enp0s8 iface enp0s8 inet static address 192.168.100.20/24 - post-up systemctl start k3s + post-up systemctl start k3s && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml