Skip to content

Commit

Permalink
fix pod-gateway?
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Jan 13, 2025
1 parent 0d3d161 commit e5b07c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
- secretRef:
name: wireguard-config
securityContext:
privileged: true
capabilities:
add: ["NET_ADMIN"]
networkPolicy:
Expand Down

2 comments on commit e5b07c2

@AnthonyEnr1quez
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samip5
Copy link

@samip5 samip5 commented on e5b07c2 Jan 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better fix is to use a device plugin for tun access. :)

Please sign in to comment.