Skip to content

Commit

Permalink
fix missing param for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
cristifalcas committed Feb 28, 2017
1 parent 81a1c3d commit 551d4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/node/kube_proxy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
$pod_memory = $kubernetes::node::params::kube_proxy_pod_memory,
$bind_address = $kubernetes::node::params::kube_proxy_bind_address,
$cleanup_iptables = $kubernetes::node::params::kube_proxy_cleanup_iptables,
$cluster_cidr = $kubernetes::node::params::kube_proxy_cluster_cidr,
$config_sync_period = $kubernetes::node::params::kube_proxy_config_sync_period,
$conntrack_max_per_core = $kubernetes::node::params::kube_proxy_conntrack_max_per_core,
$conntrack_min = $kubernetes::node::params::kube_proxy_conntrack_min,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cristifalcas-kubernetes",
"version": "4.0.0",
"version": "4.0.1",
"author": "Cristian Falcas",
"license": "Apache-2.0",
"summary": "Configuring and installing kubernetes",
Expand Down

0 comments on commit 551d4a4

Please sign in to comment.