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:
		| @@ -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: | ||||||
|   | |||||||
| @@ -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() { | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user