Merge "Allow compute nodes access to private docker image server"

This commit is contained in:
Zuul 2018-11-29 22:56:13 +00:00 committed by Gerrit Code Review
commit 22bd88c070
1 changed files with 2 additions and 1 deletions

View File

@ -299,10 +299,11 @@ class platform::kubernetes::worker
}
}
# TODO: remove port 9001 once we have a public docker image registry using standard ports.
class platform::kubernetes::firewall::params (
$transport = 'tcp',
$table = 'nat',
$dports = [80, 443],
$dports = [80, 443, 9001],
$chain = 'POSTROUTING',
$jump = 'SNAT',
) {}