You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/config/kubeadm.pp
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
# When set to true, etcd will be downloaded from the specified source URL.
12
12
# Defaults to true.
13
13
# @param delegated_pki
14
-
# Set to true if all required X509 certificates will be provided by external means. Setting this to true will ignore all *_crt and *_key including sa.key and sa.pub files.
14
+
# Set to true if all required X509 certificates will be provided by external means.
15
+
# Setting this to true will ignore all *_crt and *_key including sa.key and sa.pub files.
15
16
# Defaults to false
16
17
# @param etcd_install_method
17
18
# The method on how to install etcd. Can be either wget (using etcd_source) or package (using $etcd_package_name)
@@ -96,7 +97,8 @@
96
97
# "periodic" or "revision"
97
98
# Defaults to "periodic"
98
99
# @param etcd_compaction_retention
99
-
# This will tell etcd how much retention to be applied. This value can change depending on `etcd_compaction_method`. An integer or time string (i.e.: "5m") can be used in case of "periodic". Only integer allowed in case of "revision"
100
+
# This will tell etcd how much retention to be applied. This value can change depending on `etcd_compaction_method`.
101
+
# An integer or time string (i.e.: "5m") can be used in case of "periodic". Only integer allowed in case of "revision"
100
102
# Integer or String
101
103
# Defaults to 0 (disabled)
102
104
# @param api_server_count
@@ -157,8 +159,9 @@
157
159
# A string array of extra arguments to be passed to scheduler.
158
160
# Defaults to []
159
161
# @param kubelet_extra_arguments
160
-
# A string array to be appended to kubeletExtraArgs in the Kubelet's nodeRegistration configuration applied to both control planes and nodes.
161
-
# Use this for critical Kubelet settings such as `pod-infra-container-image` which may be problematic to configure via kubelet_extra_config
162
+
# A string array to be appended to kubeletExtraArgs in the Kubelet's nodeRegistration configuration applied
163
+
# to both control planes and nodes. Use this for critical Kubelet settings such as `pod-infra-container-image`
164
+
# which may be problematic to configure via kubelet_extra_config
162
165
# Defaults to []
163
166
# @param service_cidr
164
167
# The IP assdress range for service VIPs
@@ -381,9 +384,9 @@
381
384
}
382
385
383
386
# to_yaml emits a complete YAML document, so we must remove the leading '---'
Copy file name to clipboardExpand all lines: manifests/init.pp
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,8 @@
216
216
# Defaults to "new"
217
217
#
218
218
# [*etcd_compaction_retention*]
219
-
# This will tell etcd how much retention to be applied. This value can change depending on `etcd_compaction_method`. An integer or time string (i.e.: "5m") can be used in case of "periodic". Only integer allowed in case of "revision"
219
+
# This will tell etcd how much retention to be applied. This value can change depending on `etcd_compaction_method`.
220
+
# An integer or time string (i.e.: "5m") can be used in case of "periodic". Only integer allowed in case of "revision"
220
221
# Integer or String
221
222
# Defaults to 0 (disabled)
222
223
#
@@ -294,7 +295,8 @@
294
295
# Defaults to []
295
296
#
296
297
# [*delegated_pki*]
297
-
# Set to true if all required X509 certificates will be provided by external means. Setting this to true will ignore all *_crt and *_key including sa.key and sa.pub files.
298
+
# Set to true if all required X509 certificates will be provided by external means.
299
+
# Setting this to true will ignore all *_crt and *_key including sa.key and sa.pub files.
298
300
# Defaults to false
299
301
#
300
302
# [*kubernetes_ca_crt*]
@@ -388,8 +390,9 @@
388
390
# Defaults to {}
389
391
#
390
392
# [*kubelet_extra_arguments*]
391
-
# A string array to be appended to kubeletExtraArgs in the Kubelet's nodeRegistration configuration applied to both control planes and nodes.
392
-
# Use this for critical Kubelet settings such as `pod-infra-container-image` which may be problematic to configure via kubelet_extra_config
393
+
# A string array to be appended to kubeletExtraArgs in the Kubelet's nodeRegistration configuration applied
394
+
# to both control planes and nodes. Use this for critical Kubelet settings such as `pod-infra-container-image`
395
+
# which may be problematic to configure via kubelet_extra_config
0 commit comments