fix: sychronized roles for peertube

This commit is contained in:
Elam Monnot
2023-04-04 09:27:12 +02:00
parent d6d4991c16
commit bac2f067a9
2 changed files with 6 additions and 1 deletions

View File

@@ -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 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
post-up systemctl start k3s && sleep 20 && export KUBECONFIG=/etc/rancher/k3s/k3s.yaml