first commit

This commit is contained in:
2025-07-24 18:02:33 +02:00
commit b934759ceb
42 changed files with 1658 additions and 0 deletions

View File

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