manifests/: fix boringtun containers

A change in boringtun's cli caused the boringtun containers to crash.

Signed-off-by: leonnicolas <leonloechner@gmx.de>
This commit is contained in:
leonnicolas 2022-07-11 23:17:05 +02:00 committed by leonnicolas
parent e328646617
commit 478a1b9945
No known key found for this signature in database
GPG Key ID: 088D0743E2B65C07
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -65,7 +65,7 @@ build_kind_config() {
}
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() {

View File

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

View File

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

View File

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