From 74e717a23be84b96afd6515c6115c2b1f88d2129 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:33:20 +0200 Subject: [PATCH] Fix comment in config templates --- templates/docker/config | 2 +- templates/incus/config | 2 +- templates/k3s/config | 2 +- templates/lxd/config | 2 +- templates/podman/config | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/docker/config b/templates/docker/config index 51f7f1d..5d72f87 100644 --- a/templates/docker/config +++ b/templates/docker/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so docker can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/incus/config b/templates/incus/config index 4234843..9485b91 100644 --- a/templates/incus/config +++ b/templates/incus/config @@ -6,7 +6,7 @@ gpu_passthrough_nvidia=0 # TODO: don't disable seccomp but specify which syscalls should be allowed seccomp=0 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so incus can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/k3s/config b/templates/k3s/config index 84eabfe..5853e1b 100644 --- a/templates/k3s/config +++ b/templates/k3s/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so kubernetes can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/lxd/config b/templates/lxd/config index 36a3af5..0b068b3 100644 --- a/templates/lxd/config +++ b/templates/lxd/config @@ -6,7 +6,7 @@ gpu_passthrough_nvidia=0 # TODO: don't disable seccomp but specify which syscalls should be allowed seccomp=0 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so lxd can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use diff --git a/templates/podman/config b/templates/podman/config index b19106d..6aa1cfc 100644 --- a/templates/podman/config +++ b/templates/podman/config @@ -4,7 +4,7 @@ gpu_passthrough_nvidia=0 # Turning off seccomp filtering improves performance at the expense of security seccomp=1 -# Use macvlan networking to provide an isolated network namespace, +# Use bridge networking to provide an isolated network namespace, # so podman can manage firewall rules # Alternatively use --network-macvlan=eno1 instead of --network-bridge # Ensure to change eno1/br1 to the interface name you want to use