This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +495
-673
lines changed
Expand file tree Collapse file tree 13 files changed +495
-673
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ calico init.pp
5757* Type: ` String `
5858* Default: ` 'kube-system' `
5959
60+ ##### ` pod_network `
61+
62+ * Type: ` Optional[String] `
63+ * Default: ` undef `
64+
6065##### ` mtu `
6166
6267* Type: ` Integer[1000,65535] `
@@ -72,13 +77,34 @@ calico init.pp
7277
7378This class disable the source/destination check on AWS instances
7479
80+ #### Parameters
81+
82+ ##### ` image `
83+
84+ * Type: ` String `
85+ * Default: ` 'ottoyiu/k8s-ec2-srcdst' `
86+
87+ ##### ` version `
88+
89+ * Type: ` String `
90+ * Default: ` '0.1.0' `
91+
7592
7693### ` calico::node `
7794
95+ Calico Node
7896
97+ Calico Node contains a Daemon Set that spinsup the overlay network on every
98+ workern node.
7999
80100#### Parameters
81101
102+ ##### ` metrics_port `
103+
104+ * Port for felix metrics endpoint, 0 disables metrics collection
105+ * Type: ` Integer[0,65535] `
106+ * Default: ` 9091 `
107+
82108##### ` node_image `
83109
84110* Type: ` String `
@@ -87,7 +113,7 @@ This class disable the source/destination check on AWS instances
87113##### ` node_version `
88114
89115* Type: ` String `
90- * Default: ` '2.5 .1' `
116+ * Default: ` '3.1 .1' `
91117
92118##### ` cni_image `
93119
@@ -97,12 +123,7 @@ This class disable the source/destination check on AWS instances
97123##### ` cni_version `
98124
99125* Type: ` String `
100- * Default: ` '1.10.0' `
101-
102- ##### ` ipv4_pool_cidr `
103-
104- * Type: ` String `
105- * Default: ` '10.231.0.0/16' `
126+ * Default: ` '3.1.1' `
106127
107128##### ` ipv4_pool_ipip_mode `
108129
@@ -124,9 +145,9 @@ calico params.pp
124145##### ` image `
125146
126147* Type: ` String `
127- * Default: ` 'quay.io/calico/kube-policy-controller ' `
148+ * Default: ` 'quay.io/calico/kube-controllers ' `
128149
129150##### ` version `
130151
131152* Type: ` String `
132- * Default: ` '0.7.0 ' `
153+ * Default: ` '3.1.1 ' `
File renamed without changes.
Original file line number Diff line number Diff line change 662 . [ Classes] ( #classes )
773 . [ Defined Types] ( #defined-types )
88## Description
9- This module is part of [ Tarmak] ( http://docs.tarmak.io ) and should currently be considered alpha.
10-
11- [ ![ Travis] ( https://img.shields.io/travis/jetstack/puppet-module-etcd.svg )] ( https://travis-ci.org/jetstack/puppet-module-etcd/ )
9+ Install/configure an etcd node.
1210
1311## Classes
1412
@@ -128,6 +126,26 @@ etcd variable defaults
128126* Type: ` String `
129127* Default: ` nil `
130128
129+ ##### ` systemd_wants `
130+
131+ * Type: ` Array[String] `
132+ * Default: ` [] `
133+
134+ ##### ` systemd_requires `
135+
136+ * Type: ` Array[String] `
137+ * Default: ` [] `
138+
139+ ##### ` systemd_after `
140+
141+ * Type: ` Array[String] `
142+ * Default: ` [] `
143+
144+ ##### ` systemd_before `
145+
146+ * Type: ` Array[String] `
147+ * Default: ` [] `
148+
131149##### ` initial_cluster `
132150
133151* Type: ` Array `
You can’t perform that action at this time.
0 commit comments