modificado multus

This commit is contained in:
2025-08-03 23:17:14 +02:00
parent 2f09fe58cf
commit d04b9b9048
3 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Pod
metadata:
name: multus-test2
annotations:
k8s.v1.cni.cncf.io/networks: br-srv
spec:
containers:
- name: alpine
image: alpine
command: ["sleep", "infinity"]
securityContext:
capabilities:
add: ["NET_ADMIN"]