From cf11a9dc3b22e74c977d48c0d2a24c80c7e9a628 Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 3 Mar 2023 00:47:29 +0200 Subject: [PATCH] [pt] Add externalSetMarkChain to portmap config --- .../extend-kubernetes/compute-storage-net/network-plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md index 4d45bccbf4..8c49dd2ef8 100644 --- a/content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md +++ b/content/pt-br/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md @@ -92,7 +92,8 @@ Por exemplo: }, { "type": "portmap", - "capabilities": {"portMappings": true} + "capabilities": {"portMappings": true}, + "externalSetMarkChain": "KUBE-MARK-MASQ" } ] }