@@ -214,13 +214,15 @@ Default: false</p>
214
214
<a href =" #kubelet-config-k8s-io-v1beta1-KubeletAuthentication " ><code >KubeletAuthentication</code ></a >
215
215
</td >
216
216
<td >
217
- <p >authentication specifies how requests to the Kubelet's server are authenticated.
218
- Defaults:
217
+ <p >authentication specifies how requests to the Kubelet's server are authenticated.</p >
218
+ <p >Defaults:</p >
219
+ <p ><code ><pre >
219
220
anonymous:
220
- enabled: false
221
+ enabled: false
221
222
webhook:
222
- enabled: true
223
- cacheTTL: " ; 2m" ; </p >
223
+ enabled: true
224
+ cacheTTL: " ; 2m" ;
225
+ </pre ></code ></p >
224
226
</td >
225
227
</tr >
226
228
<tr ><td ><code >authorization</code ><br />
@@ -483,7 +485,7 @@ Default: "cgroupfs"</p>
483
485
<td >
484
486
<p >cpuManagerPolicy is the name of the policy to use.
485
487
Requires the CPUManager feature gate to be enabled.
486
- Default: " ; None " ; </p >
488
+ Default: " ; none " ; </p >
487
489
</td >
488
490
</tr >
489
491
<tr ><td ><code >cpuManagerPolicyOptions</code ><br />
@@ -501,7 +503,6 @@ Default: nil</p>
501
503
</td >
502
504
<td >
503
505
<p >cpuManagerReconcilePeriod is the reconciliation period for the CPU Manager.
504
- Requires the CPUManager feature gate to be enabled.
505
506
Default: " ; 10s" ; </p >
506
507
</td >
507
508
</tr >
@@ -997,9 +998,9 @@ Default: ["pods"]</p>
997
998
<code >[ ] string</code >
998
999
</td >
999
1000
<td >
1000
- <p >A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in <code >* </code >).
1001
- Unsafe sysctl groups are <code >kernel.shm* </code >, <code >kernel.msg* </code >, <code >kernel.sem</code >, <code >fs.mqueue.* </code >,
1002
- and <code >net.* </code >. For example: " ; <code >kernel.msg* ,net.ipv4.route.min_pmtu</code >" ;
1001
+ <p >A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in <code >&# 42 ; </code >).
1002
+ Unsafe sysctl groups are <code >kernel.shm&# 42 ; </code >, <code >kernel.msg&# 42 ; </code >, <code >kernel.sem</code >, <code >fs.mqueue.&# 42 ; </code >,
1003
+ and <code >net.&# 42 ; </code >. For example: " ; <code >kernel.msg&# 42 ; ,net.ipv4.route.min_pmtu</code >" ;
1003
1004
Default: [ ] </p >
1004
1005
</td >
1005
1006
</tr >
@@ -1302,9 +1303,9 @@ to provide credentials. Images are expected to contain the registry domain
1302
1303
and URL path.</p >
1303
1304
<p >Each entry in matchImages is a pattern which can optionally contain a port and a path.
1304
1305
Globs can be used in the domain, but not in the port or the path. Globs are supported
1305
- as subdomains like '< em > .k8s.io' or 'k8s.</ em > .io', and top-level-domains such as 'k8s.< em > '.
1306
- Matching partial subdomains like 'app</ em > .k8s.io' is also supported. Each glob can only match
1307
- a single subdomain segment, so * .io does not match * .k8s.io.</p >
1306
+ as subdomains like '&# 42 ; .k8s.io' or 'k8s.&# 42 ; .io', and top-level-domains such as 'k8s.&# 42 ; '.
1307
+ Matching partial subdomains like 'app&# 42 ; .k8s.io' is also supported. Each glob can only match
1308
+ a single subdomain segment, so &# 42 ; .io does not match &# 42 ; .k8s.io.</p >
1308
1309
<p >A match exists between an image and a matchImage when all of the below are true:</p >
1309
1310
<ul >
1310
1311
<li >Both contain the same number of domain parts and each part matches.</li >
@@ -1314,9 +1315,9 @@ a single subdomain segment, so *.io does not match *.k8s.io.</p>
1314
1315
<p >Example values of matchImages:</p >
1315
1316
<ul >
1316
1317
<li >123456789.dkr.ecr.us-east-1.amazonaws.com</li >
1317
- <li >* .azurecr.io</li >
1318
+ <li >&# 42 ; .azurecr.io</li >
1318
1319
<li >gcr.io</li >
1319
- <li >< em >.</ em > .registry.io</li >
1320
+ <li >&# 42 ; .registry.io</li >
1320
1321
<li >registry.io:8080/path</li >
1321
1322
</ul >
1322
1323
</td >
0 commit comments