Skip to content

Commit a8454fd

Browse files
authored
Merge pull request #39765 from Arhell/pt-net
[pt] Add externalSetMarkChain to portmap config
2 parents 5fd1a9d + cf11a9d commit a8454fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Por exemplo:
9292
},
9393
{
9494
"type": "portmap",
95-
"capabilities": {"portMappings": true}
95+
"capabilities": {"portMappings": true},
96+
"externalSetMarkChain": "KUBE-MARK-MASQ"
9697
}
9798
]
9899
}

0 commit comments

Comments
 (0)