· 8 years ago · Aug 22, 2018, 09:12 PM
1Aug 22 08:49:59 cpp-rtp-kub-mst.cisco.com kubelet[26504]: F0822 08:49:59.326140 26504 server.go:148] unknown flag: --require-kubeconfig
2Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Created slice User Slice of root.
3Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Starting User Slice of root.
4Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Started Session 256 of user root.
5Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Starting Session 256 of user root.
6Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com crond[26510]: pam_unix(crond:session): session opened for user root by (uid=0)
7Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com CROND[26511]: (root) CMD (/usr/lib64/sa/sa1 1 1)
8Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com CROND[26510]: pam_unix(crond:session): session closed for user root
9Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Removed slice User Slice of root.
10Aug 22 08:50:01 cpp-rtp-kub-mst.cisco.com systemd[1]: Stopping User Slice of root.
11Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: kubelet.service holdoff time over, scheduling restart.
12Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: Started kubelet: The Kubernetes Node Agent.
13Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: Starting kubelet: The Kubernetes Node Agent...
14Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: Usage:
15Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: kubelet [flags]
16Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: Flags:
17Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --address 0.0.0.0 The IP address for the Kubelet to serve on (set to 0.0.0.0 for all IPv4 interfaces and `::` for all IPv6 interfaces) (default 0.0.0.0) (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.)
18Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --allow-privileged If true, allow containers to request privileged mode. Default: true (default true) (DEPRECATED: will be removed in a future version)
19Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --allowed-unsafe-sysctls strings Comma-separated whitelist of unsafe sysctls or unsafe sysctl patterns (ending in *). Use these at your own risk. Sysctls feature gate is enabled by default.
20Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --alsologtostderr log to standard error as well as files
21Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --anonymous-auth Enables anonymous requests to the Kubelet server. Requests that are not rejected by another authentication method are treated as anonymous requests. Anonymous requests have a username of system:anonymous, and a group name of system:unauthenticated. (default true) (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.)
22Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --application-metrics-count-limit int Max number of application metrics to store (per container) (default 100) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
23Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --authentication-token-webhook Use the TokenReview API to determine authentication for bearer tokens. (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.)
24Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --authentication-token-webhook-cache-ttl duration The duration to cache responses from the webhook token authenticator. (default 2m0s) (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.)
25Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --authorization-mode string Authorization mode for Kubelet server. Valid options are AlwaysAllow or Webhook. Webhook mode uses the SubjectAccessReview API to determine authorization. (default "AlwaysAllow") (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.)
26Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --authorization-webhook-cache-authorized-ttl duration The duration to cache 'authorized' responses from the webhook authorizer. (default 5m0s) (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.)
27Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --authorization-webhook-cache-unauthorized-ttl duration The duration to cache 'unauthorized' responses from the webhook authorizer. (default 30s) (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.)
28Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
29Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --boot-id-file string Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
30Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --bootstrap-checkpoint-path string <Warning: Alpha feature> Path to to the directory where the checkpoints are stored
31Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --bootstrap-kubeconfig string Path to a kubeconfig file that will be used to get client certificate for kubelet. If the file specified by --kubeconfig does not exist, the bootstrap kubeconfig is used to request a client certificate from the API server. On success, a kubeconfig file referencing the generated client certificate and key is written to the path specified by --kubeconfig. The client certificate and key file will be stored in the directory pointed by --cert-dir.
32Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cadvisor-port int32 The port of the localhost cAdvisor endpoint (set to 0 to disable) (DEPRECATED: The default will change to 0 (disabled) in 1.11, and the cadvisor port will be removed entirely in 1.12)
33Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cert-dir string The directory where the TLS certs are located. If --tls-cert-file and --tls-private-key-file are provided, this flag will be ignored. (default "/var/lib/kubelet/pki")
34Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cgroup-driver string Driver that the kubelet uses to manipulate cgroups on the host. Possible values: 'cgroupfs', 'systemd' (default "cgroupfs") (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.)
35Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cgroup-root string Optional root cgroup to use for pods. This is handled by the container runtime on a best effort basis. Default: '', which means use the container runtime default. (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.)
36Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cgroups-per-qos Enable creation of QoS cgroup hierarchy, if true top level QoS and pod cgroups are created. (default true) (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.)
37Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --chaos-chance float If > 0.0, introduce random client errors and latency. Intended for testing.
38Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --client-ca-file string If set, any request presenting a client certificate signed by one of the authorities in the client-ca-file is authenticated with an identity corresponding to the CommonName of the client certificate. (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.)
39Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cloud-config string The path to the cloud provider configuration file. Empty string for no configuration file.
40Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: kubelet.service: main process exited, code=exited, status=255/n/a
41Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cloud-provider string The provider for cloud services. Specify empty string for running with no cloud provider. If set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
42Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cluster-dns strings Comma-separated list of DNS server IP address. This value is used for containers DNS server in case of Pods with "dnsPolicy=ClusterFirst". Note: all DNS servers appearing in the list MUST serve the same set of records otherwise name resolution within the cluster may not work correctly. There is no guarantee as to which DNS server may be contacted for name resolution. (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.)
43Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cluster-domain string Domain for this cluster. If set, kubelet will configure all containers to search this domain in addition to the host's search domains (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.)
44Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cni-bin-dir string <Warning: Alpha feature> A comma-separated list of full paths of directories in which to search for CNI plugin binaries. Default: /opt/cni/bin. This docker-specific flag only works when container-runtime is set to docker.
45Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: Unit kubelet.service entered failed state.
46Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cni-conf-dir string <Warning: Alpha feature> The full path of the directory in which to search for CNI config files. Default: /etc/cni/net.d. This docker-specific flag only works when container-runtime is set to docker.
47Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --config string The Kubelet will load its initial configuration from this file. The path may be absolute or relative; relative paths start at the Kubelet's current working directory. Omit this flag to use the built-in default configuration values. Command-line flags override configuration from this file.
48Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --container-hints string location of the container hints file (default "/etc/cadvisor/container_hints.json") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
49Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --container-log-max-files int32 <Warning: Beta feature> Set the maximum number of container log files that can be present for a container. The number must be >= 2. This flag can only be used with --container-runtime=remote. (default 5) (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.)
50Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com systemd[1]: kubelet.service failed.
51Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --container-log-max-size string <Warning: Beta feature> Set the maximum size (e.g. 10Mi) of container log file before it is rotated. This flag can only be used with --container-runtime=remote. (default "10Mi") (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.)
52Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --container-runtime string The container runtime to use. Possible values: 'docker', 'remote', 'rkt (deprecated)'. (default "docker")
53Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --container-runtime-endpoint string [Experimental] The endpoint of remote runtime service. Currently unix socket is supported on Linux, and tcp is supported on windows. Examples:'unix:///var/run/dockershim.sock', 'tcp://localhost:3735' (default "unix:///var/run/dockershim.sock")
54Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --containerd string containerd endpoint (default "unix:///var/run/containerd.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
55Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --containerized Running kubelet in a container.
56Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --contention-profiling Enable lock contention profiling, if profiling is enabled (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.)
57Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cpu-cfs-quota Enable CPU CFS quota enforcement for containers that specify CPU limits (default true) (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.)
58Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cpu-manager-policy string CPU Manager policy to use. Possible values: 'none', 'static'. Default: 'none' (default "none") (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.)
59Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --cpu-manager-reconcile-period NodeStatusUpdateFrequency <Warning: Alpha feature> CPU Manager reconciliation period. Examples: '10s', or '1m'. If not supplied, defaults to NodeStatusUpdateFrequency (default 10s) (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.)
60Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker string docker endpoint (default "unix:///var/run/docker.sock") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
61Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-disable-shared-pid Setting this to false causes Kubernetes to create pods using a shared process namespace for containers in a pod when running with Docker 1.13.1 or higher. A future Kubernetes release will make this configurable instead in the API. This docker-specific flag only works when container-runtime is set to docker. (default true) (DEPRECATED: will be removed in a future release. This option will be replaced by PID namespace sharing that is configurable per-pod using the API. See https://features.k8s.io/495)
62Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-endpoint string Use this for the docker endpoint to communicate with This docker-specific flag only works when container-runtime is set to docker. (default "unix:///var/run/docker.sock")
63Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-env-metadata-whitelist string a comma-separated list of environment variable keys that needs to be collected for docker containers (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
64Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-only Only report docker containers in addition to root stats (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
65Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-root string DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
66Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-tls use TLS to connect to docker (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
67Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-tls-ca string path to trusted CA (default "ca.pem") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
68Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-tls-cert string path to client certificate (default "cert.pem") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
69Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --docker-tls-key string path to private key (default "key.pem") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
70Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --dynamic-config-dir string 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 DynamicKubeletConfig feature gate must be enabled to pass this flag; this gate currently defaults to true because the feature is beta.
71Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --enable-controller-attach-detach Enables the Attach/Detach controller to manage attachment/detachment of volumes scheduled to this node, and disables kubelet from executing any attach/detach operations (default true) (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.)
72Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --enable-debugging-handlers Enables server endpoints for log collection and local running of containers and commands (default true) (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.)
73Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --enable-load-reader Whether to enable cpu load reader (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
74Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --enable-server Enable the Kubelet's server (default true)
75Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --enforce-node-allocatable strings A comma separated list of levels of node allocatable enforcement to be enforced by kubelet. Acceptable options are 'none', 'pods', 'system-reserved', and 'kube-reserved'. If the latter two options are specified, '--system-reserved-cgroup' and '--kube-reserved-cgroup' must also be set, respectively. If 'none' is specified, no additional options should be set. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. (default [pods]) (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.)
76Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --event-burst int32 Maximum size of a bursty event records, temporarily allows event records to burst to this number, while still not exceeding event-qps. Only used if --event-qps > 0 (default 10) (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.)
77Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --event-qps int32 If > 0, limit event creations per second to this value. If 0, unlimited. (default 5) (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.)
78Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --event-storage-age-limit string Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is a duration. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
79Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --event-storage-event-limit string Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or "default" and the value is an integer. Default is applied to all non-specified event types (default "default=0") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
80Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-hard mapStringString A set of eviction thresholds (e.g. memory.available<1Gi) that if met would trigger a pod eviction. (default imagefs.available<15%,memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%) (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.)
81Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-max-pod-grace-period int32 Maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. If negative, defer to pod specified value. (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.)
82Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-minimum-reclaim mapStringString A set of minimum reclaims (e.g. imagefs.available=2Gi) that describes the minimum amount of resource the kubelet will reclaim when performing a pod eviction if that resource is under pressure. (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.)
83Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-pressure-transition-period duration Duration for which the kubelet has to wait before transitioning out of an eviction pressure condition. (default 5m0s) (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.)
84Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-soft mapStringString A set of eviction thresholds (e.g. memory.available<1.5Gi) that if met over a corresponding grace period would trigger a pod eviction. (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.)
85Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --eviction-soft-grace-period mapStringString A set of eviction grace periods (e.g. memory.available=1m30s) that correspond to how long a soft eviction threshold must hold before triggering a pod eviction. (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.)
86Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --exit-on-lock-contention Whether kubelet should exit upon lock-file contention.
87Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-allocatable-ignore-eviction When set to 'true', Hard Eviction Thresholds will be ignored while calculating Node Allocatable. See https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/ for more details. [default=false]
88Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-bootstrap-kubeconfig string (DEPRECATED: Use --bootstrap-kubeconfig)
89Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-check-node-capabilities-before-mount [Experimental] if set true, the kubelet will check the underlying node for required components (binaries, etc.) before performing the mount
90Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-fail-swap-on DEPRECATED: please use --fail-swap-on instead. (default true) (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.)
91Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-kernel-memcg-notification If enabled, the kubelet will integrate with the kernel memcg notification to determine if memory eviction thresholds are crossed rather than polling.
92Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --experimental-mounter-path string [Experimental] Path of mounter binary. Leave empty to use the default mount.
93Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --fail-swap-on Makes the Kubelet fail to start if swap is enabled on the node. (default true) (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.)
94Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
95Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: APIListChunking=true|false (BETA - default=true)
96Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: APIResponseCompression=true|false (ALPHA - default=false)
97Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: AdvancedAuditing=true|false (BETA - default=true)
98Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: AllAlpha=true|false (ALPHA - default=false)
99Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: AppArmor=true|false (BETA - default=true)
100Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: AttachVolumeLimit=true|false (ALPHA - default=false)
101Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: BalanceAttachedNodeVolumes=true|false (ALPHA - default=false)
102Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: BlockVolume=true|false (ALPHA - default=false)
103Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CPUManager=true|false (BETA - default=true)
104Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CRIContainerLogRotation=true|false (BETA - default=true)
105Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CSIBlockVolume=true|false (ALPHA - default=false)
106Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CSIPersistentVolume=true|false (BETA - default=true)
107Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CustomPodDNS=true|false (BETA - default=true)
108Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CustomResourceSubresources=true|false (BETA - default=true)
109Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: CustomResourceValidation=true|false (BETA - default=true)
110Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: DebugContainers=true|false (ALPHA - default=false)
111Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: DevicePlugins=true|false (BETA - default=true)
112Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: DynamicKubeletConfig=true|false (BETA - default=true)
113Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: DynamicProvisioningScheduling=true|false (ALPHA - default=false)
114Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: EnableEquivalenceClassCache=true|false (ALPHA - default=false)
115Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ExpandInUsePersistentVolumes=true|false (ALPHA - default=false)
116Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ExpandPersistentVolumes=true|false (BETA - default=true)
117Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ExperimentalCriticalPodAnnotation=true|false (ALPHA - default=false)
118Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ExperimentalHostUserNamespaceDefaulting=true|false (BETA - default=false)
119Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: GCERegionalPersistentDisk=true|false (BETA - default=true)
120Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: HugePages=true|false (BETA - default=true)
121Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: HyperVContainer=true|false (ALPHA - default=false)
122Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: Initializers=true|false (ALPHA - default=false)
123Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: KubeletPluginsWatcher=true|false (ALPHA - default=false)
124Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: LocalStorageCapacityIsolation=true|false (BETA - default=true)
125Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: MountContainers=true|false (ALPHA - default=false)
126Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: MountPropagation=true|false (BETA - default=true)
127Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: PersistentLocalVolumes=true|false (BETA - default=true)
128Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: PodPriority=true|false (BETA - default=true)
129Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: PodReadinessGates=true|false (BETA - default=false)
130Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: PodShareProcessNamespace=true|false (ALPHA - default=false)
131Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: QOSReserved=true|false (ALPHA - default=false)
132Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ReadOnlyAPIDataVolumes=true|false (DEPRECATED - default=true)
133Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ResourceLimitsPriorityFunction=true|false (ALPHA - default=false)
134Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ResourceQuotaScopeSelectors=true|false (ALPHA - default=false)
135Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: RotateKubeletClientCertificate=true|false (BETA - default=true)
136Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: RotateKubeletServerCertificate=true|false (ALPHA - default=false)
137Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: RunAsGroup=true|false (ALPHA - default=false)
138Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ScheduleDaemonSetPods=true|false (ALPHA - default=false)
139Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ServiceNodeExclusion=true|false (ALPHA - default=false)
140Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: ServiceProxyAllowExternalIPs=true|false (DEPRECATED - default=false)
141Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: StorageObjectInUseProtection=true|false (default=true)
142Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: StreamingProxyRedirects=true|false (BETA - default=true)
143Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: SupportIPVSProxyMode=true|false (default=true)
144Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: SupportPodPidsLimit=true|false (ALPHA - default=false)
145Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: Sysctls=true|false (BETA - default=true)
146Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: TaintBasedEvictions=true|false (ALPHA - default=false)
147Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: TaintNodesByCondition=true|false (ALPHA - default=false)
148Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: TokenRequest=true|false (ALPHA - default=false)
149Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: TokenRequestProjection=true|false (ALPHA - default=false)
150Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: VolumeScheduling=true|false (BETA - default=true)
151Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: VolumeSubpath=true|false (default=true)
152Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: VolumeSubpathEnvExpansion=true|false (ALPHA - default=false) (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.)
153Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --file-check-frequency duration Duration between checking config files for new data (default 20s) (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.)
154Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --global-housekeeping-interval duration Interval between global housekeepings (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
155Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --hairpin-mode string How should the kubelet setup hairpin NAT. This allows endpoints of a Service to loadbalance back to themselves if they should try to access their own Service. Valid values are "promiscuous-bridge", "hairpin-veth" and "none". (default "promiscuous-bridge") (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.)
156Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --healthz-bind-address 0.0.0.0 The IP address for the healthz server to serve on (set to 0.0.0.0 for all IPv4 interfaces and `::` for all IPv6 interfaces) (default 127.0.0.1) (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.)
157Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --healthz-port int32 The port of the localhost healthz endpoint (set to 0 to disable) (default 10248) (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.)
158Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: -h, --help help for kubelet
159Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --host-ipc-sources strings Comma-separated list of sources from which the Kubelet allows pods to use the host ipc namespace. (default [*]) (DEPRECATED: will be removed in a future version)
160Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --host-network-sources strings Comma-separated list of sources from which the Kubelet allows pods to use of host network. (default [*]) (DEPRECATED: will be removed in a future version)
161Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --host-pid-sources strings Comma-separated list of sources from which the Kubelet allows pods to use the host pid namespace. (default [*]) (DEPRECATED: will be removed in a future version)
162Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --hostname-override string If non-empty, will use this string as identification instead of the actual hostname. If --cloud-provider is set, the cloud provider determines the name of the node (consult cloud provider documentation to determine if and how the hostname is used).
163Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --housekeeping-interval duration Interval between container housekeepings (default 10s)
164Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --http-check-frequency duration Duration between checking http for new data (default 20s) (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.)
165Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --image-gc-high-threshold int32 The percent of disk usage after which image garbage collection is always run. Values must be within the range [0, 100], To disable image garbage collection, set to 100. (default 85) (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.)
166Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --image-gc-low-threshold int32 The percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. Values must be within the range [0, 100] and should not be larger than that of --image-gc-high-threshold. (default 80) (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.)
167Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --image-pull-progress-deadline duration If no pulling progress is made before this deadline, the image pulling will be cancelled. This docker-specific flag only works when container-runtime is set to docker. (default 1m0s)
168Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --image-service-endpoint string [Experimental] The endpoint of remote image service. If not specified, it will be the same with container-runtime-endpoint by default. Currently unix socket is supported on Linux, and tcp is supported on windows. Examples:'unix:///var/run/dockershim.sock', 'tcp://localhost:3735'
169Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --iptables-drop-bit int32 The bit of the fwmark space to mark packets for dropping. Must be within the range [0, 31]. (default 15) (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.)
170Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --iptables-masquerade-bit int32 The bit of the fwmark space to mark packets for SNAT. Must be within the range [0, 31]. Please match this parameter with corresponding parameter in kube-proxy. (default 14) (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.)
171Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --keep-terminated-pod-volumes Keep terminated pod volumes mounted to the node after the pod terminates. Can be useful for debugging volume related issues. (DEPRECATED: will be removed in a future version)
172Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kube-api-burst int32 Burst to use while talking with kubernetes apiserver (default 10) (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.)
173Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kube-api-content-type string Content type of requests sent to apiserver. (default "application/vnd.kubernetes.protobuf") (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.)
174Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kube-api-qps int32 QPS to use while talking with kubernetes apiserver (default 5) (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.)
175Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kube-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for kubernetes system components. Currently cpu, memory and local ephemeral storage for root file system are supported. See http://kubernetes.io/docs/user-guide/compute-resources for more detail. [default=none] (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.)
176Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kube-reserved-cgroup string Absolute name of the top level cgroup that is used to manage kubernetes components for which compute resources were reserved via '--kube-reserved' flag. Ex. '/kube-reserved'. [default=''] (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.)
177Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kubeconfig string Path to a kubeconfig file, specifying how to connect to the API server. Providing --kubeconfig enables API server mode, omitting --kubeconfig enables standalone mode.
178Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --kubelet-cgroups string Optional absolute name of cgroups to create and run the Kubelet in. (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.)
179Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --lock-file string <Warning: Alpha feature> The path to file for kubelet to use as a lock file.
180Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0)
181Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --log-cadvisor-usage Whether to log the usage of the cAdvisor container (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
182Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --log-dir string If non-empty, write log files in this directory
183Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
184Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --logtostderr log to standard error instead of files (default true)
185Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --machine-id-file string Comma-separated list of files to check for machine-id. Use the first one that exists. (default "/etc/machine-id,/var/lib/dbus/machine-id") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
186Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --make-iptables-util-chains If true, kubelet will ensure iptables utility rules are present on host. (default true) (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.)
187Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --manifest-url string URL for accessing additional Pod specifications to run (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.)
188Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --manifest-url-header --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' Comma-separated list of HTTP headers to use when accessing the url provided to --manifest-url. Multiple headers with the same name will be added in the same order provided. This flag can be repeatedly invoked. For example: --manifest-url-header 'a:hello,b:again,c:world' --manifest-url-header 'b:beautiful' (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.)
189Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --master-service-namespace string The namespace from which the kubernetes master services should be injected into pods (default "default") (DEPRECATED: This flag will be removed in a future version.)
190Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --max-open-files int Number of files that can be opened by Kubelet process. (default 1000000) (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.)
191Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --max-pods int32 Number of Pods that can run on this Kubelet. (default 110) (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.)
192Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --maximum-dead-containers int32 Maximum number of old instances of containers to retain globally. Each container takes up some disk space. To disable, set to a negative number. (default -1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
193Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --maximum-dead-containers-per-container int32 Maximum number of old instances to retain per container. Each container takes up some disk space. (default 1) (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
194Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --minimum-container-ttl-duration duration Minimum age for a finished container before it is garbage collected. Examples: '300ms', '10s' or '2h45m' (DEPRECATED: Use --eviction-hard or --eviction-soft instead. Will be removed in a future version.)
195Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --minimum-image-ttl-duration duration Minimum age for an unused image before it is garbage collected. Examples: '300ms', '10s' or '2h45m'. (default 2m0s) (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.)
196Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --network-plugin string <Warning: Alpha feature> The name of the network plugin to be invoked for various events in kubelet/pod lifecycle. This docker-specific flag only works when container-runtime is set to docker.
197Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --network-plugin-mtu int32 <Warning: Alpha feature> The MTU to be passed to the network plugin, to override the default. Set to 0 to use the default 1460 MTU. This docker-specific flag only works when container-runtime is set to docker.
198Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --node-ip string IP address of the node. If set, kubelet will use this IP address for the node
199Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --node-labels mapStringString <Warning: Alpha feature> Labels to add when registering the node in the cluster. Labels must be key=value pairs separated by ','.
200Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --node-status-max-images int32 <Warning: Alpha feature> The maximum number of images to report in Node.Status.Images. If -1 is specified, no cap will be applied. Default: 50 (default 50)
201Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --node-status-update-frequency duration Specifies how often kubelet posts node status to master. Note: be cautious when changing the constant, it must work with nodeMonitorGracePeriod in nodecontroller. (default 10s) (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.)
202Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --non-masquerade-cidr string Traffic to IPs outside this range will use IP masquerade. Set to '0.0.0.0/0' to never masquerade. (default "10.0.0.0/8") (DEPRECATED: will be removed in a future version)
203Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --oom-score-adj int32 The oom-score-adj value for kubelet process. Values must be within the range [-1000, 1000] (default -999) (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.)
204Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --pod-cidr string The CIDR to use for pod IP addresses, only used in standalone mode. In cluster mode, this is obtained from the master. For IPv6, the maximum number of IP's allocated is 65536 (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.)
205Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --pod-infra-container-image string The image whose network/ipc namespaces containers in each pod will use. This docker-specific flag only works when container-runtime is set to docker. (default "k8s.gcr.io/pause:3.1")
206Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --pod-manifest-path string Path to the directory containing static pod files to run, or the path to a single static pod file. Files starting with dots will be ignored. (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.)
207Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --pod-max-pids int <Warning: Alpha feature> Set the maximum number of processes per pod. (default -1) (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.)
208Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --pods-per-core int32 Number of Pods per core that can run on this Kubelet. The total number of Pods on this Kubelet cannot exceed max-pods, so max-pods will be used if this calculation results in a larger number of Pods allowed on the Kubelet. A value of 0 disables this limit. (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.)
209Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --port int32 The port for the Kubelet to serve on. (default 10250) (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.)
210Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --protect-kernel-defaults Default kubelet behaviour for kernel tuning. If set, kubelet errors if any of kernel tunables is different than kubelet defaults. (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.)
211Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --provider-id string Unique identifier for identifying the node in a machine database, i.e cloudprovider
212Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --qos-reserved mapStringString <Warning: Alpha feature> A set of ResourceName=Percentage (e.g. memory=50%) pairs that describe how pod resource requests are reserved at the QoS level. Currently only memory is supported. Requires the QOSReserved feature gate to be enabled. (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.)
213Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --read-only-port int32 The read-only port for the Kubelet to serve on with no authentication/authorization (set to 0 to disable) (default 10255) (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.)
214Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --really-crash-for-testing If true, when panics occur crash. Intended for testing.
215Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --redirect-container-streaming Enables container streaming redirect. If false, kubelet will proxy container streaming data between apiserver and container runtime; if true, kubelet will return an http redirect to apiserver, and apiserver will access container runtime directly. The proxy approach is more secure, but introduces some overhead. The redirect approach is more performant, but less secure because the connection between apiserver and container runtime may not be authenticated.
216Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --register-node Register the node with the apiserver. If --kubeconfig is not provided, this flag is irrelevant, as the Kubelet won't have an apiserver to register with. Default=true. (default true)
217Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --register-schedulable Register the node as schedulable. Won't have any effect if register-node is false. (default true) (DEPRECATED: will be removed in a future version)
218Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --register-with-taints []api.Taint Register the node with the given list of taints (comma separated "<key>=<value>:<effect>"). No-op if register-node is false.
219Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --registry-burst int32 Maximum size of a bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry-qps. Only used if --registry-qps > 0 (default 10) (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.)
220Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --registry-qps int32 If > 0, limit registry pull QPS to this value. If 0, unlimited. (default 5) (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.)
221Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --resolv-conf string Resolver configuration file used as the basis for the container DNS resolution configuration. (default "/etc/resolv.conf") (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.)
222Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --root-dir string Directory path for managing kubelet files (volume mounts,etc). (default "/var/lib/kubelet")
223Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --rotate-certificates <Warning: Beta feature> Auto rotate the kubelet client certificates by requesting new certificates from the kube-apiserver when the certificate expiration approaches. (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.)
224Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --runonce If true, exit after spawning pods from static pod files or remote urls. Exclusive with --enable-server
225Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --runtime-cgroups string Optional absolute name of cgroups to create and run the runtime in.
226Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --runtime-request-timeout duration Timeout of all runtime requests except long running request - pull, logs, exec and attach. When timeout exceeded, kubelet will cancel the request, throw out an error and retry later. (default 2m0s) (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.)
227Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --seccomp-profile-root string <Warning: Alpha feature> Directory path for seccomp profiles. (default "/var/lib/kubelet/seccomp")
228Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --serialize-image-pulls Pull images one at a time. We recommend *not* changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Issue #10959 has more details. (default true) (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.)
229Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --stderrthreshold severity logs at or above this threshold go to stderr (default 2)
230Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-buffer-duration duration Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s) (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
231Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-db string database name (default "cadvisor") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
232Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-host string database host:port (default "localhost:8086") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
233Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-password string database password (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
234Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-secure use secure connection with database (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
235Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-table string table name (default "stats") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
236Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --storage-driver-user string database username (default "root") (DEPRECATED: This is a cadvisor flag that was mistakenly registered with the Kubelet. Due to legacy concerns, it will follow the standard CLI deprecation timeline before being removed.)
237Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --streaming-connection-idle-timeout duration Maximum time a streaming connection can be idle before the connection is automatically closed. 0 indicates no timeout. Example: '5m' (default 4h0m0s) (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.)
238Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --sync-frequency duration Max period between synchronizing running containers and config (default 1m0s) (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.)
239Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --system-cgroups / Optional absolute name of cgroups in which to place all non-kernel processes that are not already inside a cgroup under /. Empty for no container. Rolling back the flag requires a reboot. (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.)
240Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --system-reserved mapStringString A set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=500Mi,ephemeral-storage=1Gi) pairs that describe resources reserved for non-kubernetes components. Currently only cpu and memory are supported. See http://kubernetes.io/docs/user-guide/compute-resources for more detail. [default=none] (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.)
241Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --system-reserved-cgroup string Absolute name of the top level cgroup that is used to manage non-kubernetes components for which compute resources were reserved via '--system-reserved' flag. Ex. '/system-reserved'. [default=''] (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.)
242Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --tls-cert-file string File containing x509 Certificate used for serving HTTPS (with intermediate certs, if any, concatenated after server cert). If --tls-cert-file and --tls-private-key-file are not provided, a self-signed certificate and key are generated for the public address and saved to the directory passed to --cert-dir. (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.)
243Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --tls-cipher-suites strings Comma-separated list of cipher suites for the server. If omitted, the default Go cipher suites will be used. Possible values: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,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_RC4_128_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,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_RC4_128_SHA,TLS_RSA_WITH_3DES_EDE_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_256_GCM_SHA384,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.)
244Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --tls-min-version string Minimum TLS version supported. Possible values: VersionTLS10, VersionTLS11, VersionTLS12 (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.)
245Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --tls-private-key-file string File containing x509 private key matching --tls-cert-file. (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.)
246Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: -v, --v Level log level for V logs
247Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --version version[=true] Print version information and quit
248Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
249Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --volume-plugin-dir string The full path of the directory in which to search for additional third party volume plugins (default "/usr/libexec/kubernetes/kubelet-plugins/volume/exec/")
250Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: --volume-stats-agg-period duration Specifies interval for kubelet to calculate and cache the volume disk usage for all pods and volumes. To disable volume calculations, set to 0. (default 1m0s) (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.)
251Aug 22 08:50:09 cpp-rtp-kub-mst.cisco.com kubelet[26516]: F0822 08:50:09.558505 26516 server.go:148] unknown flag: --require-kubeconfig
252Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com systemd[1]: kubelet.service holdoff time over, scheduling restart.
253Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com systemd[1]: Started kubelet: The Kubernetes Node Agent.
254Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com systemd[1]: Starting kubelet: The Kubernetes Node Agent...
255Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com kubelet[26523]: Usage:
256Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com kubelet[26523]: kubelet [flags]
257Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com kubelet[26523]: Flags:
258Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com kubelet[26523]: --address 0.0.0.0 The IP address for the Kubelet to serve on (set to 0.0.0.0 for all IPv4 interfaces and `::` for all IPv6 interfaces) (default 0.0.0.0) (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.)
259Aug 22 08:50:19 cpp-rtp-kub-mst.cisco.com kubelet[26523]: --allow-privileged