extraccion de DNS/ revision de ACLs
This commit is contained in:
20
coredns-demo/net-attach-def-srv.yaml
Normal file
20
coredns-demo/net-attach-def-srv.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: "k8s.cni.cncf.io/v1"
|
||||
kind: NetworkAttachmentDefinition
|
||||
metadata:
|
||||
name: br-srv
|
||||
namespace: coredns-multus
|
||||
spec:
|
||||
config: '{
|
||||
"cniVersion": "0.3.1",
|
||||
"type": "bridge",
|
||||
"bridge": "br-srv",
|
||||
"ipam": {
|
||||
"type": "static",
|
||||
"addresses": [
|
||||
{
|
||||
"address": "192.168.200.100/22",
|
||||
"gateway": "192.168.200.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user