Skip to content

Commit 8829999

Browse files
authored
Merge pull request #39733 from Arhell/id-add
[id] Add externalSetMarkChain to portmap config
2 parents 8463423 + a7cd38a commit 8829999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Contoh:
7070
},
7171
{
7272
"type": "portmap",
73-
"capabilities": {"portMappings": true}
73+
"capabilities": {"portMappings": true},
74+
"externalSetMarkChain": "KUBE-MARK-MASQ"
7475
}
7576
]
7677
}

0 commit comments

Comments
 (0)