modificado multus
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
apiVersion: "k8s.cni.cncf.io/v1"
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: br-servicios
|
||||
name: br-srv
|
||||
namespace: default
|
||||
spec:
|
||||
config: '{
|
||||
"cniVersion": "0.3.1",
|
||||
"type": "bridge",
|
||||
"bridge": "br-servicios",
|
||||
"bridge": "br-srv",
|
||||
"ipam": {
|
||||
"type": "host-local",
|
||||
"subnet": "192.168.200.0/22",
|
||||
"rangeStart": "192.168.200.100",
|
||||
"rangeEnd": "192.168.200.200",
|
||||
"routes": [{"dst": "0.0.0.0/0"}],
|
||||
"gateway": "192.168.200.1"
|
||||
"rangeEnd": "192.168.200.200"
|
||||
}
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user