|
|
|
@@ -44,16 +44,16 @@ kubelet [flags]
|
|
|
|
|
<td colspan="2">--add-dir-header</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, adds the file directory to the header of the log messages</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, adds the file directory to the header of the log messages (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--address string Default: 0.0.0.0 </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The IP address for the Kubelet to serve on (set to <code>0.0.0.0</code> or <code>::</code> for listening in all interfaces and IP families) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--allowed-unsafe-sysctls strings</td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -65,7 +65,7 @@ kubelet [flags]
|
|
|
|
|
<td colspan="2">--alsologtostderr</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Log to standard error as well as files</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Log to standard error as well as files (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -90,10 +90,10 @@ kubelet [flags]
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--authorization-mode string</td>
|
|
|
|
|
<td colspan="2">--authorization-mode string Default: <code>AlwaysAllow</code></td></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Authorization mode for Kubelet server. Valid options are <code>AlwaysAllow</code> or <code>Webhook</code>. <code>Webhook</code> mode uses the <code>SubjectAccessReview</code> API to determine authorization. Default <code>AlwaysAllow</code> when <code>--config</code> flag is not provided; <code>Webhook</code> when <code>--config</code> flag presents. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -243,7 +243,7 @@ kubelet [flags]
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">[Experimental] The endpoint of remote runtime service. Currently unix socket endpoint is supported on Linux, while npipe and tcp endpoints are supported on windows. Examples: <code>unix:///var/run/dockershim.sock</code>, <code>npipe:////./pipe/dockershim</code>.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--contention-profiling</td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -273,7 +273,7 @@ kubelet [flags]
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--cpu-manager-policy-options strings</td>
|
|
|
|
|
<td colspan="2">--cpu-manager-policy-options mapStringString</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Comma-separated list of options to fine-tune the behavior of the selected CPU Manager policy. If not supplied, keep the default behaviour. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
@@ -290,14 +290,14 @@ kubelet [flags]
|
|
|
|
|
<td colspan="2">--docker-endpoint string Default: <code>unix:///var/run/docker.sock</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Use this for the <code>docker</code> endpoint to communicate with. This docker-specific flag only works when container-runtime is set to <code>docker</code>.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Use this for the <code>docker</code> endpoint to communicate with. This docker-specific flag only works when container-runtime is set to <code>docker</code>. (DEPRECATED: will be removed along with dockershim.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--dynamic-config-dir string</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The Kubelet will use this directory for checkpointing downloaded configurations and tracking configuration health. The Kubelet will create this directory if it does not already exist. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Providing this flag enables dynamic Kubelet configuration. The <code>DynamicKubeletConfig</code> feature gate must be enabled to pass this flag. (DEPRECATED: Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA. It is planned to be removed from Kubernetes in the version 1.23. Please use alternative ways to update kubelet configuration.)</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The Kubelet will use this directory for checkpointing downloaded configurations and tracking configuration health. The Kubelet will create this directory if it does not already exist. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Providing this flag enables dynamic Kubelet configuration. The <code>DynamicKubeletConfig</code> feature gate must be enabled to pass this flag. (DEPRECATED: Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA. It is planned to be removed from Kubernetes in the version 1.23. Please use alternative ways to update kubelet configuration.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -397,13 +397,6 @@ kubelet [flags]
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">When set to <code>true</code>, hard eviction thresholds will be ignored while calculating node allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (DEPRECATED: will be removed in 1.23)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--experimental-bootstrap-kubeconfig string</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">DEPRECATED: Use <code>--bootstrap-kubeconfig</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--experimental-check-node-capabilities-before-mount</td>
|
|
|
|
@@ -416,7 +409,7 @@ kubelet [flags]
|
|
|
|
|
<td colspan="2">--experimental-kernel-memcg-notification</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling. This flag will be removed in 1.23. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Use kernelMemcgNotification configuration, this flag will be removed in 1.23. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -455,55 +448,63 @@ AllBeta=true|false (BETA - default=false)<br/>
|
|
|
|
|
AnyVolumeDataSource=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
AppArmor=true|false (BETA - default=true)<br/>
|
|
|
|
|
CPUManager=true|false (BETA - default=true)<br/>
|
|
|
|
|
CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
CPUManagerPolicyBetaOptions=true|false (BETA - default=true)<br/>
|
|
|
|
|
CPUManagerPolicyOptions=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
CSIInlineVolume=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIMigration=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIMigrationAWS=true|false (BETA - default=false)<br/>
|
|
|
|
|
CSIMigrationAzureDisk=true|false (BETA - default=false)<br/>
|
|
|
|
|
CSIMigrationAzureDisk=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIMigrationAzureFile=true|false (BETA - default=false)<br/>
|
|
|
|
|
CSIMigrationGCE=true|false (BETA - default=false)<br/>
|
|
|
|
|
CSIMigrationGCE=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIMigrationOpenStack=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIMigrationPortworx=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
CSIMigrationvSphere=true|false (BETA - default=false)<br/>
|
|
|
|
|
CSIStorageCapacity=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIVolumeFSGroupPolicy=true|false (BETA - default=true)<br/>
|
|
|
|
|
CSIVolumeHealth=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
CSRDuration=true|false (BETA - default=true)<br/>
|
|
|
|
|
ConfigurableFSGroupPolicy=true|false (BETA - default=true)<br/>
|
|
|
|
|
ControllerManagerLeaderMigration=true|false (BETA - default=true)<br/>
|
|
|
|
|
CustomCPUCFSQuotaPeriod=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
CustomResourceValidationExpressions=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
DaemonSetUpdateSurge=true|false (BETA - default=true)<br/>
|
|
|
|
|
DefaultPodTopologySpread=true|false (BETA - default=true)<br/>
|
|
|
|
|
DelegateFSGroupToCSIDriver=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
DelegateFSGroupToCSIDriver=true|false (BETA - default=true)<br/>
|
|
|
|
|
DevicePlugins=true|false (BETA - default=true)<br/>
|
|
|
|
|
DisableAcceleratorUsageMetrics=true|false (BETA - default=true)<br/>
|
|
|
|
|
DisableCloudProviders=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
DownwardAPIHugePages=true|false (BETA - default=false)<br/>
|
|
|
|
|
DisableKubeletCloudCredentialProviders=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
DownwardAPIHugePages=true|false (BETA - default=true)<br/>
|
|
|
|
|
EfficientWatchResumption=true|false (BETA - default=true)<br/>
|
|
|
|
|
EndpointSliceTerminatingCondition=true|false (BETA - default=true)<br/>
|
|
|
|
|
EphemeralContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
EphemeralContainers=true|false (BETA - default=true)<br/>
|
|
|
|
|
ExpandCSIVolumes=true|false (BETA - default=true)<br/>
|
|
|
|
|
ExpandInUsePersistentVolumes=true|false (BETA - default=true)<br/>
|
|
|
|
|
ExpandPersistentVolumes=true|false (BETA - default=true)<br/>
|
|
|
|
|
ExpandedDNSConfig=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)<br/>
|
|
|
|
|
GenericEphemeralVolume=true|false (BETA - default=true)<br/>
|
|
|
|
|
GRPCContainerProbe=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
GracefulNodeShutdown=true|false (BETA - default=true)<br/>
|
|
|
|
|
GracefulNodeShutdownBasedOnPodPriority=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
HPAContainerMetrics=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
HPAScaleToZero=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
IPv6DualStack=true|false (BETA - default=true)<br/>
|
|
|
|
|
HonorPVReclaimPolicy=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
IdentifyPodOS=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginAWSUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginAzureDiskUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginAzureFileUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginGCEUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginOpenStackUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginPortworxUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
InTreePluginRBDUnregister=true|false (ALPHA - default=false)<br>
|
|
|
|
|
InTreePluginvSphereUnregister=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
IndexedJob=true|false (BETA - default=true)<br/>
|
|
|
|
|
IngressClassNamespacedParams=true|false (BETA - default=true)<br/>
|
|
|
|
|
JobTrackingWithFinalizers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
JobMutableNodeSchedulingDirectives=true|false (BETA - default=true)<br/>
|
|
|
|
|
JobReadyPods=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
JobTrackingWithFinalizers=true|false (BETA - default=true)<br/>
|
|
|
|
|
KubeletCredentialProviders=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
KubeletInUserNamespace=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
KubeletPodResources=true|false (BETA - default=true)<br/>
|
|
|
|
|
KubeletPodResourcesGetAllocatable=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
KubeletPodResourcesGetAllocatable=true|false (BETA - default=true)<br/>
|
|
|
|
|
LocalStorageCapacityIsolation=true|false (BETA - default=true)<br/>
|
|
|
|
|
LocalStorageCapacityIsolationFSQuotaMonitoring=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
LogarithmicScaleDown=true|false (BETA - default=true)<br/>
|
|
|
|
@@ -513,16 +514,20 @@ MixedProtocolLBService=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
NetworkPolicyEndPort=true|false (BETA - default=true)<br/>
|
|
|
|
|
NodeSwap=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
NonPreemptingPriority=true|false (BETA - default=true)<br/>
|
|
|
|
|
OpenAPIEnums=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
OpenAPIV3=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
PodAffinityNamespaceSelector=true|false (BETA - default=true)<br/>
|
|
|
|
|
PodAndContainerStatsFromCRI=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
PodDeletionCost=true|false (BETA - default=true)<br/>
|
|
|
|
|
PodOverhead=true|false (BETA - default=true)<br/>
|
|
|
|
|
PodSecurity=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
PodSecurity=true|false (BETA - default=true)<br/>
|
|
|
|
|
PreferNominatedNode=true|false (BETA - default=true)<br/>
|
|
|
|
|
ProbeTerminationGracePeriod=true|false (BETA - default=false)<br/>
|
|
|
|
|
ProcMountType=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
ProxyTerminatingEndpoints=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
QOSReserved=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
ReadWriteOncePod=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
RecoverVolumeExpansionFailure=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
RemainingItemCount=true|false (BETA - default=true)<br/>
|
|
|
|
|
RemoveSelfLink=true|false (BETA - default=true)<br/>
|
|
|
|
|
RotateKubeletServerCertificate=true|false (BETA - default=true)<br/>
|
|
|
|
@@ -531,17 +536,18 @@ ServiceInternalTrafficPolicy=true|false (BETA - default=true)<br/>
|
|
|
|
|
ServiceLBNodePortControl=true|false (BETA - default=true)<br/>
|
|
|
|
|
ServiceLoadBalancerClass=true|false (BETA - default=true)<br/>
|
|
|
|
|
SizeMemoryBackedVolumes=true|false (BETA - default=true)<br/>
|
|
|
|
|
StatefulSetMinReadySeconds=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
StatefulSetAutoDeletePVC=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
StatefulSetMinReadySeconds=true|false (BETA - default=true)<br/>
|
|
|
|
|
StorageVersionAPI=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
StorageVersionHash=true|false (BETA - default=true)<br/>
|
|
|
|
|
SuspendJob=true|false (BETA - default=true)<br/>
|
|
|
|
|
TTLAfterFinished=true|false (BETA - default=true)<br/>
|
|
|
|
|
TopologyAwareHints=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
TopologyAwareHints=true|false (BETA - default=true)<br/>
|
|
|
|
|
TopologyManager=true|false (BETA - default=true)<br/>
|
|
|
|
|
VolumeCapacityPriority=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
WinDSR=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
WinOverlay=true|false (BETA - default=true)<br/>
|
|
|
|
|
WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
WindowsHostProcessContainers=true|false (BETA - default=true)<br/>
|
|
|
|
|
csiMigrationRBD=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
(DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
@@ -635,21 +641,21 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">[Experimental] The endpoint of remote image service. If not specified, it will be the same with <code>--container-runtime-endpoint</code> by default. Currently UNIX socket endpoint is supported on Linux, while npipe and TCP endpoints are supported on Windows. Examples: <code>unix:///var/run/dockershim.sock</code>, <code>npipe:////./pipe/dockershim</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--iptables-drop-bit int32 Default: 15</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The bit of the <code>fwmark</code> space to mark packets for dropping. Must be within the range [0, 31]. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--iptables-masquerade-bit int32 Default: 14</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The bit of the <code>fwmark</code> space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in <code>kube-proxy</code>. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--keep-terminated-pod-volumes</td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -682,7 +688,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--kube-api-qps int32 Default: 5</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">QPS to use while talking with kubernetes API server. The number must be >= 0. If 0 will use default QPS (5). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">QPS to use while talking with kubernetes API server. The number must be >= 0. If 0 will use default QPS (5). Doesn't cover events and node heartbeat apis which rate limiting is controlled by a different set of flags. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -724,28 +730,28 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--log-backtrace-at <A string of format 'file:line'> Default: <code>":0"</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">When logging hits line <code><file>:<N></code>, emit a stack trace.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">When logging hits line <code><file>:<N></code>, emit a stack trace. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--log-dir string</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If non-empty, write log files in this directory</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If non-empty, write log files in this directory. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--log-file string</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If non-empty, use this log file</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If non-empty, use this log file. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--log-file-max-size uint Default: 1800</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Defines the maximum size a log file can grow to. Unit is megabytes. If the value is 0, the maximum file size is unlimited. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -755,6 +761,20 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum number of seconds between log flushes.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--log-json-info-buffer-size string Default: <code>'0'</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">[Experimental] In JSON format with split output streams, the info messages can be buffered for a while to increase performance. The default value of zero bytes disables buffering. The size can be specified as number of bytes (512), multiples of 1000 (1K), multiples of 1024 (2Ki), or powers of those (3M, 4G, 5Mi, 6Gi). (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--log-json-split-stream</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">[Experimental] In JSON format, write error messages to stderr and info messages to stdout. The default is to write a single stream to stdout. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--logging-format string Default: <code>text</code></td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -766,7 +786,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--logtostderr Default: <code>true</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error instead of files.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">log to standard error instead of files. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -789,13 +809,14 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Comma-separated list of HTTP headers to use when accessing the URL provided to <code>--manifest-url</code>. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: <code>--manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful'</code> (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--master-service-namespace string Default: <code>default</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The namespace from which the kubernetes master services should be injected into pods. (DEPRECATED: This flag will be removed in a future version.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--max-open-files int Default: 1000000</td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -898,7 +919,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--one-output</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, only write logs to their native severity level (vs also writing to each lower severity level).</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If true, only write logs to their native severity level (vs also writing to each lower severity level). (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -989,7 +1010,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--register-node Default: <code>true</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Register the node with the API server. If <code>--kubeconfig</code> is not provided, this flag is irrelevant, as the Kubelet won't have an API server to register with.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Register the node with the API server. If <code>--kubeconfig</code> is not provided, this flag is irrelevant, as the Kubelet won't have an API server to register with. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -1003,7 +1024,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--register-with-taints mapStringString</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Register the node with the given list of taints (comma separated <code><key>=<value>:<effect></code>). No-op if <code>--register-node</code> is <code>false</code>.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Register the node with the given list of taints (comma separated <code><key>=<value>:<effect></code>). No-op if <code>--register-node</code> is <code>false</code>. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -1090,14 +1111,6 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;"><Warning: Alpha feature> Enable the use of <code>RuntimeDefault</code> as the default seccomp profile for all workloads. The <code>SeccompDefault</code> feature gate must be enabled to allow this flag, which is disabled by default.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--seccomp-profile-root string Default: <code>/var/lib/kubelet/seccomp</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;"><Warning: Alpha feature> Directory path for seccomp profiles. (DEPRECATED: will be removed in 1.23, in favor of using the <code><root-dir>/seccomp</code> directory)
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--serialize-image-pulls Default: <code>true</code></td>
|
|
|
|
|
</tr>
|
|
|
|
@@ -1109,28 +1122,28 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<td colspan="2">--skip-headers</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If <code>true</code>, avoid header prefixes in the log messages</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If <code>true</code>, avoid header prefixes in the log messages. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--skip-log-headers</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If <code>true</code>, avoid headers when opening log files</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">If <code>true</code>, avoid headers when opening log files. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--stderrthreshold int Default: 2</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">logs at or above this threshold go to stderr.</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">logs at or above this threshold go to stderr. (DEPRECATED: will be removed in a future release, see https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="2">--streaming-connection-idle-timeout duration Default: <code>4h0m0s</code></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum time a streaming connection can be idle before the connection is automatically closed. <code>0</code> indicates no timeout. Example: <code>5m</code>. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Maximum time a streaming connection can be idle before the connection is automatically closed. <code>0</code> indicates no timeout. Example: <code>5m</code>. Note: All connections to the kubelet server have a maximum duration of 4 hours. (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's <code>--config</code> flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
@@ -1174,7 +1187,7 @@ WindowsHostProcessContainers=true|false (ALPHA - default=false)<br/>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used.<br/>
|
|
|
|
|
Preferred values:
|
|
|
|
|
TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384.<br/>
|
|
|
|
|
TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305, TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384<br/>
|
|
|
|
|
Insecure values:
|
|
|
|
|
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_RC4_128_SHA.
|
|
|
|
|
(DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/ for more information.)
|
|
|
|
|