Compare commits

...

1 Commits

Author SHA1 Message Date
leonnicolas
478a1b9945
manifests/: fix boringtun containers
A change in boringtun's cli caused the boringtun containers to crash.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
2022-07-11 23:30:10 +02:00
5 changed files with 6 additions and 6 deletions

View File

@ -136,9 +136,9 @@ spec:
mountPath: /etc/kubernetes mountPath: /etc/kubernetes
readOnly: true readOnly: true
- name: boringtun - name: boringtun
image: leonnicolas/boringtun:cc19859 image: leonnicolas/boringtun
args: args:
- --disable-drop-privileges=true - --disable-drop-privileges
- --foreground - --foreground
- kilo0 - kilo0
securityContext: securityContext:

View File

@ -65,7 +65,7 @@ build_kind_config() {
} }
create_interface() { create_interface() {
docker run -d --name="$1" --rm --network=host --cap-add=NET_ADMIN --device=/dev/net/tun -v /var/run/wireguard:/var/run/wireguard -e WG_LOG_LEVEL=debug leonnicolas/boringtun:cc19859 --foreground --disable-drop-privileges true "$1" docker run -d --name="$1" --rm --network=host --cap-add=NET_ADMIN --device=/dev/net/tun -v /var/run/wireguard:/var/run/wireguard -e WG_LOG_LEVEL=debug leonnicolas/boringtun --foreground --disable-drop-privileges "$1"
} }
delete_interface() { delete_interface() {

View File

@ -300,7 +300,7 @@ spec:
- name: boringtun - name: boringtun
image: leonnicolas/boringtun:cc19859 image: leonnicolas/boringtun:cc19859
args: args:
- --disable-drop-privileges=true - --disable-drop-privileges
- --foreground - --foreground
- kilo0 - kilo0
securityContext: securityContext:

View File

@ -167,7 +167,7 @@ spec:
- name: boringtun - name: boringtun
image: leonnicolas/boringtun:cc19859 image: leonnicolas/boringtun:cc19859
args: args:
- --disable-drop-privileges=true - --disable-drop-privileges
- --foreground - --foreground
- kilo0 - kilo0
securityContext: securityContext:

View File

@ -104,7 +104,7 @@ spec:
image: leonnicolas/boringtun:cc19859 image: leonnicolas/boringtun:cc19859
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- --disable-drop-privileges=true - --disable-drop-privileges
- --foreground - --foreground
- kilo0 - kilo0
securityContext: securityContext: