Skip to content
Snippets Groups Projects
Commit c9a608fb authored by turletti's avatar turletti
Browse files

force privilege mode for upf pod, else error with tun0

parent b22c8814
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ oai-upf:
imagePullSecrets:
- name: "regcred"
securityContext:
privileged: @PRIVILEGED@
privileged: true # @PRIVILEGED@ # upf fails without privilege mode on rocky
persistent:
sharedvolume: @SHAREDVOLUME@
# create an extra interface for N3 incase the gNB is outside the cluster network or there is a need to have dedicated interface for N3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment