añadiendo maquinas virtuales
This commit is contained in:
17
vm-windows-demo/nad-br-srv.yaml
Normal file
17
vm-windows-demo/nad-br-srv.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: "k8s.cni.cncf.io/v1"
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: br-srv
|
||||
namespace: windows-demo
|
||||
spec:
|
||||
config: '{
|
||||
"cniVersion": "0.3.1",
|
||||
"type": "bridge",
|
||||
"bridge": "br-srv",
|
||||
"ipam": {
|
||||
"type": "host-local",
|
||||
"subnet": "192.168.200.0/22",
|
||||
"rangeStart": "192.168.200.100",
|
||||
"rangeEnd": "192.168.200.200"
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user