cambio a nad

This commit is contained in:
2025-04-27 07:38:37 +00:00
parent 90fcb6e9dc
commit bfe112d4ef
2 changed files with 39 additions and 22 deletions

14
nad-administracion.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: k8s.cni.cncf.io/v1
kind: NetworkAttachmentDefinition
metadata:
name: administracion-net
namespace: k8s-vm-windows-demo
spec:
config: '{
"cniVersion": "0.3.1",
"type": "bridge",
"bridge": "br0",
"ipam": {
"type": "dhcp"
}
}'