diff --git a/content/en/docs/reference/config-api/kubelet-config.v1.md b/content/en/docs/reference/config-api/kubelet-config.v1.md index 407ce5f1a9..0b55fb12c5 100644 --- a/content/en/docs/reference/config-api/kubelet-config.v1.md +++ b/content/en/docs/reference/config-api/kubelet-config.v1.md @@ -81,9 +81,9 @@ to provide credentials. Images are expected to contain the registry domain and URL path.
Each entry in matchImages is a pattern which can optionally contain a port and a path. Globs can be used in the domain, but not in the port or the path. Globs are supported -as subdomains like '.k8s.io' or 'k8s..io', and top-level-domains such as 'k8s.'. -Matching partial subdomains like 'app.k8s.io' is also supported. Each glob can only match -a single subdomain segment, so *.io does not match *.k8s.io.
+as subdomains like '*.k8s.io' or 'k8s.*.io', and top-level-domains such as 'k8s.*'. +Matching partial subdomains like 'app*.k8s.io' is also supported. Each glob can only match +a single subdomain segment, so *.io does not match *.k8s.io.A match exists between an image and a matchImage when all of the below are true:
Example values of matchImages:
KubeletAuthentication
authentication specifies how requests to the Kubelet's server are authenticated. -Defaults: +
authentication specifies how requests to the Kubelet's server are authenticated.
+Defaults:
+
anonymous:
-enabled: false
+ enabled: false
webhook:
-enabled: true
-cacheTTL: "2m"
authorizationcpuManagerPolicy is the name of the policy to use. Requires the CPUManager feature gate to be enabled. -Default: "None"
+Default: "none"cpuManagerPolicyOptionscpuManagerReconcilePeriod is the reconciliation period for the CPU Manager. -Requires the CPUManager feature gate to be enabled. Default: "10s"
[]string
A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in *).
-Unsafe sysctl groups are kernel.shm*, kernel.msg*, kernel.sem, fs.mqueue.*,
-and net.*. For example: "kernel.msg*,net.ipv4.route.min_pmtu"
+
A comma separated whitelist of unsafe sysctls or sysctl patterns (ending in *).
+Unsafe sysctl groups are kernel.shm*, kernel.msg*, kernel.sem, fs.mqueue.*,
+and net.*. For example: "kernel.msg*,net.ipv4.route.min_pmtu"
Default: []
Each entry in matchImages is a pattern which can optionally contain a port and a path. Globs can be used in the domain, but not in the port or the path. Globs are supported -as subdomains like '.k8s.io' or 'k8s..io', and top-level-domains such as 'k8s.'. -Matching partial subdomains like 'app.k8s.io' is also supported. Each glob can only match -a single subdomain segment, so *.io does not match *.k8s.io.
+as subdomains like '*.k8s.io' or 'k8s.*.io', and top-level-domains such as 'k8s.*'. +Matching partial subdomains like 'app*.k8s.io' is also supported. Each glob can only match +a single subdomain segment, so *.io does not match *.k8s.io.A match exists between an image and a matchImage when all of the below are true:
Example values of matchImages: