Skip to content

Instantly share code, notes, and snippets.

@vidhill
Created March 23, 2017 17:13
Show Gist options
  • Save vidhill/20d84eab27b8b5ca45160a6a87b45e80 to your computer and use it in GitHub Desktop.
Save vidhill/20d84eab27b8b5ca45160a6a87b45e80 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
-- Logs begin at Thu 2017-03-23 16:57:51 UTC, end at Thu 2017-03-23 17:12:12 UTC. --
Mar 23 17:01:57 minikube systemd[1]: Starting Localkube...
Mar 23 17:01:57 minikube localkube[3275]: unknown flag: --apiserver-name
Mar 23 17:01:57 minikube localkube[3275]: Usage of /usr/local/bin/localkube:
Mar 23 17:01:57 minikube localkube[3275]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:01:57 minikube localkube[3275]: --alsologtostderr value log to standard error as well as files
Mar 23 17:01:57 minikube localkube[3275]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:01:57 minikube localkube[3275]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:01:57 minikube localkube[3275]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:01:57 minikube localkube[3275]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:01:57 minikube localkube[3275]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:01:57 minikube localkube[3275]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:01:57 minikube localkube[3275]: --container-runtime string The container runtime to be used
Mar 23 17:01:57 minikube localkube[3275]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:01:57 minikube localkube[3275]: --containerized If kubelet should run in containerized mode
Mar 23 17:01:57 minikube localkube[3275]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:01:57 minikube localkube[3275]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:01:57 minikube localkube[3275]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:01:57 minikube localkube[3275]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:01:57 minikube localkube[3275]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:01:57 minikube localkube[3275]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:01:57 minikube localkube[3275]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:01:57 minikube localkube[3275]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:01:57 minikube localkube[3275]: --event_storage_age_limit value 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")
Mar 23 17:01:57 minikube localkube[3275]: --event_storage_event_limit value 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")
Mar 23 17:01:57 minikube localkube[3275]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:01:57 minikube localkube[3275]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:01:57 minikube localkube[3275]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:01:57 minikube localkube[3275]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:01:57 minikube localkube[3275]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:01:57 minikube localkube[3275]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:01:57 minikube localkube[3275]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:01:57 minikube localkube[3275]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:01:57 minikube localkube[3275]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:01:57 minikube localkube[3275]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:01:57 minikube localkube[3275]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:01:57 minikube localkube[3275]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:01:57 minikube localkube[3275]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:01:57 minikube localkube[3275]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:01:57 minikube localkube[3275]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:01:57 minikube localkube[3275]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:01:57 minikube localkube[3275]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:01:57 minikube localkube[3275]: --logtostderr value log to standard error instead of files
Mar 23 17:01:57 minikube localkube[3275]: --machine_id_file value 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")
Mar 23 17:01:57 minikube localkube[3275]: --network-plugin string The name of the network plugin
Mar 23 17:01:57 minikube localkube[3275]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:01:57 minikube localkube[3275]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:01:57 minikube localkube[3275]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:01:57 minikube localkube[3275]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_password value database password (default "root")
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_secure value use secure connection with database
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_table value table name (default "stats")
Mar 23 17:01:57 minikube localkube[3275]: --storage_driver_user value database username (default "root")
Mar 23 17:01:57 minikube localkube[3275]: -v, --v value log level for V logs
Mar 23 17:01:57 minikube localkube[3275]: --version If localkube should just print the version and exit.
Mar 23 17:01:57 minikube localkube[3275]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:01:57 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:01:57 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:01:57 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:01:57 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:00 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:00 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:00 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:00 minikube localkube[3338]: unknown flag: --apiserver-name
Mar 23 17:02:00 minikube localkube[3338]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:00 minikube localkube[3338]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:00 minikube localkube[3338]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:00 minikube localkube[3338]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:00 minikube localkube[3338]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:00 minikube localkube[3338]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:00 minikube localkube[3338]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:00 minikube localkube[3338]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:00 minikube localkube[3338]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:00 minikube localkube[3338]: --container-runtime string The container runtime to be used
Mar 23 17:02:00 minikube localkube[3338]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:00 minikube localkube[3338]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:00 minikube localkube[3338]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:00 minikube localkube[3338]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:00 minikube localkube[3338]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:00 minikube localkube[3338]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:00 minikube localkube[3338]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:00 minikube localkube[3338]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:00 minikube localkube[3338]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:00 minikube localkube[3338]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:00 minikube localkube[3338]: --event_storage_age_limit value 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")
Mar 23 17:02:00 minikube localkube[3338]: --event_storage_event_limit value 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")
Mar 23 17:02:00 minikube localkube[3338]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:00 minikube localkube[3338]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:00 minikube localkube[3338]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:00 minikube localkube[3338]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:00 minikube localkube[3338]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:00 minikube localkube[3338]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:00 minikube localkube[3338]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:00 minikube localkube[3338]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:00 minikube localkube[3338]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:00 minikube localkube[3338]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:00 minikube localkube[3338]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:00 minikube localkube[3338]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:00 minikube localkube[3338]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:00 minikube localkube[3338]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:00 minikube localkube[3338]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:00 minikube localkube[3338]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:00 minikube localkube[3338]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:00 minikube localkube[3338]: --logtostderr value log to standard error instead of files
Mar 23 17:02:00 minikube localkube[3338]: --machine_id_file value 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")
Mar 23 17:02:00 minikube localkube[3338]: --network-plugin string The name of the network plugin
Mar 23 17:02:00 minikube localkube[3338]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:00 minikube localkube[3338]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:00 minikube localkube[3338]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:00 minikube localkube[3338]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_password value database password (default "root")
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:00 minikube localkube[3338]: --storage_driver_user value database username (default "root")
Mar 23 17:02:00 minikube localkube[3338]: -v, --v value log level for V logs
Mar 23 17:02:00 minikube localkube[3338]: --version If localkube should just print the version and exit.
Mar 23 17:02:00 minikube localkube[3338]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:00 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:00 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:00 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:00 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:03 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:03 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:03 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:03 minikube localkube[3367]: unknown flag: --apiserver-name
Mar 23 17:02:03 minikube localkube[3367]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:03 minikube localkube[3367]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:03 minikube localkube[3367]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:03 minikube localkube[3367]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:03 minikube localkube[3367]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:03 minikube localkube[3367]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:03 minikube localkube[3367]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:03 minikube localkube[3367]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:03 minikube localkube[3367]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:03 minikube localkube[3367]: --container-runtime string The container runtime to be used
Mar 23 17:02:03 minikube localkube[3367]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:03 minikube localkube[3367]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:03 minikube localkube[3367]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:03 minikube localkube[3367]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:03 minikube localkube[3367]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:03 minikube localkube[3367]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:03 minikube localkube[3367]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:03 minikube localkube[3367]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:03 minikube localkube[3367]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:03 minikube localkube[3367]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:03 minikube localkube[3367]: --event_storage_age_limit value 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")
Mar 23 17:02:03 minikube localkube[3367]: --event_storage_event_limit value 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")
Mar 23 17:02:03 minikube localkube[3367]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:03 minikube localkube[3367]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:03 minikube localkube[3367]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:03 minikube localkube[3367]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:03 minikube localkube[3367]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:03 minikube localkube[3367]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:03 minikube localkube[3367]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:03 minikube localkube[3367]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:03 minikube localkube[3367]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:03 minikube localkube[3367]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:03 minikube localkube[3367]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:03 minikube localkube[3367]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:03 minikube localkube[3367]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:03 minikube localkube[3367]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:03 minikube localkube[3367]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:03 minikube localkube[3367]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:03 minikube localkube[3367]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:03 minikube localkube[3367]: --logtostderr value log to standard error instead of files
Mar 23 17:02:03 minikube localkube[3367]: --machine_id_file value 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")
Mar 23 17:02:03 minikube localkube[3367]: --network-plugin string The name of the network plugin
Mar 23 17:02:03 minikube localkube[3367]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:03 minikube localkube[3367]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:03 minikube localkube[3367]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:03 minikube localkube[3367]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_password value database password (default "root")
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:03 minikube localkube[3367]: --storage_driver_user value database username (default "root")
Mar 23 17:02:03 minikube localkube[3367]: -v, --v value log level for V logs
Mar 23 17:02:03 minikube localkube[3367]: --version If localkube should just print the version and exit.
Mar 23 17:02:03 minikube localkube[3367]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:03 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:03 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:03 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:03 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:06 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:06 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:06 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:06 minikube localkube[3406]: unknown flag: --apiserver-name
Mar 23 17:02:06 minikube localkube[3406]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:06 minikube localkube[3406]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:06 minikube localkube[3406]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:06 minikube localkube[3406]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:06 minikube localkube[3406]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:06 minikube localkube[3406]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:06 minikube localkube[3406]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:06 minikube localkube[3406]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:06 minikube localkube[3406]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:06 minikube localkube[3406]: --container-runtime string The container runtime to be used
Mar 23 17:02:06 minikube localkube[3406]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:06 minikube localkube[3406]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:06 minikube localkube[3406]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:06 minikube localkube[3406]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:06 minikube localkube[3406]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:06 minikube localkube[3406]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:06 minikube localkube[3406]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:06 minikube localkube[3406]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:06 minikube localkube[3406]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:06 minikube localkube[3406]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:06 minikube localkube[3406]: --event_storage_age_limit value 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")
Mar 23 17:02:06 minikube localkube[3406]: --event_storage_event_limit value 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")
Mar 23 17:02:06 minikube localkube[3406]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:06 minikube localkube[3406]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:06 minikube localkube[3406]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:06 minikube localkube[3406]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:06 minikube localkube[3406]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:06 minikube localkube[3406]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:06 minikube localkube[3406]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:06 minikube localkube[3406]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:06 minikube localkube[3406]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:06 minikube localkube[3406]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:06 minikube localkube[3406]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:06 minikube localkube[3406]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:06 minikube localkube[3406]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:06 minikube localkube[3406]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:06 minikube localkube[3406]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:06 minikube localkube[3406]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:06 minikube localkube[3406]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:06 minikube localkube[3406]: --logtostderr value log to standard error instead of files
Mar 23 17:02:06 minikube localkube[3406]: --machine_id_file value 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")
Mar 23 17:02:06 minikube localkube[3406]: --network-plugin string The name of the network plugin
Mar 23 17:02:06 minikube localkube[3406]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:06 minikube localkube[3406]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:06 minikube localkube[3406]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:06 minikube localkube[3406]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_password value database password (default "root")
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:06 minikube localkube[3406]: --storage_driver_user value database username (default "root")
Mar 23 17:02:06 minikube localkube[3406]: -v, --v value log level for V logs
Mar 23 17:02:06 minikube localkube[3406]: --version If localkube should just print the version and exit.
Mar 23 17:02:06 minikube localkube[3406]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:06 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:06 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:06 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:06 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:10 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:10 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:10 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:10 minikube localkube[3451]: unknown flag: --apiserver-name
Mar 23 17:02:10 minikube localkube[3451]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:10 minikube localkube[3451]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:10 minikube localkube[3451]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:10 minikube localkube[3451]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:10 minikube localkube[3451]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:10 minikube localkube[3451]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:10 minikube localkube[3451]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:10 minikube localkube[3451]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:10 minikube localkube[3451]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:10 minikube localkube[3451]: --container-runtime string The container runtime to be used
Mar 23 17:02:10 minikube localkube[3451]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:10 minikube localkube[3451]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:10 minikube localkube[3451]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:10 minikube localkube[3451]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:10 minikube localkube[3451]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:10 minikube localkube[3451]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:10 minikube localkube[3451]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:10 minikube localkube[3451]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:10 minikube localkube[3451]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:10 minikube localkube[3451]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:10 minikube localkube[3451]: --event_storage_age_limit value 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")
Mar 23 17:02:10 minikube localkube[3451]: --event_storage_event_limit value 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")
Mar 23 17:02:10 minikube localkube[3451]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:10 minikube localkube[3451]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:10 minikube localkube[3451]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:10 minikube localkube[3451]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:10 minikube localkube[3451]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:10 minikube localkube[3451]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:10 minikube localkube[3451]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:10 minikube localkube[3451]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:10 minikube localkube[3451]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:10 minikube localkube[3451]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:10 minikube localkube[3451]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:10 minikube localkube[3451]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:10 minikube localkube[3451]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:10 minikube localkube[3451]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:10 minikube localkube[3451]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:10 minikube localkube[3451]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:10 minikube localkube[3451]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:10 minikube localkube[3451]: --logtostderr value log to standard error instead of files
Mar 23 17:02:10 minikube localkube[3451]: --machine_id_file value 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")
Mar 23 17:02:10 minikube localkube[3451]: --network-plugin string The name of the network plugin
Mar 23 17:02:10 minikube localkube[3451]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:10 minikube localkube[3451]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:10 minikube localkube[3451]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:10 minikube localkube[3451]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_password value database password (default "root")
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:10 minikube localkube[3451]: --storage_driver_user value database username (default "root")
Mar 23 17:02:10 minikube localkube[3451]: -v, --v value log level for V logs
Mar 23 17:02:10 minikube localkube[3451]: --version If localkube should just print the version and exit.
Mar 23 17:02:10 minikube localkube[3451]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:10 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:10 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:10 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:10 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:13 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:13 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:13 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:13 minikube localkube[3493]: unknown flag: --apiserver-name
Mar 23 17:02:13 minikube localkube[3493]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:13 minikube localkube[3493]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:13 minikube localkube[3493]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:13 minikube localkube[3493]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:13 minikube localkube[3493]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:13 minikube localkube[3493]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:13 minikube localkube[3493]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:13 minikube localkube[3493]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:13 minikube localkube[3493]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:13 minikube localkube[3493]: --container-runtime string The container runtime to be used
Mar 23 17:02:13 minikube localkube[3493]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:13 minikube localkube[3493]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:13 minikube localkube[3493]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:13 minikube localkube[3493]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:13 minikube localkube[3493]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:13 minikube localkube[3493]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:13 minikube localkube[3493]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:13 minikube localkube[3493]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:13 minikube localkube[3493]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:13 minikube localkube[3493]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:13 minikube localkube[3493]: --event_storage_age_limit value 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")
Mar 23 17:02:13 minikube localkube[3493]: --event_storage_event_limit value 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")
Mar 23 17:02:13 minikube localkube[3493]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:13 minikube localkube[3493]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:13 minikube localkube[3493]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:13 minikube localkube[3493]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:13 minikube localkube[3493]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:13 minikube localkube[3493]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:13 minikube localkube[3493]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:13 minikube localkube[3493]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:13 minikube localkube[3493]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:13 minikube localkube[3493]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:13 minikube localkube[3493]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:13 minikube localkube[3493]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:13 minikube localkube[3493]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:13 minikube localkube[3493]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:13 minikube localkube[3493]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:13 minikube localkube[3493]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:13 minikube localkube[3493]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:13 minikube localkube[3493]: --logtostderr value log to standard error instead of files
Mar 23 17:02:13 minikube localkube[3493]: --machine_id_file value 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")
Mar 23 17:02:13 minikube localkube[3493]: --network-plugin string The name of the network plugin
Mar 23 17:02:13 minikube localkube[3493]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:13 minikube localkube[3493]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:13 minikube localkube[3493]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:13 minikube localkube[3493]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_password value database password (default "root")
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:13 minikube localkube[3493]: --storage_driver_user value database username (default "root")
Mar 23 17:02:13 minikube localkube[3493]: -v, --v value log level for V logs
Mar 23 17:02:13 minikube localkube[3493]: --version If localkube should just print the version and exit.
Mar 23 17:02:13 minikube localkube[3493]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:13 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:13 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:13 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:13 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:16 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:16 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:16 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:16 minikube localkube[3538]: unknown flag: --apiserver-name
Mar 23 17:02:16 minikube localkube[3538]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:16 minikube localkube[3538]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:16 minikube localkube[3538]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:16 minikube localkube[3538]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:16 minikube localkube[3538]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:16 minikube localkube[3538]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:16 minikube localkube[3538]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:16 minikube localkube[3538]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:16 minikube localkube[3538]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:16 minikube localkube[3538]: --container-runtime string The container runtime to be used
Mar 23 17:02:16 minikube localkube[3538]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:16 minikube localkube[3538]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:16 minikube localkube[3538]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:16 minikube localkube[3538]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:16 minikube localkube[3538]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:16 minikube localkube[3538]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:16 minikube localkube[3538]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:16 minikube localkube[3538]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:16 minikube localkube[3538]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:16 minikube localkube[3538]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:16 minikube localkube[3538]: --event_storage_age_limit value 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")
Mar 23 17:02:16 minikube localkube[3538]: --event_storage_event_limit value 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")
Mar 23 17:02:16 minikube localkube[3538]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:16 minikube localkube[3538]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:16 minikube localkube[3538]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:16 minikube localkube[3538]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:16 minikube localkube[3538]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:16 minikube localkube[3538]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:16 minikube localkube[3538]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:16 minikube localkube[3538]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:16 minikube localkube[3538]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:16 minikube localkube[3538]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:16 minikube localkube[3538]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:16 minikube localkube[3538]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:16 minikube localkube[3538]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:16 minikube localkube[3538]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:16 minikube localkube[3538]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:16 minikube localkube[3538]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:16 minikube localkube[3538]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:16 minikube localkube[3538]: --logtostderr value log to standard error instead of files
Mar 23 17:02:16 minikube localkube[3538]: --machine_id_file value 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")
Mar 23 17:02:16 minikube localkube[3538]: --network-plugin string The name of the network plugin
Mar 23 17:02:16 minikube localkube[3538]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:16 minikube localkube[3538]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:16 minikube localkube[3538]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:16 minikube localkube[3538]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_password value database password (default "root")
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:16 minikube localkube[3538]: --storage_driver_user value database username (default "root")
Mar 23 17:02:16 minikube localkube[3538]: -v, --v value log level for V logs
Mar 23 17:02:16 minikube localkube[3538]: --version If localkube should just print the version and exit.
Mar 23 17:02:16 minikube localkube[3538]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:16 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:16 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:16 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:16 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:19 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:19 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:19 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:19 minikube localkube[3585]: unknown flag: --apiserver-name
Mar 23 17:02:19 minikube localkube[3585]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:19 minikube localkube[3585]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:19 minikube localkube[3585]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:19 minikube localkube[3585]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:19 minikube localkube[3585]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:19 minikube localkube[3585]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:19 minikube localkube[3585]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:19 minikube localkube[3585]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:19 minikube localkube[3585]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:19 minikube localkube[3585]: --container-runtime string The container runtime to be used
Mar 23 17:02:19 minikube localkube[3585]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:19 minikube localkube[3585]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:19 minikube localkube[3585]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:19 minikube localkube[3585]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:19 minikube localkube[3585]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:19 minikube localkube[3585]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:19 minikube localkube[3585]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:19 minikube localkube[3585]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:19 minikube localkube[3585]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:19 minikube localkube[3585]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:19 minikube localkube[3585]: --event_storage_age_limit value 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")
Mar 23 17:02:19 minikube localkube[3585]: --event_storage_event_limit value 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")
Mar 23 17:02:19 minikube localkube[3585]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:19 minikube localkube[3585]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:19 minikube localkube[3585]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:19 minikube localkube[3585]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:19 minikube localkube[3585]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:19 minikube localkube[3585]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:19 minikube localkube[3585]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:19 minikube localkube[3585]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:19 minikube localkube[3585]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:19 minikube localkube[3585]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:19 minikube localkube[3585]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:19 minikube localkube[3585]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:19 minikube localkube[3585]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:19 minikube localkube[3585]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:19 minikube localkube[3585]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:19 minikube localkube[3585]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:19 minikube localkube[3585]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:19 minikube localkube[3585]: --logtostderr value log to standard error instead of files
Mar 23 17:02:19 minikube localkube[3585]: --machine_id_file value 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")
Mar 23 17:02:19 minikube localkube[3585]: --network-plugin string The name of the network plugin
Mar 23 17:02:19 minikube localkube[3585]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:19 minikube localkube[3585]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:19 minikube localkube[3585]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:19 minikube localkube[3585]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_password value database password (default "root")
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:19 minikube localkube[3585]: --storage_driver_user value database username (default "root")
Mar 23 17:02:19 minikube localkube[3585]: -v, --v value log level for V logs
Mar 23 17:02:19 minikube localkube[3585]: --version If localkube should just print the version and exit.
Mar 23 17:02:19 minikube localkube[3585]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:19 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:19 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:19 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:19 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:22 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:22 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:23 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:23 minikube localkube[3625]: unknown flag: --apiserver-name
Mar 23 17:02:23 minikube localkube[3625]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:23 minikube localkube[3625]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:23 minikube localkube[3625]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:23 minikube localkube[3625]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:23 minikube localkube[3625]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:23 minikube localkube[3625]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:23 minikube localkube[3625]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:23 minikube localkube[3625]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:23 minikube localkube[3625]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:23 minikube localkube[3625]: --container-runtime string The container runtime to be used
Mar 23 17:02:23 minikube localkube[3625]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:23 minikube localkube[3625]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:23 minikube localkube[3625]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:23 minikube localkube[3625]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:23 minikube localkube[3625]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:23 minikube localkube[3625]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:23 minikube localkube[3625]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:23 minikube localkube[3625]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:23 minikube localkube[3625]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:23 minikube localkube[3625]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:23 minikube localkube[3625]: --event_storage_age_limit value 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")
Mar 23 17:02:23 minikube localkube[3625]: --event_storage_event_limit value 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")
Mar 23 17:02:23 minikube localkube[3625]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:23 minikube localkube[3625]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:23 minikube localkube[3625]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:23 minikube localkube[3625]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:23 minikube localkube[3625]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:23 minikube localkube[3625]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:23 minikube localkube[3625]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:23 minikube localkube[3625]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:23 minikube localkube[3625]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:23 minikube localkube[3625]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:23 minikube localkube[3625]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:23 minikube localkube[3625]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:23 minikube localkube[3625]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:23 minikube localkube[3625]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:23 minikube localkube[3625]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:23 minikube localkube[3625]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:23 minikube localkube[3625]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:23 minikube localkube[3625]: --logtostderr value log to standard error instead of files
Mar 23 17:02:23 minikube localkube[3625]: --machine_id_file value 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")
Mar 23 17:02:23 minikube localkube[3625]: --network-plugin string The name of the network plugin
Mar 23 17:02:23 minikube localkube[3625]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:23 minikube localkube[3625]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:23 minikube localkube[3625]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:23 minikube localkube[3625]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_password value database password (default "root")
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:23 minikube localkube[3625]: --storage_driver_user value database username (default "root")
Mar 23 17:02:23 minikube localkube[3625]: -v, --v value log level for V logs
Mar 23 17:02:23 minikube localkube[3625]: --version If localkube should just print the version and exit.
Mar 23 17:02:23 minikube localkube[3625]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:23 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:23 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:23 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:23 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:26 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:26 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:26 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:26 minikube localkube[3672]: unknown flag: --apiserver-name
Mar 23 17:02:26 minikube localkube[3672]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:26 minikube localkube[3672]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:26 minikube localkube[3672]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:26 minikube localkube[3672]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:26 minikube localkube[3672]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:26 minikube localkube[3672]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:26 minikube localkube[3672]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:26 minikube localkube[3672]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:26 minikube localkube[3672]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:26 minikube localkube[3672]: --container-runtime string The container runtime to be used
Mar 23 17:02:26 minikube localkube[3672]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:26 minikube localkube[3672]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:26 minikube localkube[3672]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:26 minikube localkube[3672]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:26 minikube localkube[3672]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:26 minikube localkube[3672]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:26 minikube localkube[3672]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:26 minikube localkube[3672]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:26 minikube localkube[3672]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:26 minikube localkube[3672]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:26 minikube localkube[3672]: --event_storage_age_limit value 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")
Mar 23 17:02:26 minikube localkube[3672]: --event_storage_event_limit value 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")
Mar 23 17:02:26 minikube localkube[3672]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:26 minikube localkube[3672]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:26 minikube localkube[3672]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:26 minikube localkube[3672]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:26 minikube localkube[3672]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:26 minikube localkube[3672]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:26 minikube localkube[3672]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:26 minikube localkube[3672]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:26 minikube localkube[3672]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:26 minikube localkube[3672]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:26 minikube localkube[3672]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:26 minikube localkube[3672]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:26 minikube localkube[3672]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:26 minikube localkube[3672]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:26 minikube localkube[3672]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:26 minikube localkube[3672]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:26 minikube localkube[3672]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:26 minikube localkube[3672]: --logtostderr value log to standard error instead of files
Mar 23 17:02:26 minikube localkube[3672]: --machine_id_file value 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")
Mar 23 17:02:26 minikube localkube[3672]: --network-plugin string The name of the network plugin
Mar 23 17:02:26 minikube localkube[3672]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:26 minikube localkube[3672]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:26 minikube localkube[3672]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:26 minikube localkube[3672]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_password value database password (default "root")
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:26 minikube localkube[3672]: --storage_driver_user value database username (default "root")
Mar 23 17:02:26 minikube localkube[3672]: -v, --v value log level for V logs
Mar 23 17:02:26 minikube localkube[3672]: --version If localkube should just print the version and exit.
Mar 23 17:02:26 minikube localkube[3672]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:26 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:26 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:26 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:26 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:29 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:29 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:29 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:29 minikube localkube[3723]: unknown flag: --apiserver-name
Mar 23 17:02:29 minikube localkube[3723]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:29 minikube localkube[3723]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:29 minikube localkube[3723]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:29 minikube localkube[3723]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:29 minikube localkube[3723]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:29 minikube localkube[3723]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:29 minikube localkube[3723]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:29 minikube localkube[3723]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:29 minikube localkube[3723]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:29 minikube localkube[3723]: --container-runtime string The container runtime to be used
Mar 23 17:02:29 minikube localkube[3723]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:29 minikube localkube[3723]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:29 minikube localkube[3723]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:29 minikube localkube[3723]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:29 minikube localkube[3723]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:29 minikube localkube[3723]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:29 minikube localkube[3723]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:29 minikube localkube[3723]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:29 minikube localkube[3723]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:29 minikube localkube[3723]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:29 minikube localkube[3723]: --event_storage_age_limit value 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")
Mar 23 17:02:29 minikube localkube[3723]: --event_storage_event_limit value 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")
Mar 23 17:02:29 minikube localkube[3723]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:29 minikube localkube[3723]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:29 minikube localkube[3723]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:29 minikube localkube[3723]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:29 minikube localkube[3723]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:29 minikube localkube[3723]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:29 minikube localkube[3723]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:29 minikube localkube[3723]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:29 minikube localkube[3723]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:29 minikube localkube[3723]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:29 minikube localkube[3723]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:29 minikube localkube[3723]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:29 minikube localkube[3723]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:29 minikube localkube[3723]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:29 minikube localkube[3723]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:29 minikube localkube[3723]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:29 minikube localkube[3723]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:29 minikube localkube[3723]: --logtostderr value log to standard error instead of files
Mar 23 17:02:29 minikube localkube[3723]: --machine_id_file value 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")
Mar 23 17:02:29 minikube localkube[3723]: --network-plugin string The name of the network plugin
Mar 23 17:02:29 minikube localkube[3723]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:29 minikube localkube[3723]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:29 minikube localkube[3723]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:29 minikube localkube[3723]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_password value database password (default "root")
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:29 minikube localkube[3723]: --storage_driver_user value database username (default "root")
Mar 23 17:02:29 minikube localkube[3723]: -v, --v value log level for V logs
Mar 23 17:02:29 minikube localkube[3723]: --version If localkube should just print the version and exit.
Mar 23 17:02:29 minikube localkube[3723]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:29 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:29 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:29 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:29 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:32 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:32 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:32 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:32 minikube localkube[3773]: unknown flag: --apiserver-name
Mar 23 17:02:32 minikube localkube[3773]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:32 minikube localkube[3773]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:32 minikube localkube[3773]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:32 minikube localkube[3773]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:32 minikube localkube[3773]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:32 minikube localkube[3773]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:32 minikube localkube[3773]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:32 minikube localkube[3773]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:32 minikube localkube[3773]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:32 minikube localkube[3773]: --container-runtime string The container runtime to be used
Mar 23 17:02:32 minikube localkube[3773]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:32 minikube localkube[3773]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:32 minikube localkube[3773]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:32 minikube localkube[3773]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:32 minikube localkube[3773]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:32 minikube localkube[3773]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:32 minikube localkube[3773]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:32 minikube localkube[3773]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:32 minikube localkube[3773]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:32 minikube localkube[3773]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:32 minikube localkube[3773]: --event_storage_age_limit value 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")
Mar 23 17:02:32 minikube localkube[3773]: --event_storage_event_limit value 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")
Mar 23 17:02:32 minikube localkube[3773]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:32 minikube localkube[3773]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:32 minikube localkube[3773]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:32 minikube localkube[3773]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:32 minikube localkube[3773]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:32 minikube localkube[3773]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:32 minikube localkube[3773]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:32 minikube localkube[3773]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:32 minikube localkube[3773]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:32 minikube localkube[3773]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:32 minikube localkube[3773]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:32 minikube localkube[3773]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:32 minikube localkube[3773]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:32 minikube localkube[3773]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:32 minikube localkube[3773]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:32 minikube localkube[3773]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:32 minikube localkube[3773]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:32 minikube localkube[3773]: --logtostderr value log to standard error instead of files
Mar 23 17:02:32 minikube localkube[3773]: --machine_id_file value 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")
Mar 23 17:02:32 minikube localkube[3773]: --network-plugin string The name of the network plugin
Mar 23 17:02:32 minikube localkube[3773]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:32 minikube localkube[3773]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:32 minikube localkube[3773]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:32 minikube localkube[3773]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_password value database password (default "root")
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:32 minikube localkube[3773]: --storage_driver_user value database username (default "root")
Mar 23 17:02:32 minikube localkube[3773]: -v, --v value log level for V logs
Mar 23 17:02:32 minikube localkube[3773]: --version If localkube should just print the version and exit.
Mar 23 17:02:32 minikube localkube[3773]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:32 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:32 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:32 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:32 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:35 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:35 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:36 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:36 minikube localkube[3826]: unknown flag: --apiserver-name
Mar 23 17:02:36 minikube localkube[3826]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:36 minikube localkube[3826]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:36 minikube localkube[3826]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:36 minikube localkube[3826]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:36 minikube localkube[3826]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:36 minikube localkube[3826]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:36 minikube localkube[3826]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:36 minikube localkube[3826]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:36 minikube localkube[3826]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:36 minikube localkube[3826]: --container-runtime string The container runtime to be used
Mar 23 17:02:36 minikube localkube[3826]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:36 minikube localkube[3826]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:36 minikube localkube[3826]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:36 minikube localkube[3826]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:36 minikube localkube[3826]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:36 minikube localkube[3826]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:36 minikube localkube[3826]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:36 minikube localkube[3826]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:36 minikube localkube[3826]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:36 minikube localkube[3826]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:36 minikube localkube[3826]: --event_storage_age_limit value 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")
Mar 23 17:02:36 minikube localkube[3826]: --event_storage_event_limit value 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")
Mar 23 17:02:36 minikube localkube[3826]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:36 minikube localkube[3826]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:36 minikube localkube[3826]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:36 minikube localkube[3826]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:36 minikube localkube[3826]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:36 minikube localkube[3826]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:36 minikube localkube[3826]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:36 minikube localkube[3826]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:36 minikube localkube[3826]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:36 minikube localkube[3826]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:36 minikube localkube[3826]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:36 minikube localkube[3826]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:36 minikube localkube[3826]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:36 minikube localkube[3826]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:36 minikube localkube[3826]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:36 minikube localkube[3826]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:36 minikube localkube[3826]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:36 minikube localkube[3826]: --logtostderr value log to standard error instead of files
Mar 23 17:02:36 minikube localkube[3826]: --machine_id_file value 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")
Mar 23 17:02:36 minikube localkube[3826]: --network-plugin string The name of the network plugin
Mar 23 17:02:36 minikube localkube[3826]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:36 minikube localkube[3826]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:36 minikube localkube[3826]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:36 minikube localkube[3826]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_password value database password (default "root")
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:36 minikube localkube[3826]: --storage_driver_user value database username (default "root")
Mar 23 17:02:36 minikube localkube[3826]: -v, --v value log level for V logs
Mar 23 17:02:36 minikube localkube[3826]: --version If localkube should just print the version and exit.
Mar 23 17:02:36 minikube localkube[3826]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:36 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:36 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:36 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:36 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:39 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:39 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:39 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:39 minikube localkube[3875]: unknown flag: --apiserver-name
Mar 23 17:02:39 minikube localkube[3875]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:39 minikube localkube[3875]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:39 minikube localkube[3875]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:39 minikube localkube[3875]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:39 minikube localkube[3875]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:39 minikube localkube[3875]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:39 minikube localkube[3875]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:39 minikube localkube[3875]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:39 minikube localkube[3875]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:39 minikube localkube[3875]: --container-runtime string The container runtime to be used
Mar 23 17:02:39 minikube localkube[3875]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:39 minikube localkube[3875]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:39 minikube localkube[3875]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:39 minikube localkube[3875]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:39 minikube localkube[3875]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:39 minikube localkube[3875]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:39 minikube localkube[3875]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:39 minikube localkube[3875]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:39 minikube localkube[3875]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:39 minikube localkube[3875]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:39 minikube localkube[3875]: --event_storage_age_limit value 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")
Mar 23 17:02:39 minikube localkube[3875]: --event_storage_event_limit value 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")
Mar 23 17:02:39 minikube localkube[3875]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:39 minikube localkube[3875]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:39 minikube localkube[3875]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:39 minikube localkube[3875]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:39 minikube localkube[3875]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:39 minikube localkube[3875]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:39 minikube localkube[3875]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:39 minikube localkube[3875]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:39 minikube localkube[3875]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:39 minikube localkube[3875]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:39 minikube localkube[3875]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:39 minikube localkube[3875]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:39 minikube localkube[3875]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:39 minikube localkube[3875]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:39 minikube localkube[3875]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:39 minikube localkube[3875]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:39 minikube localkube[3875]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:39 minikube localkube[3875]: --logtostderr value log to standard error instead of files
Mar 23 17:02:39 minikube localkube[3875]: --machine_id_file value 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")
Mar 23 17:02:39 minikube localkube[3875]: --network-plugin string The name of the network plugin
Mar 23 17:02:39 minikube localkube[3875]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:39 minikube localkube[3875]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:39 minikube localkube[3875]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:39 minikube localkube[3875]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_password value database password (default "root")
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:39 minikube localkube[3875]: --storage_driver_user value database username (default "root")
Mar 23 17:02:39 minikube localkube[3875]: -v, --v value log level for V logs
Mar 23 17:02:39 minikube localkube[3875]: --version If localkube should just print the version and exit.
Mar 23 17:02:39 minikube localkube[3875]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:39 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:39 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:39 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:39 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:42 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:42 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:42 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:42 minikube localkube[3915]: unknown flag: --apiserver-name
Mar 23 17:02:42 minikube localkube[3915]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:42 minikube localkube[3915]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:42 minikube localkube[3915]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:42 minikube localkube[3915]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:42 minikube localkube[3915]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:42 minikube localkube[3915]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:42 minikube localkube[3915]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:42 minikube localkube[3915]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:42 minikube localkube[3915]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:42 minikube localkube[3915]: --container-runtime string The container runtime to be used
Mar 23 17:02:42 minikube localkube[3915]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:42 minikube localkube[3915]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:42 minikube localkube[3915]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:42 minikube localkube[3915]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:42 minikube localkube[3915]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:42 minikube localkube[3915]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:42 minikube localkube[3915]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:42 minikube localkube[3915]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:42 minikube localkube[3915]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:42 minikube localkube[3915]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:42 minikube localkube[3915]: --event_storage_age_limit value 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")
Mar 23 17:02:42 minikube localkube[3915]: --event_storage_event_limit value 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")
Mar 23 17:02:42 minikube localkube[3915]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:42 minikube localkube[3915]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:42 minikube localkube[3915]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:42 minikube localkube[3915]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:42 minikube localkube[3915]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:42 minikube localkube[3915]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:42 minikube localkube[3915]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:42 minikube localkube[3915]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:42 minikube localkube[3915]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:42 minikube localkube[3915]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:42 minikube localkube[3915]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:42 minikube localkube[3915]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:42 minikube localkube[3915]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:42 minikube localkube[3915]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:42 minikube localkube[3915]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:42 minikube localkube[3915]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:42 minikube localkube[3915]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:42 minikube localkube[3915]: --logtostderr value log to standard error instead of files
Mar 23 17:02:42 minikube localkube[3915]: --machine_id_file value 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")
Mar 23 17:02:42 minikube localkube[3915]: --network-plugin string The name of the network plugin
Mar 23 17:02:42 minikube localkube[3915]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:42 minikube localkube[3915]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:42 minikube localkube[3915]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:42 minikube localkube[3915]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_password value database password (default "root")
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:42 minikube localkube[3915]: --storage_driver_user value database username (default "root")
Mar 23 17:02:42 minikube localkube[3915]: -v, --v value log level for V logs
Mar 23 17:02:42 minikube localkube[3915]: --version If localkube should just print the version and exit.
Mar 23 17:02:42 minikube localkube[3915]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:42 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:42 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:42 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:42 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:45 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:45 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:45 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:45 minikube localkube[3959]: unknown flag: --apiserver-name
Mar 23 17:02:45 minikube localkube[3959]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:45 minikube localkube[3959]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:45 minikube localkube[3959]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:45 minikube localkube[3959]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:45 minikube localkube[3959]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:45 minikube localkube[3959]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:45 minikube localkube[3959]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:45 minikube localkube[3959]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:45 minikube localkube[3959]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:45 minikube localkube[3959]: --container-runtime string The container runtime to be used
Mar 23 17:02:45 minikube localkube[3959]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:45 minikube localkube[3959]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:45 minikube localkube[3959]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:45 minikube localkube[3959]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:45 minikube localkube[3959]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:45 minikube localkube[3959]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:45 minikube localkube[3959]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:45 minikube localkube[3959]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:45 minikube localkube[3959]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:45 minikube localkube[3959]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:45 minikube localkube[3959]: --event_storage_age_limit value 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")
Mar 23 17:02:45 minikube localkube[3959]: --event_storage_event_limit value 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")
Mar 23 17:02:45 minikube localkube[3959]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:45 minikube localkube[3959]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:45 minikube localkube[3959]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:45 minikube localkube[3959]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:45 minikube localkube[3959]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:45 minikube localkube[3959]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:45 minikube localkube[3959]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:45 minikube localkube[3959]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:45 minikube localkube[3959]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:45 minikube localkube[3959]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:45 minikube localkube[3959]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:45 minikube localkube[3959]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:45 minikube localkube[3959]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:45 minikube localkube[3959]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:45 minikube localkube[3959]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:45 minikube localkube[3959]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:45 minikube localkube[3959]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:45 minikube localkube[3959]: --logtostderr value log to standard error instead of files
Mar 23 17:02:45 minikube localkube[3959]: --machine_id_file value 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")
Mar 23 17:02:45 minikube localkube[3959]: --network-plugin string The name of the network plugin
Mar 23 17:02:45 minikube localkube[3959]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:45 minikube localkube[3959]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:45 minikube localkube[3959]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:45 minikube localkube[3959]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_password value database password (default "root")
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:45 minikube localkube[3959]: --storage_driver_user value database username (default "root")
Mar 23 17:02:45 minikube localkube[3959]: -v, --v value log level for V logs
Mar 23 17:02:45 minikube localkube[3959]: --version If localkube should just print the version and exit.
Mar 23 17:02:45 minikube localkube[3959]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:45 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:45 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:45 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:45 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:48 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:48 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:49 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:49 minikube localkube[4009]: unknown flag: --apiserver-name
Mar 23 17:02:49 minikube localkube[4009]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:49 minikube localkube[4009]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:49 minikube localkube[4009]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:49 minikube localkube[4009]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:49 minikube localkube[4009]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:49 minikube localkube[4009]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:49 minikube localkube[4009]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:49 minikube localkube[4009]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:49 minikube localkube[4009]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:49 minikube localkube[4009]: --container-runtime string The container runtime to be used
Mar 23 17:02:49 minikube localkube[4009]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:49 minikube localkube[4009]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:49 minikube localkube[4009]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:49 minikube localkube[4009]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:49 minikube localkube[4009]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:49 minikube localkube[4009]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:49 minikube localkube[4009]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:49 minikube localkube[4009]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:49 minikube localkube[4009]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:49 minikube localkube[4009]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:49 minikube localkube[4009]: --event_storage_age_limit value 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")
Mar 23 17:02:49 minikube localkube[4009]: --event_storage_event_limit value 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")
Mar 23 17:02:49 minikube localkube[4009]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:49 minikube localkube[4009]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:49 minikube localkube[4009]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:49 minikube localkube[4009]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:49 minikube localkube[4009]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:49 minikube localkube[4009]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:49 minikube localkube[4009]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:49 minikube localkube[4009]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:49 minikube localkube[4009]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:49 minikube localkube[4009]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:49 minikube localkube[4009]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:49 minikube localkube[4009]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:49 minikube localkube[4009]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:49 minikube localkube[4009]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:49 minikube localkube[4009]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:49 minikube localkube[4009]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:49 minikube localkube[4009]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:49 minikube localkube[4009]: --logtostderr value log to standard error instead of files
Mar 23 17:02:49 minikube localkube[4009]: --machine_id_file value 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")
Mar 23 17:02:49 minikube localkube[4009]: --network-plugin string The name of the network plugin
Mar 23 17:02:49 minikube localkube[4009]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:49 minikube localkube[4009]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:49 minikube localkube[4009]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:49 minikube localkube[4009]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_password value database password (default "root")
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:49 minikube localkube[4009]: --storage_driver_user value database username (default "root")
Mar 23 17:02:49 minikube localkube[4009]: -v, --v value log level for V logs
Mar 23 17:02:49 minikube localkube[4009]: --version If localkube should just print the version and exit.
Mar 23 17:02:49 minikube localkube[4009]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:49 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:49 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:49 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:49 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:52 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:52 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:52 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:52 minikube localkube[4057]: unknown flag: --apiserver-name
Mar 23 17:02:52 minikube localkube[4057]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:52 minikube localkube[4057]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:52 minikube localkube[4057]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:52 minikube localkube[4057]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:52 minikube localkube[4057]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:52 minikube localkube[4057]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:52 minikube localkube[4057]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:52 minikube localkube[4057]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:52 minikube localkube[4057]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:52 minikube localkube[4057]: --container-runtime string The container runtime to be used
Mar 23 17:02:52 minikube localkube[4057]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:52 minikube localkube[4057]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:52 minikube localkube[4057]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:52 minikube localkube[4057]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:52 minikube localkube[4057]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:52 minikube localkube[4057]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:52 minikube localkube[4057]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:52 minikube localkube[4057]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:52 minikube localkube[4057]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:52 minikube localkube[4057]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:52 minikube localkube[4057]: --event_storage_age_limit value 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")
Mar 23 17:02:52 minikube localkube[4057]: --event_storage_event_limit value 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")
Mar 23 17:02:52 minikube localkube[4057]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:52 minikube localkube[4057]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:52 minikube localkube[4057]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:52 minikube localkube[4057]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:52 minikube localkube[4057]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:52 minikube localkube[4057]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:52 minikube localkube[4057]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:52 minikube localkube[4057]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:52 minikube localkube[4057]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:52 minikube localkube[4057]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:52 minikube localkube[4057]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:52 minikube localkube[4057]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:52 minikube localkube[4057]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:52 minikube localkube[4057]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:52 minikube localkube[4057]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:52 minikube localkube[4057]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:52 minikube localkube[4057]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:52 minikube localkube[4057]: --logtostderr value log to standard error instead of files
Mar 23 17:02:52 minikube localkube[4057]: --machine_id_file value 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")
Mar 23 17:02:52 minikube localkube[4057]: --network-plugin string The name of the network plugin
Mar 23 17:02:52 minikube localkube[4057]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:52 minikube localkube[4057]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:52 minikube localkube[4057]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:52 minikube localkube[4057]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_password value database password (default "root")
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:52 minikube localkube[4057]: --storage_driver_user value database username (default "root")
Mar 23 17:02:52 minikube localkube[4057]: -v, --v value log level for V logs
Mar 23 17:02:52 minikube localkube[4057]: --version If localkube should just print the version and exit.
Mar 23 17:02:52 minikube localkube[4057]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:52 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:52 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:52 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:52 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:55 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:55 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:55 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:55 minikube localkube[4105]: unknown flag: --apiserver-name
Mar 23 17:02:55 minikube localkube[4105]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:55 minikube localkube[4105]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:55 minikube localkube[4105]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:55 minikube localkube[4105]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:55 minikube localkube[4105]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:55 minikube localkube[4105]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:55 minikube localkube[4105]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:55 minikube localkube[4105]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:55 minikube localkube[4105]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:55 minikube localkube[4105]: --container-runtime string The container runtime to be used
Mar 23 17:02:55 minikube localkube[4105]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:55 minikube localkube[4105]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:55 minikube localkube[4105]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:55 minikube localkube[4105]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:55 minikube localkube[4105]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:55 minikube localkube[4105]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:55 minikube localkube[4105]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:55 minikube localkube[4105]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:55 minikube localkube[4105]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:55 minikube localkube[4105]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:55 minikube localkube[4105]: --event_storage_age_limit value 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")
Mar 23 17:02:55 minikube localkube[4105]: --event_storage_event_limit value 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")
Mar 23 17:02:55 minikube localkube[4105]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:55 minikube localkube[4105]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:55 minikube localkube[4105]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:55 minikube localkube[4105]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:55 minikube localkube[4105]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:55 minikube localkube[4105]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:55 minikube localkube[4105]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:55 minikube localkube[4105]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:55 minikube localkube[4105]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:55 minikube localkube[4105]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:55 minikube localkube[4105]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:55 minikube localkube[4105]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:55 minikube localkube[4105]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:55 minikube localkube[4105]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:55 minikube localkube[4105]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:55 minikube localkube[4105]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:55 minikube localkube[4105]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:55 minikube localkube[4105]: --logtostderr value log to standard error instead of files
Mar 23 17:02:55 minikube localkube[4105]: --machine_id_file value 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")
Mar 23 17:02:55 minikube localkube[4105]: --network-plugin string The name of the network plugin
Mar 23 17:02:55 minikube localkube[4105]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:55 minikube localkube[4105]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:55 minikube localkube[4105]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:55 minikube localkube[4105]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_password value database password (default "root")
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:55 minikube localkube[4105]: --storage_driver_user value database username (default "root")
Mar 23 17:02:55 minikube localkube[4105]: -v, --v value log level for V logs
Mar 23 17:02:55 minikube localkube[4105]: --version If localkube should just print the version and exit.
Mar 23 17:02:55 minikube localkube[4105]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:55 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:55 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:55 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:55 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:02:58 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:02:58 minikube systemd[1]: Stopped Localkube.
Mar 23 17:02:58 minikube systemd[1]: Starting Localkube...
Mar 23 17:02:58 minikube localkube[4158]: unknown flag: --apiserver-name
Mar 23 17:02:58 minikube localkube[4158]: Usage of /usr/local/bin/localkube:
Mar 23 17:02:58 minikube localkube[4158]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:02:58 minikube localkube[4158]: --alsologtostderr value log to standard error as well as files
Mar 23 17:02:58 minikube localkube[4158]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:02:58 minikube localkube[4158]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:02:58 minikube localkube[4158]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:02:58 minikube localkube[4158]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:02:58 minikube localkube[4158]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:02:58 minikube localkube[4158]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:02:58 minikube localkube[4158]: --container-runtime string The container runtime to be used
Mar 23 17:02:58 minikube localkube[4158]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:02:58 minikube localkube[4158]: --containerized If kubelet should run in containerized mode
Mar 23 17:02:58 minikube localkube[4158]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:02:58 minikube localkube[4158]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:02:58 minikube localkube[4158]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:02:58 minikube localkube[4158]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:02:58 minikube localkube[4158]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:02:58 minikube localkube[4158]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:02:58 minikube localkube[4158]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:02:58 minikube localkube[4158]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:02:58 minikube localkube[4158]: --event_storage_age_limit value 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")
Mar 23 17:02:58 minikube localkube[4158]: --event_storage_event_limit value 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")
Mar 23 17:02:58 minikube localkube[4158]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:02:58 minikube localkube[4158]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:02:58 minikube localkube[4158]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:02:58 minikube localkube[4158]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:02:58 minikube localkube[4158]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:02:58 minikube localkube[4158]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:02:58 minikube localkube[4158]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:02:58 minikube localkube[4158]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:02:58 minikube localkube[4158]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:02:58 minikube localkube[4158]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:02:58 minikube localkube[4158]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:02:58 minikube localkube[4158]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:02:58 minikube localkube[4158]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:02:58 minikube localkube[4158]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:02:58 minikube localkube[4158]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:02:58 minikube localkube[4158]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:02:58 minikube localkube[4158]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:02:58 minikube localkube[4158]: --logtostderr value log to standard error instead of files
Mar 23 17:02:58 minikube localkube[4158]: --machine_id_file value 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")
Mar 23 17:02:58 minikube localkube[4158]: --network-plugin string The name of the network plugin
Mar 23 17:02:58 minikube localkube[4158]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:02:58 minikube localkube[4158]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:02:58 minikube localkube[4158]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:02:58 minikube localkube[4158]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_password value database password (default "root")
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_secure value use secure connection with database
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_table value table name (default "stats")
Mar 23 17:02:58 minikube localkube[4158]: --storage_driver_user value database username (default "root")
Mar 23 17:02:58 minikube localkube[4158]: -v, --v value log level for V logs
Mar 23 17:02:58 minikube localkube[4158]: --version If localkube should just print the version and exit.
Mar 23 17:02:58 minikube localkube[4158]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:02:58 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:02:58 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:02:58 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:02:58 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:01 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:01 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:02 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:02 minikube localkube[4210]: unknown flag: --apiserver-name
Mar 23 17:03:02 minikube localkube[4210]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:02 minikube localkube[4210]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:02 minikube localkube[4210]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:02 minikube localkube[4210]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:02 minikube localkube[4210]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:02 minikube localkube[4210]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:02 minikube localkube[4210]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:02 minikube localkube[4210]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:02 minikube localkube[4210]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:02 minikube localkube[4210]: --container-runtime string The container runtime to be used
Mar 23 17:03:02 minikube localkube[4210]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:02 minikube localkube[4210]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:02 minikube localkube[4210]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:02 minikube localkube[4210]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:02 minikube localkube[4210]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:02 minikube localkube[4210]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:02 minikube localkube[4210]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:02 minikube localkube[4210]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:02 minikube localkube[4210]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:02 minikube localkube[4210]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:02 minikube localkube[4210]: --event_storage_age_limit value 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")
Mar 23 17:03:02 minikube localkube[4210]: --event_storage_event_limit value 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")
Mar 23 17:03:02 minikube localkube[4210]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:02 minikube localkube[4210]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:02 minikube localkube[4210]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:02 minikube localkube[4210]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:02 minikube localkube[4210]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:02 minikube localkube[4210]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:02 minikube localkube[4210]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:02 minikube localkube[4210]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:02 minikube localkube[4210]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:02 minikube localkube[4210]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:02 minikube localkube[4210]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:02 minikube localkube[4210]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:02 minikube localkube[4210]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:02 minikube localkube[4210]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:02 minikube localkube[4210]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:02 minikube localkube[4210]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:02 minikube localkube[4210]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:02 minikube localkube[4210]: --logtostderr value log to standard error instead of files
Mar 23 17:03:02 minikube localkube[4210]: --machine_id_file value 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")
Mar 23 17:03:02 minikube localkube[4210]: --network-plugin string The name of the network plugin
Mar 23 17:03:02 minikube localkube[4210]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:02 minikube localkube[4210]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:02 minikube localkube[4210]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:02 minikube localkube[4210]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_password value database password (default "root")
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:02 minikube localkube[4210]: --storage_driver_user value database username (default "root")
Mar 23 17:03:02 minikube localkube[4210]: -v, --v value log level for V logs
Mar 23 17:03:02 minikube localkube[4210]: --version If localkube should just print the version and exit.
Mar 23 17:03:02 minikube localkube[4210]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:02 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:02 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:02 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:02 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:05 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:05 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:05 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:05 minikube localkube[4258]: unknown flag: --apiserver-name
Mar 23 17:03:05 minikube localkube[4258]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:05 minikube localkube[4258]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:05 minikube localkube[4258]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:05 minikube localkube[4258]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:05 minikube localkube[4258]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:05 minikube localkube[4258]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:05 minikube localkube[4258]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:05 minikube localkube[4258]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:05 minikube localkube[4258]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:05 minikube localkube[4258]: --container-runtime string The container runtime to be used
Mar 23 17:03:05 minikube localkube[4258]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:05 minikube localkube[4258]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:05 minikube localkube[4258]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:05 minikube localkube[4258]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:05 minikube localkube[4258]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:05 minikube localkube[4258]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:05 minikube localkube[4258]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:05 minikube localkube[4258]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:05 minikube localkube[4258]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:05 minikube localkube[4258]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:05 minikube localkube[4258]: --event_storage_age_limit value 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")
Mar 23 17:03:05 minikube localkube[4258]: --event_storage_event_limit value 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")
Mar 23 17:03:05 minikube localkube[4258]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:05 minikube localkube[4258]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:05 minikube localkube[4258]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:05 minikube localkube[4258]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:05 minikube localkube[4258]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:05 minikube localkube[4258]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:05 minikube localkube[4258]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:05 minikube localkube[4258]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:05 minikube localkube[4258]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:05 minikube localkube[4258]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:05 minikube localkube[4258]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:05 minikube localkube[4258]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:05 minikube localkube[4258]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:05 minikube localkube[4258]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:05 minikube localkube[4258]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:05 minikube localkube[4258]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:05 minikube localkube[4258]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:05 minikube localkube[4258]: --logtostderr value log to standard error instead of files
Mar 23 17:03:05 minikube localkube[4258]: --machine_id_file value 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")
Mar 23 17:03:05 minikube localkube[4258]: --network-plugin string The name of the network plugin
Mar 23 17:03:05 minikube localkube[4258]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:05 minikube localkube[4258]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:05 minikube localkube[4258]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:05 minikube localkube[4258]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_password value database password (default "root")
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:05 minikube localkube[4258]: --storage_driver_user value database username (default "root")
Mar 23 17:03:05 minikube localkube[4258]: -v, --v value log level for V logs
Mar 23 17:03:05 minikube localkube[4258]: --version If localkube should just print the version and exit.
Mar 23 17:03:05 minikube localkube[4258]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:05 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:05 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:05 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:05 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:08 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:08 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:08 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:08 minikube localkube[4311]: unknown flag: --apiserver-name
Mar 23 17:03:08 minikube localkube[4311]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:08 minikube localkube[4311]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:08 minikube localkube[4311]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:08 minikube localkube[4311]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:08 minikube localkube[4311]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:08 minikube localkube[4311]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:08 minikube localkube[4311]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:08 minikube localkube[4311]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:08 minikube localkube[4311]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:08 minikube localkube[4311]: --container-runtime string The container runtime to be used
Mar 23 17:03:08 minikube localkube[4311]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:08 minikube localkube[4311]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:08 minikube localkube[4311]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:08 minikube localkube[4311]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:08 minikube localkube[4311]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:08 minikube localkube[4311]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:08 minikube localkube[4311]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:08 minikube localkube[4311]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:08 minikube localkube[4311]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:08 minikube localkube[4311]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:08 minikube localkube[4311]: --event_storage_age_limit value 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")
Mar 23 17:03:08 minikube localkube[4311]: --event_storage_event_limit value 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")
Mar 23 17:03:08 minikube localkube[4311]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:08 minikube localkube[4311]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:08 minikube localkube[4311]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:08 minikube localkube[4311]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:08 minikube localkube[4311]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:08 minikube localkube[4311]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:08 minikube localkube[4311]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:08 minikube localkube[4311]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:08 minikube localkube[4311]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:08 minikube localkube[4311]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:08 minikube localkube[4311]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:08 minikube localkube[4311]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:08 minikube localkube[4311]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:08 minikube localkube[4311]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:08 minikube localkube[4311]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:08 minikube localkube[4311]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:08 minikube localkube[4311]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:08 minikube localkube[4311]: --logtostderr value log to standard error instead of files
Mar 23 17:03:08 minikube localkube[4311]: --machine_id_file value 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")
Mar 23 17:03:08 minikube localkube[4311]: --network-plugin string The name of the network plugin
Mar 23 17:03:08 minikube localkube[4311]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:08 minikube localkube[4311]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:08 minikube localkube[4311]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:08 minikube localkube[4311]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_password value database password (default "root")
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:08 minikube localkube[4311]: --storage_driver_user value database username (default "root")
Mar 23 17:03:08 minikube localkube[4311]: -v, --v value log level for V logs
Mar 23 17:03:08 minikube localkube[4311]: --version If localkube should just print the version and exit.
Mar 23 17:03:08 minikube localkube[4311]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:08 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:08 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:08 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:08 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:11 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:11 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:11 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:11 minikube localkube[4364]: unknown flag: --apiserver-name
Mar 23 17:03:11 minikube localkube[4364]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:11 minikube localkube[4364]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:11 minikube localkube[4364]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:11 minikube localkube[4364]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:11 minikube localkube[4364]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:11 minikube localkube[4364]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:11 minikube localkube[4364]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:11 minikube localkube[4364]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:11 minikube localkube[4364]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:11 minikube localkube[4364]: --container-runtime string The container runtime to be used
Mar 23 17:03:11 minikube localkube[4364]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:11 minikube localkube[4364]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:11 minikube localkube[4364]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:11 minikube localkube[4364]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:11 minikube localkube[4364]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:11 minikube localkube[4364]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:11 minikube localkube[4364]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:11 minikube localkube[4364]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:11 minikube localkube[4364]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:11 minikube localkube[4364]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:11 minikube localkube[4364]: --event_storage_age_limit value 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")
Mar 23 17:03:11 minikube localkube[4364]: --event_storage_event_limit value 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")
Mar 23 17:03:11 minikube localkube[4364]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:11 minikube localkube[4364]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:11 minikube localkube[4364]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:11 minikube localkube[4364]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:11 minikube localkube[4364]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:11 minikube localkube[4364]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:11 minikube localkube[4364]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:11 minikube localkube[4364]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:11 minikube localkube[4364]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:11 minikube localkube[4364]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:11 minikube localkube[4364]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:11 minikube localkube[4364]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:11 minikube localkube[4364]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:11 minikube localkube[4364]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:11 minikube localkube[4364]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:11 minikube localkube[4364]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:11 minikube localkube[4364]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:11 minikube localkube[4364]: --logtostderr value log to standard error instead of files
Mar 23 17:03:11 minikube localkube[4364]: --machine_id_file value 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")
Mar 23 17:03:11 minikube localkube[4364]: --network-plugin string The name of the network plugin
Mar 23 17:03:11 minikube localkube[4364]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:11 minikube localkube[4364]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:11 minikube localkube[4364]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:11 minikube localkube[4364]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_password value database password (default "root")
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:11 minikube localkube[4364]: --storage_driver_user value database username (default "root")
Mar 23 17:03:11 minikube localkube[4364]: -v, --v value log level for V logs
Mar 23 17:03:11 minikube localkube[4364]: --version If localkube should just print the version and exit.
Mar 23 17:03:11 minikube localkube[4364]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:11 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:11 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:11 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:11 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:14 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:14 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:14 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:15 minikube localkube[4413]: unknown flag: --apiserver-name
Mar 23 17:03:15 minikube localkube[4413]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:15 minikube localkube[4413]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:15 minikube localkube[4413]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:15 minikube localkube[4413]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:15 minikube localkube[4413]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:15 minikube localkube[4413]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:15 minikube localkube[4413]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:15 minikube localkube[4413]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:15 minikube localkube[4413]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:15 minikube localkube[4413]: --container-runtime string The container runtime to be used
Mar 23 17:03:15 minikube localkube[4413]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:15 minikube localkube[4413]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:15 minikube localkube[4413]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:15 minikube localkube[4413]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:15 minikube localkube[4413]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:15 minikube localkube[4413]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:15 minikube localkube[4413]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:15 minikube localkube[4413]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:15 minikube localkube[4413]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:15 minikube localkube[4413]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:15 minikube localkube[4413]: --event_storage_age_limit value 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")
Mar 23 17:03:15 minikube localkube[4413]: --event_storage_event_limit value 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")
Mar 23 17:03:15 minikube localkube[4413]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:15 minikube localkube[4413]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:15 minikube localkube[4413]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:15 minikube localkube[4413]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:15 minikube localkube[4413]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:15 minikube localkube[4413]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:15 minikube localkube[4413]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:15 minikube localkube[4413]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:15 minikube localkube[4413]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:15 minikube localkube[4413]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:15 minikube localkube[4413]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:15 minikube localkube[4413]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:15 minikube localkube[4413]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:15 minikube localkube[4413]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:15 minikube localkube[4413]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:15 minikube localkube[4413]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:15 minikube localkube[4413]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:15 minikube localkube[4413]: --logtostderr value log to standard error instead of files
Mar 23 17:03:15 minikube localkube[4413]: --machine_id_file value 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")
Mar 23 17:03:15 minikube localkube[4413]: --network-plugin string The name of the network plugin
Mar 23 17:03:15 minikube localkube[4413]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:15 minikube localkube[4413]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:15 minikube localkube[4413]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:15 minikube localkube[4413]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_password value database password (default "root")
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:15 minikube localkube[4413]: --storage_driver_user value database username (default "root")
Mar 23 17:03:15 minikube localkube[4413]: -v, --v value log level for V logs
Mar 23 17:03:15 minikube localkube[4413]: --version If localkube should just print the version and exit.
Mar 23 17:03:15 minikube localkube[4413]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:15 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:15 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:15 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:15 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:18 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:18 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:18 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:18 minikube localkube[4465]: unknown flag: --apiserver-name
Mar 23 17:03:18 minikube localkube[4465]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:18 minikube localkube[4465]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:18 minikube localkube[4465]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:18 minikube localkube[4465]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:18 minikube localkube[4465]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:18 minikube localkube[4465]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:18 minikube localkube[4465]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:18 minikube localkube[4465]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:18 minikube localkube[4465]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:18 minikube localkube[4465]: --container-runtime string The container runtime to be used
Mar 23 17:03:18 minikube localkube[4465]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:18 minikube localkube[4465]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:18 minikube localkube[4465]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:18 minikube localkube[4465]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:18 minikube localkube[4465]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:18 minikube localkube[4465]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:18 minikube localkube[4465]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:18 minikube localkube[4465]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:18 minikube localkube[4465]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:18 minikube localkube[4465]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:18 minikube localkube[4465]: --event_storage_age_limit value 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")
Mar 23 17:03:18 minikube localkube[4465]: --event_storage_event_limit value 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")
Mar 23 17:03:18 minikube localkube[4465]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:18 minikube localkube[4465]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:18 minikube localkube[4465]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:18 minikube localkube[4465]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:18 minikube localkube[4465]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:18 minikube localkube[4465]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:18 minikube localkube[4465]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:18 minikube localkube[4465]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:18 minikube localkube[4465]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:18 minikube localkube[4465]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:18 minikube localkube[4465]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:18 minikube localkube[4465]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:18 minikube localkube[4465]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:18 minikube localkube[4465]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:18 minikube localkube[4465]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:18 minikube localkube[4465]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:18 minikube localkube[4465]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:18 minikube localkube[4465]: --logtostderr value log to standard error instead of files
Mar 23 17:03:18 minikube localkube[4465]: --machine_id_file value 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")
Mar 23 17:03:18 minikube localkube[4465]: --network-plugin string The name of the network plugin
Mar 23 17:03:18 minikube localkube[4465]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:18 minikube localkube[4465]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:18 minikube localkube[4465]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:18 minikube localkube[4465]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_password value database password (default "root")
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:18 minikube localkube[4465]: --storage_driver_user value database username (default "root")
Mar 23 17:03:18 minikube localkube[4465]: -v, --v value log level for V logs
Mar 23 17:03:18 minikube localkube[4465]: --version If localkube should just print the version and exit.
Mar 23 17:03:18 minikube localkube[4465]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:18 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:18 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:18 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:18 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:21 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:21 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:21 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:21 minikube localkube[4514]: unknown flag: --apiserver-name
Mar 23 17:03:21 minikube localkube[4514]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:21 minikube localkube[4514]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:21 minikube localkube[4514]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:21 minikube localkube[4514]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:21 minikube localkube[4514]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:21 minikube localkube[4514]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:21 minikube localkube[4514]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:21 minikube localkube[4514]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:21 minikube localkube[4514]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:21 minikube localkube[4514]: --container-runtime string The container runtime to be used
Mar 23 17:03:21 minikube localkube[4514]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:21 minikube localkube[4514]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:21 minikube localkube[4514]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:21 minikube localkube[4514]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:21 minikube localkube[4514]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:21 minikube localkube[4514]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:21 minikube localkube[4514]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:21 minikube localkube[4514]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:21 minikube localkube[4514]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:21 minikube localkube[4514]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:21 minikube localkube[4514]: --event_storage_age_limit value 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")
Mar 23 17:03:21 minikube localkube[4514]: --event_storage_event_limit value 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")
Mar 23 17:03:21 minikube localkube[4514]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:21 minikube localkube[4514]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:21 minikube localkube[4514]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:21 minikube localkube[4514]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:21 minikube localkube[4514]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:21 minikube localkube[4514]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:21 minikube localkube[4514]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:21 minikube localkube[4514]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:21 minikube localkube[4514]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:21 minikube localkube[4514]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:21 minikube localkube[4514]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:21 minikube localkube[4514]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:21 minikube localkube[4514]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:21 minikube localkube[4514]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:21 minikube localkube[4514]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:21 minikube localkube[4514]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:21 minikube localkube[4514]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:21 minikube localkube[4514]: --logtostderr value log to standard error instead of files
Mar 23 17:03:21 minikube localkube[4514]: --machine_id_file value 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")
Mar 23 17:03:21 minikube localkube[4514]: --network-plugin string The name of the network plugin
Mar 23 17:03:21 minikube localkube[4514]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:21 minikube localkube[4514]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:21 minikube localkube[4514]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:21 minikube localkube[4514]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_password value database password (default "root")
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:21 minikube localkube[4514]: --storage_driver_user value database username (default "root")
Mar 23 17:03:21 minikube localkube[4514]: -v, --v value log level for V logs
Mar 23 17:03:21 minikube localkube[4514]: --version If localkube should just print the version and exit.
Mar 23 17:03:21 minikube localkube[4514]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:21 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:21 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:21 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:21 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:24 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:24 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:24 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:24 minikube localkube[4563]: unknown flag: --apiserver-name
Mar 23 17:03:24 minikube localkube[4563]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:24 minikube localkube[4563]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:24 minikube localkube[4563]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:24 minikube localkube[4563]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:24 minikube localkube[4563]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:24 minikube localkube[4563]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:24 minikube localkube[4563]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:24 minikube localkube[4563]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:24 minikube localkube[4563]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:24 minikube localkube[4563]: --container-runtime string The container runtime to be used
Mar 23 17:03:24 minikube localkube[4563]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:24 minikube localkube[4563]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:24 minikube localkube[4563]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:24 minikube localkube[4563]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:24 minikube localkube[4563]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:24 minikube localkube[4563]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:24 minikube localkube[4563]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:24 minikube localkube[4563]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:24 minikube localkube[4563]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:24 minikube localkube[4563]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:24 minikube localkube[4563]: --event_storage_age_limit value 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")
Mar 23 17:03:24 minikube localkube[4563]: --event_storage_event_limit value 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")
Mar 23 17:03:24 minikube localkube[4563]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:24 minikube localkube[4563]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:24 minikube localkube[4563]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:24 minikube localkube[4563]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:24 minikube localkube[4563]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:24 minikube localkube[4563]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:24 minikube localkube[4563]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:24 minikube localkube[4563]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:24 minikube localkube[4563]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:24 minikube localkube[4563]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:24 minikube localkube[4563]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:24 minikube localkube[4563]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:24 minikube localkube[4563]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:24 minikube localkube[4563]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:24 minikube localkube[4563]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:24 minikube localkube[4563]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:24 minikube localkube[4563]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:24 minikube localkube[4563]: --logtostderr value log to standard error instead of files
Mar 23 17:03:24 minikube localkube[4563]: --machine_id_file value 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")
Mar 23 17:03:24 minikube localkube[4563]: --network-plugin string The name of the network plugin
Mar 23 17:03:24 minikube localkube[4563]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:24 minikube localkube[4563]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:24 minikube localkube[4563]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:24 minikube localkube[4563]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_password value database password (default "root")
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:24 minikube localkube[4563]: --storage_driver_user value database username (default "root")
Mar 23 17:03:24 minikube localkube[4563]: -v, --v value log level for V logs
Mar 23 17:03:24 minikube localkube[4563]: --version If localkube should just print the version and exit.
Mar 23 17:03:24 minikube localkube[4563]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:24 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:24 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:24 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:24 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:27 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:27 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:28 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:28 minikube localkube[4613]: unknown flag: --apiserver-name
Mar 23 17:03:28 minikube localkube[4613]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:28 minikube localkube[4613]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:28 minikube localkube[4613]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:28 minikube localkube[4613]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:28 minikube localkube[4613]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:28 minikube localkube[4613]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:28 minikube localkube[4613]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:28 minikube localkube[4613]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:28 minikube localkube[4613]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:28 minikube localkube[4613]: --container-runtime string The container runtime to be used
Mar 23 17:03:28 minikube localkube[4613]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:28 minikube localkube[4613]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:28 minikube localkube[4613]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:28 minikube localkube[4613]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:28 minikube localkube[4613]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:28 minikube localkube[4613]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:28 minikube localkube[4613]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:28 minikube localkube[4613]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:28 minikube localkube[4613]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:28 minikube localkube[4613]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:28 minikube localkube[4613]: --event_storage_age_limit value 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")
Mar 23 17:03:28 minikube localkube[4613]: --event_storage_event_limit value 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")
Mar 23 17:03:28 minikube localkube[4613]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:28 minikube localkube[4613]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:28 minikube localkube[4613]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:28 minikube localkube[4613]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:28 minikube localkube[4613]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:28 minikube localkube[4613]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:28 minikube localkube[4613]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:28 minikube localkube[4613]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:28 minikube localkube[4613]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:28 minikube localkube[4613]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:28 minikube localkube[4613]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:28 minikube localkube[4613]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:28 minikube localkube[4613]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:28 minikube localkube[4613]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:28 minikube localkube[4613]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:28 minikube localkube[4613]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:28 minikube localkube[4613]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:28 minikube localkube[4613]: --logtostderr value log to standard error instead of files
Mar 23 17:03:28 minikube localkube[4613]: --machine_id_file value 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")
Mar 23 17:03:28 minikube localkube[4613]: --network-plugin string The name of the network plugin
Mar 23 17:03:28 minikube localkube[4613]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:28 minikube localkube[4613]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:28 minikube localkube[4613]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:28 minikube localkube[4613]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_password value database password (default "root")
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:28 minikube localkube[4613]: --storage_driver_user value database username (default "root")
Mar 23 17:03:28 minikube localkube[4613]: -v, --v value log level for V logs
Mar 23 17:03:28 minikube localkube[4613]: --version If localkube should just print the version and exit.
Mar 23 17:03:28 minikube localkube[4613]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:28 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:28 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:28 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:28 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:31 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:31 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:31 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:31 minikube localkube[4665]: unknown flag: --apiserver-name
Mar 23 17:03:31 minikube localkube[4665]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:31 minikube localkube[4665]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:31 minikube localkube[4665]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:31 minikube localkube[4665]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:31 minikube localkube[4665]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:31 minikube localkube[4665]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:31 minikube localkube[4665]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:31 minikube localkube[4665]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:31 minikube localkube[4665]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:31 minikube localkube[4665]: --container-runtime string The container runtime to be used
Mar 23 17:03:31 minikube localkube[4665]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:31 minikube localkube[4665]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:31 minikube localkube[4665]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:31 minikube localkube[4665]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:31 minikube localkube[4665]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:31 minikube localkube[4665]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:31 minikube localkube[4665]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:31 minikube localkube[4665]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:31 minikube localkube[4665]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:31 minikube localkube[4665]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:31 minikube localkube[4665]: --event_storage_age_limit value 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")
Mar 23 17:03:31 minikube localkube[4665]: --event_storage_event_limit value 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")
Mar 23 17:03:31 minikube localkube[4665]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:31 minikube localkube[4665]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:31 minikube localkube[4665]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:31 minikube localkube[4665]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:31 minikube localkube[4665]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:31 minikube localkube[4665]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:31 minikube localkube[4665]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:31 minikube localkube[4665]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:31 minikube localkube[4665]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:31 minikube localkube[4665]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:31 minikube localkube[4665]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:31 minikube localkube[4665]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:31 minikube localkube[4665]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:31 minikube localkube[4665]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:31 minikube localkube[4665]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:31 minikube localkube[4665]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:31 minikube localkube[4665]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:31 minikube localkube[4665]: --logtostderr value log to standard error instead of files
Mar 23 17:03:31 minikube localkube[4665]: --machine_id_file value 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")
Mar 23 17:03:31 minikube localkube[4665]: --network-plugin string The name of the network plugin
Mar 23 17:03:31 minikube localkube[4665]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:31 minikube localkube[4665]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:31 minikube localkube[4665]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:31 minikube localkube[4665]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_password value database password (default "root")
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:31 minikube localkube[4665]: --storage_driver_user value database username (default "root")
Mar 23 17:03:31 minikube localkube[4665]: -v, --v value log level for V logs
Mar 23 17:03:31 minikube localkube[4665]: --version If localkube should just print the version and exit.
Mar 23 17:03:31 minikube localkube[4665]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:31 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:31 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:31 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:31 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:34 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:34 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:34 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:34 minikube localkube[4711]: unknown flag: --apiserver-name
Mar 23 17:03:34 minikube localkube[4711]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:34 minikube localkube[4711]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:34 minikube localkube[4711]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:34 minikube localkube[4711]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:34 minikube localkube[4711]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:34 minikube localkube[4711]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:34 minikube localkube[4711]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:34 minikube localkube[4711]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:34 minikube localkube[4711]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:34 minikube localkube[4711]: --container-runtime string The container runtime to be used
Mar 23 17:03:34 minikube localkube[4711]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:34 minikube localkube[4711]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:34 minikube localkube[4711]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:34 minikube localkube[4711]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:34 minikube localkube[4711]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:34 minikube localkube[4711]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:34 minikube localkube[4711]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:34 minikube localkube[4711]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:34 minikube localkube[4711]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:34 minikube localkube[4711]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:34 minikube localkube[4711]: --event_storage_age_limit value 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")
Mar 23 17:03:34 minikube localkube[4711]: --event_storage_event_limit value 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")
Mar 23 17:03:34 minikube localkube[4711]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:34 minikube localkube[4711]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:34 minikube localkube[4711]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:34 minikube localkube[4711]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:34 minikube localkube[4711]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:34 minikube localkube[4711]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:34 minikube localkube[4711]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:34 minikube localkube[4711]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:34 minikube localkube[4711]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:34 minikube localkube[4711]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:34 minikube localkube[4711]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:34 minikube localkube[4711]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:34 minikube localkube[4711]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:34 minikube localkube[4711]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:34 minikube localkube[4711]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:34 minikube localkube[4711]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:34 minikube localkube[4711]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:34 minikube localkube[4711]: --logtostderr value log to standard error instead of files
Mar 23 17:03:34 minikube localkube[4711]: --machine_id_file value 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")
Mar 23 17:03:34 minikube localkube[4711]: --network-plugin string The name of the network plugin
Mar 23 17:03:34 minikube localkube[4711]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:34 minikube localkube[4711]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:34 minikube localkube[4711]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:34 minikube localkube[4711]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_password value database password (default "root")
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:34 minikube localkube[4711]: --storage_driver_user value database username (default "root")
Mar 23 17:03:34 minikube localkube[4711]: -v, --v value log level for V logs
Mar 23 17:03:34 minikube localkube[4711]: --version If localkube should just print the version and exit.
Mar 23 17:03:34 minikube localkube[4711]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:34 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:34 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:34 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:34 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:37 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:37 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:37 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:37 minikube localkube[4761]: unknown flag: --apiserver-name
Mar 23 17:03:37 minikube localkube[4761]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:37 minikube localkube[4761]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:37 minikube localkube[4761]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:37 minikube localkube[4761]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:37 minikube localkube[4761]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:37 minikube localkube[4761]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:37 minikube localkube[4761]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:37 minikube localkube[4761]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:37 minikube localkube[4761]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:37 minikube localkube[4761]: --container-runtime string The container runtime to be used
Mar 23 17:03:37 minikube localkube[4761]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:37 minikube localkube[4761]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:37 minikube localkube[4761]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:37 minikube localkube[4761]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:37 minikube localkube[4761]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:37 minikube localkube[4761]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:37 minikube localkube[4761]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:37 minikube localkube[4761]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:37 minikube localkube[4761]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:37 minikube localkube[4761]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:37 minikube localkube[4761]: --event_storage_age_limit value 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")
Mar 23 17:03:37 minikube localkube[4761]: --event_storage_event_limit value 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")
Mar 23 17:03:37 minikube localkube[4761]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:37 minikube localkube[4761]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:37 minikube localkube[4761]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:37 minikube localkube[4761]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:37 minikube localkube[4761]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:37 minikube localkube[4761]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:37 minikube localkube[4761]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:37 minikube localkube[4761]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:37 minikube localkube[4761]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:37 minikube localkube[4761]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:37 minikube localkube[4761]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:37 minikube localkube[4761]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:37 minikube localkube[4761]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:37 minikube localkube[4761]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:37 minikube localkube[4761]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:37 minikube localkube[4761]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:37 minikube localkube[4761]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:37 minikube localkube[4761]: --logtostderr value log to standard error instead of files
Mar 23 17:03:37 minikube localkube[4761]: --machine_id_file value 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")
Mar 23 17:03:37 minikube localkube[4761]: --network-plugin string The name of the network plugin
Mar 23 17:03:37 minikube localkube[4761]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:37 minikube localkube[4761]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:37 minikube localkube[4761]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:37 minikube localkube[4761]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_password value database password (default "root")
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:37 minikube localkube[4761]: --storage_driver_user value database username (default "root")
Mar 23 17:03:37 minikube localkube[4761]: -v, --v value log level for V logs
Mar 23 17:03:37 minikube localkube[4761]: --version If localkube should just print the version and exit.
Mar 23 17:03:37 minikube localkube[4761]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:37 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:37 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:37 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:37 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:40 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:40 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:40 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:41 minikube localkube[4814]: unknown flag: --apiserver-name
Mar 23 17:03:41 minikube localkube[4814]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:41 minikube localkube[4814]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:41 minikube localkube[4814]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:41 minikube localkube[4814]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:41 minikube localkube[4814]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:41 minikube localkube[4814]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:41 minikube localkube[4814]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:41 minikube localkube[4814]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:41 minikube localkube[4814]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:41 minikube localkube[4814]: --container-runtime string The container runtime to be used
Mar 23 17:03:41 minikube localkube[4814]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:41 minikube localkube[4814]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:41 minikube localkube[4814]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:41 minikube localkube[4814]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:41 minikube localkube[4814]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:41 minikube localkube[4814]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:41 minikube localkube[4814]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:41 minikube localkube[4814]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:41 minikube localkube[4814]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:41 minikube localkube[4814]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:41 minikube localkube[4814]: --event_storage_age_limit value 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")
Mar 23 17:03:41 minikube localkube[4814]: --event_storage_event_limit value 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")
Mar 23 17:03:41 minikube localkube[4814]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:41 minikube localkube[4814]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:41 minikube localkube[4814]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:41 minikube localkube[4814]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:41 minikube localkube[4814]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:41 minikube localkube[4814]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:41 minikube localkube[4814]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:41 minikube localkube[4814]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:41 minikube localkube[4814]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:41 minikube localkube[4814]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:41 minikube localkube[4814]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:41 minikube localkube[4814]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:41 minikube localkube[4814]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:41 minikube localkube[4814]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:41 minikube localkube[4814]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:41 minikube localkube[4814]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:41 minikube localkube[4814]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:41 minikube localkube[4814]: --logtostderr value log to standard error instead of files
Mar 23 17:03:41 minikube localkube[4814]: --machine_id_file value 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")
Mar 23 17:03:41 minikube localkube[4814]: --network-plugin string The name of the network plugin
Mar 23 17:03:41 minikube localkube[4814]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:41 minikube localkube[4814]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:41 minikube localkube[4814]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:41 minikube localkube[4814]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_password value database password (default "root")
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:41 minikube localkube[4814]: --storage_driver_user value database username (default "root")
Mar 23 17:03:41 minikube localkube[4814]: -v, --v value log level for V logs
Mar 23 17:03:41 minikube localkube[4814]: --version If localkube should just print the version and exit.
Mar 23 17:03:41 minikube localkube[4814]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:41 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:41 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:41 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:41 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:44 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:44 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:44 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:44 minikube localkube[4866]: unknown flag: --apiserver-name
Mar 23 17:03:44 minikube localkube[4866]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:44 minikube localkube[4866]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:44 minikube localkube[4866]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:44 minikube localkube[4866]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:44 minikube localkube[4866]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:44 minikube localkube[4866]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:44 minikube localkube[4866]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:44 minikube localkube[4866]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:44 minikube localkube[4866]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:44 minikube localkube[4866]: --container-runtime string The container runtime to be used
Mar 23 17:03:44 minikube localkube[4866]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:44 minikube localkube[4866]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:44 minikube localkube[4866]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:44 minikube localkube[4866]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:44 minikube localkube[4866]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:44 minikube localkube[4866]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:44 minikube localkube[4866]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:44 minikube localkube[4866]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:44 minikube localkube[4866]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:44 minikube localkube[4866]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:44 minikube localkube[4866]: --event_storage_age_limit value 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")
Mar 23 17:03:44 minikube localkube[4866]: --event_storage_event_limit value 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")
Mar 23 17:03:44 minikube localkube[4866]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:44 minikube localkube[4866]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:44 minikube localkube[4866]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:44 minikube localkube[4866]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:44 minikube localkube[4866]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:44 minikube localkube[4866]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:44 minikube localkube[4866]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:44 minikube localkube[4866]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:44 minikube localkube[4866]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:44 minikube localkube[4866]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:44 minikube localkube[4866]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:44 minikube localkube[4866]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:44 minikube localkube[4866]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:44 minikube localkube[4866]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:44 minikube localkube[4866]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:44 minikube localkube[4866]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:44 minikube localkube[4866]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:44 minikube localkube[4866]: --logtostderr value log to standard error instead of files
Mar 23 17:03:44 minikube localkube[4866]: --machine_id_file value 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")
Mar 23 17:03:44 minikube localkube[4866]: --network-plugin string The name of the network plugin
Mar 23 17:03:44 minikube localkube[4866]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:44 minikube localkube[4866]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:44 minikube localkube[4866]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:44 minikube localkube[4866]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_password value database password (default "root")
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:44 minikube localkube[4866]: --storage_driver_user value database username (default "root")
Mar 23 17:03:44 minikube localkube[4866]: -v, --v value log level for V logs
Mar 23 17:03:44 minikube localkube[4866]: --version If localkube should just print the version and exit.
Mar 23 17:03:44 minikube localkube[4866]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:44 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:44 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:44 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:44 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:47 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:47 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:47 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:47 minikube localkube[4916]: unknown flag: --apiserver-name
Mar 23 17:03:47 minikube localkube[4916]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:47 minikube localkube[4916]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:47 minikube localkube[4916]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:47 minikube localkube[4916]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:47 minikube localkube[4916]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:47 minikube localkube[4916]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:47 minikube localkube[4916]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:47 minikube localkube[4916]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:47 minikube localkube[4916]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:47 minikube localkube[4916]: --container-runtime string The container runtime to be used
Mar 23 17:03:47 minikube localkube[4916]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:47 minikube localkube[4916]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:47 minikube localkube[4916]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:47 minikube localkube[4916]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:47 minikube localkube[4916]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:47 minikube localkube[4916]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:47 minikube localkube[4916]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:47 minikube localkube[4916]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:47 minikube localkube[4916]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:47 minikube localkube[4916]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:47 minikube localkube[4916]: --event_storage_age_limit value 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")
Mar 23 17:03:47 minikube localkube[4916]: --event_storage_event_limit value 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")
Mar 23 17:03:47 minikube localkube[4916]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:47 minikube localkube[4916]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:47 minikube localkube[4916]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:47 minikube localkube[4916]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:47 minikube localkube[4916]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:47 minikube localkube[4916]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:47 minikube localkube[4916]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:47 minikube localkube[4916]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:47 minikube localkube[4916]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:47 minikube localkube[4916]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:47 minikube localkube[4916]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:47 minikube localkube[4916]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:47 minikube localkube[4916]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:47 minikube localkube[4916]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:47 minikube localkube[4916]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:47 minikube localkube[4916]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:47 minikube localkube[4916]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:47 minikube localkube[4916]: --logtostderr value log to standard error instead of files
Mar 23 17:03:47 minikube localkube[4916]: --machine_id_file value 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")
Mar 23 17:03:47 minikube localkube[4916]: --network-plugin string The name of the network plugin
Mar 23 17:03:47 minikube localkube[4916]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:47 minikube localkube[4916]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:47 minikube localkube[4916]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:47 minikube localkube[4916]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_password value database password (default "root")
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:47 minikube localkube[4916]: --storage_driver_user value database username (default "root")
Mar 23 17:03:47 minikube localkube[4916]: -v, --v value log level for V logs
Mar 23 17:03:47 minikube localkube[4916]: --version If localkube should just print the version and exit.
Mar 23 17:03:47 minikube localkube[4916]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:47 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:47 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:47 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:47 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:50 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:50 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:50 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:50 minikube localkube[4969]: unknown flag: --apiserver-name
Mar 23 17:03:50 minikube localkube[4969]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:50 minikube localkube[4969]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:50 minikube localkube[4969]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:50 minikube localkube[4969]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:50 minikube localkube[4969]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:50 minikube localkube[4969]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:50 minikube localkube[4969]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:50 minikube localkube[4969]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:50 minikube localkube[4969]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:50 minikube localkube[4969]: --container-runtime string The container runtime to be used
Mar 23 17:03:50 minikube localkube[4969]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:50 minikube localkube[4969]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:50 minikube localkube[4969]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:50 minikube localkube[4969]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:50 minikube localkube[4969]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:50 minikube localkube[4969]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:50 minikube localkube[4969]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:50 minikube localkube[4969]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:50 minikube localkube[4969]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:50 minikube localkube[4969]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:50 minikube localkube[4969]: --event_storage_age_limit value 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")
Mar 23 17:03:50 minikube localkube[4969]: --event_storage_event_limit value 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")
Mar 23 17:03:50 minikube localkube[4969]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:50 minikube localkube[4969]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:50 minikube localkube[4969]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:50 minikube localkube[4969]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:50 minikube localkube[4969]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:50 minikube localkube[4969]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:50 minikube localkube[4969]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:50 minikube localkube[4969]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:50 minikube localkube[4969]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:50 minikube localkube[4969]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:50 minikube localkube[4969]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:50 minikube localkube[4969]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:50 minikube localkube[4969]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:50 minikube localkube[4969]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:50 minikube localkube[4969]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:50 minikube localkube[4969]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:50 minikube localkube[4969]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:50 minikube localkube[4969]: --logtostderr value log to standard error instead of files
Mar 23 17:03:50 minikube localkube[4969]: --machine_id_file value 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")
Mar 23 17:03:50 minikube localkube[4969]: --network-plugin string The name of the network plugin
Mar 23 17:03:50 minikube localkube[4969]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:50 minikube localkube[4969]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:50 minikube localkube[4969]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:50 minikube localkube[4969]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_password value database password (default "root")
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:50 minikube localkube[4969]: --storage_driver_user value database username (default "root")
Mar 23 17:03:50 minikube localkube[4969]: -v, --v value log level for V logs
Mar 23 17:03:50 minikube localkube[4969]: --version If localkube should just print the version and exit.
Mar 23 17:03:50 minikube localkube[4969]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:50 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:50 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:50 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:50 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:53 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:53 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:54 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:54 minikube localkube[5031]: unknown flag: --apiserver-name
Mar 23 17:03:54 minikube localkube[5031]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:54 minikube localkube[5031]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:54 minikube localkube[5031]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:54 minikube localkube[5031]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:54 minikube localkube[5031]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:54 minikube localkube[5031]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:54 minikube localkube[5031]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:54 minikube localkube[5031]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:54 minikube localkube[5031]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:54 minikube localkube[5031]: --container-runtime string The container runtime to be used
Mar 23 17:03:54 minikube localkube[5031]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:54 minikube localkube[5031]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:54 minikube localkube[5031]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:54 minikube localkube[5031]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:54 minikube localkube[5031]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:54 minikube localkube[5031]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:54 minikube localkube[5031]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:54 minikube localkube[5031]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:54 minikube localkube[5031]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:54 minikube localkube[5031]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:54 minikube localkube[5031]: --event_storage_age_limit value 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")
Mar 23 17:03:54 minikube localkube[5031]: --event_storage_event_limit value 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")
Mar 23 17:03:54 minikube localkube[5031]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:54 minikube localkube[5031]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:54 minikube localkube[5031]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:54 minikube localkube[5031]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:54 minikube localkube[5031]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:54 minikube localkube[5031]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:54 minikube localkube[5031]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:54 minikube localkube[5031]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:54 minikube localkube[5031]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:54 minikube localkube[5031]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:54 minikube localkube[5031]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:54 minikube localkube[5031]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:54 minikube localkube[5031]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:54 minikube localkube[5031]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:54 minikube localkube[5031]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:54 minikube localkube[5031]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:54 minikube localkube[5031]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:54 minikube localkube[5031]: --logtostderr value log to standard error instead of files
Mar 23 17:03:54 minikube localkube[5031]: --machine_id_file value 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")
Mar 23 17:03:54 minikube localkube[5031]: --network-plugin string The name of the network plugin
Mar 23 17:03:54 minikube localkube[5031]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:54 minikube localkube[5031]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:54 minikube localkube[5031]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:54 minikube localkube[5031]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_password value database password (default "root")
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:54 minikube localkube[5031]: --storage_driver_user value database username (default "root")
Mar 23 17:03:54 minikube localkube[5031]: -v, --v value log level for V logs
Mar 23 17:03:54 minikube localkube[5031]: --version If localkube should just print the version and exit.
Mar 23 17:03:54 minikube localkube[5031]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:54 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:54 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:54 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:54 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:03:57 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:03:57 minikube systemd[1]: Stopped Localkube.
Mar 23 17:03:57 minikube systemd[1]: Starting Localkube...
Mar 23 17:03:57 minikube localkube[5061]: unknown flag: --apiserver-name
Mar 23 17:03:57 minikube localkube[5061]: Usage of /usr/local/bin/localkube:
Mar 23 17:03:57 minikube localkube[5061]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:03:57 minikube localkube[5061]: --alsologtostderr value log to standard error as well as files
Mar 23 17:03:57 minikube localkube[5061]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:03:57 minikube localkube[5061]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:03:57 minikube localkube[5061]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:03:57 minikube localkube[5061]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:03:57 minikube localkube[5061]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:03:57 minikube localkube[5061]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:03:57 minikube localkube[5061]: --container-runtime string The container runtime to be used
Mar 23 17:03:57 minikube localkube[5061]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:03:57 minikube localkube[5061]: --containerized If kubelet should run in containerized mode
Mar 23 17:03:57 minikube localkube[5061]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:03:57 minikube localkube[5061]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:03:57 minikube localkube[5061]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:03:57 minikube localkube[5061]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:03:57 minikube localkube[5061]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:03:57 minikube localkube[5061]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:03:57 minikube localkube[5061]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:03:57 minikube localkube[5061]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:03:57 minikube localkube[5061]: --event_storage_age_limit value 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")
Mar 23 17:03:57 minikube localkube[5061]: --event_storage_event_limit value 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")
Mar 23 17:03:57 minikube localkube[5061]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:03:57 minikube localkube[5061]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:03:57 minikube localkube[5061]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:03:57 minikube localkube[5061]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:03:57 minikube localkube[5061]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:03:57 minikube localkube[5061]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:03:57 minikube localkube[5061]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:03:57 minikube localkube[5061]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:03:57 minikube localkube[5061]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:03:57 minikube localkube[5061]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:03:57 minikube localkube[5061]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:03:57 minikube localkube[5061]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:03:57 minikube localkube[5061]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:03:57 minikube localkube[5061]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:03:57 minikube localkube[5061]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:03:57 minikube localkube[5061]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:03:57 minikube localkube[5061]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:03:57 minikube localkube[5061]: --logtostderr value log to standard error instead of files
Mar 23 17:03:57 minikube localkube[5061]: --machine_id_file value 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")
Mar 23 17:03:57 minikube localkube[5061]: --network-plugin string The name of the network plugin
Mar 23 17:03:57 minikube localkube[5061]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:03:57 minikube localkube[5061]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:03:57 minikube localkube[5061]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:03:57 minikube localkube[5061]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_password value database password (default "root")
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_secure value use secure connection with database
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_table value table name (default "stats")
Mar 23 17:03:57 minikube localkube[5061]: --storage_driver_user value database username (default "root")
Mar 23 17:03:57 minikube localkube[5061]: -v, --v value log level for V logs
Mar 23 17:03:57 minikube localkube[5061]: --version If localkube should just print the version and exit.
Mar 23 17:03:57 minikube localkube[5061]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:03:57 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:03:57 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:03:57 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:03:57 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:00 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:00 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:00 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:00 minikube localkube[5113]: unknown flag: --apiserver-name
Mar 23 17:04:00 minikube localkube[5113]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:00 minikube localkube[5113]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:00 minikube localkube[5113]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:00 minikube localkube[5113]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:00 minikube localkube[5113]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:00 minikube localkube[5113]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:00 minikube localkube[5113]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:00 minikube localkube[5113]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:00 minikube localkube[5113]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:00 minikube localkube[5113]: --container-runtime string The container runtime to be used
Mar 23 17:04:00 minikube localkube[5113]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:00 minikube localkube[5113]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:00 minikube localkube[5113]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:00 minikube localkube[5113]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:00 minikube localkube[5113]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:00 minikube localkube[5113]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:00 minikube localkube[5113]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:00 minikube localkube[5113]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:00 minikube localkube[5113]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:00 minikube localkube[5113]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:00 minikube localkube[5113]: --event_storage_age_limit value 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")
Mar 23 17:04:00 minikube localkube[5113]: --event_storage_event_limit value 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")
Mar 23 17:04:00 minikube localkube[5113]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:00 minikube localkube[5113]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:00 minikube localkube[5113]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:00 minikube localkube[5113]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:00 minikube localkube[5113]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:00 minikube localkube[5113]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:00 minikube localkube[5113]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:00 minikube localkube[5113]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:00 minikube localkube[5113]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:00 minikube localkube[5113]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:00 minikube localkube[5113]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:00 minikube localkube[5113]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:00 minikube localkube[5113]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:00 minikube localkube[5113]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:00 minikube localkube[5113]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:00 minikube localkube[5113]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:00 minikube localkube[5113]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:00 minikube localkube[5113]: --logtostderr value log to standard error instead of files
Mar 23 17:04:00 minikube localkube[5113]: --machine_id_file value 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")
Mar 23 17:04:00 minikube localkube[5113]: --network-plugin string The name of the network plugin
Mar 23 17:04:00 minikube localkube[5113]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:00 minikube localkube[5113]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:00 minikube localkube[5113]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:00 minikube localkube[5113]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_password value database password (default "root")
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:00 minikube localkube[5113]: --storage_driver_user value database username (default "root")
Mar 23 17:04:00 minikube localkube[5113]: -v, --v value log level for V logs
Mar 23 17:04:00 minikube localkube[5113]: --version If localkube should just print the version and exit.
Mar 23 17:04:00 minikube localkube[5113]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:00 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:00 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:00 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:00 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:03 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:03 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:03 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:03 minikube localkube[5159]: unknown flag: --apiserver-name
Mar 23 17:04:03 minikube localkube[5159]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:03 minikube localkube[5159]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:03 minikube localkube[5159]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:03 minikube localkube[5159]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:03 minikube localkube[5159]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:03 minikube localkube[5159]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:03 minikube localkube[5159]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:03 minikube localkube[5159]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:03 minikube localkube[5159]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:03 minikube localkube[5159]: --container-runtime string The container runtime to be used
Mar 23 17:04:03 minikube localkube[5159]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:03 minikube localkube[5159]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:03 minikube localkube[5159]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:03 minikube localkube[5159]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:03 minikube localkube[5159]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:03 minikube localkube[5159]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:03 minikube localkube[5159]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:03 minikube localkube[5159]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:03 minikube localkube[5159]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:03 minikube localkube[5159]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:03 minikube localkube[5159]: --event_storage_age_limit value 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")
Mar 23 17:04:03 minikube localkube[5159]: --event_storage_event_limit value 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")
Mar 23 17:04:03 minikube localkube[5159]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:03 minikube localkube[5159]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:03 minikube localkube[5159]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:03 minikube localkube[5159]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:03 minikube localkube[5159]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:03 minikube localkube[5159]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:03 minikube localkube[5159]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:03 minikube localkube[5159]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:03 minikube localkube[5159]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:03 minikube localkube[5159]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:03 minikube localkube[5159]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:03 minikube localkube[5159]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:03 minikube localkube[5159]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:03 minikube localkube[5159]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:03 minikube localkube[5159]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:03 minikube localkube[5159]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:03 minikube localkube[5159]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:03 minikube localkube[5159]: --logtostderr value log to standard error instead of files
Mar 23 17:04:03 minikube localkube[5159]: --machine_id_file value 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")
Mar 23 17:04:03 minikube localkube[5159]: --network-plugin string The name of the network plugin
Mar 23 17:04:03 minikube localkube[5159]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:03 minikube localkube[5159]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:03 minikube localkube[5159]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:03 minikube localkube[5159]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_password value database password (default "root")
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:03 minikube localkube[5159]: --storage_driver_user value database username (default "root")
Mar 23 17:04:03 minikube localkube[5159]: -v, --v value log level for V logs
Mar 23 17:04:03 minikube localkube[5159]: --version If localkube should just print the version and exit.
Mar 23 17:04:03 minikube localkube[5159]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:03 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:03 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:03 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:03 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:06 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:06 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:07 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:07 minikube localkube[5205]: unknown flag: --apiserver-name
Mar 23 17:04:07 minikube localkube[5205]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:07 minikube localkube[5205]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:07 minikube localkube[5205]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:07 minikube localkube[5205]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:07 minikube localkube[5205]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:07 minikube localkube[5205]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:07 minikube localkube[5205]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:07 minikube localkube[5205]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:07 minikube localkube[5205]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:07 minikube localkube[5205]: --container-runtime string The container runtime to be used
Mar 23 17:04:07 minikube localkube[5205]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:07 minikube localkube[5205]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:07 minikube localkube[5205]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:07 minikube localkube[5205]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:07 minikube localkube[5205]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:07 minikube localkube[5205]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:07 minikube localkube[5205]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:07 minikube localkube[5205]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:07 minikube localkube[5205]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:07 minikube localkube[5205]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:07 minikube localkube[5205]: --event_storage_age_limit value 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")
Mar 23 17:04:07 minikube localkube[5205]: --event_storage_event_limit value 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")
Mar 23 17:04:07 minikube localkube[5205]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:07 minikube localkube[5205]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:07 minikube localkube[5205]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:07 minikube localkube[5205]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:07 minikube localkube[5205]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:07 minikube localkube[5205]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:07 minikube localkube[5205]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:07 minikube localkube[5205]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:07 minikube localkube[5205]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:07 minikube localkube[5205]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:07 minikube localkube[5205]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:07 minikube localkube[5205]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:07 minikube localkube[5205]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:07 minikube localkube[5205]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:07 minikube localkube[5205]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:07 minikube localkube[5205]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:07 minikube localkube[5205]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:07 minikube localkube[5205]: --logtostderr value log to standard error instead of files
Mar 23 17:04:07 minikube localkube[5205]: --machine_id_file value 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")
Mar 23 17:04:07 minikube localkube[5205]: --network-plugin string The name of the network plugin
Mar 23 17:04:07 minikube localkube[5205]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:07 minikube localkube[5205]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:07 minikube localkube[5205]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:07 minikube localkube[5205]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_password value database password (default "root")
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:07 minikube localkube[5205]: --storage_driver_user value database username (default "root")
Mar 23 17:04:07 minikube localkube[5205]: -v, --v value log level for V logs
Mar 23 17:04:07 minikube localkube[5205]: --version If localkube should just print the version and exit.
Mar 23 17:04:07 minikube localkube[5205]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:07 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:07 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:07 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:07 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:10 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:10 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:10 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:10 minikube localkube[5257]: unknown flag: --apiserver-name
Mar 23 17:04:10 minikube localkube[5257]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:10 minikube localkube[5257]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:10 minikube localkube[5257]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:10 minikube localkube[5257]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:10 minikube localkube[5257]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:10 minikube localkube[5257]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:10 minikube localkube[5257]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:10 minikube localkube[5257]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:10 minikube localkube[5257]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:10 minikube localkube[5257]: --container-runtime string The container runtime to be used
Mar 23 17:04:10 minikube localkube[5257]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:10 minikube localkube[5257]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:10 minikube localkube[5257]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:10 minikube localkube[5257]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:10 minikube localkube[5257]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:10 minikube localkube[5257]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:10 minikube localkube[5257]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:10 minikube localkube[5257]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:10 minikube localkube[5257]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:10 minikube localkube[5257]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:10 minikube localkube[5257]: --event_storage_age_limit value 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")
Mar 23 17:04:10 minikube localkube[5257]: --event_storage_event_limit value 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")
Mar 23 17:04:10 minikube localkube[5257]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:10 minikube localkube[5257]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:10 minikube localkube[5257]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:10 minikube localkube[5257]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:10 minikube localkube[5257]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:10 minikube localkube[5257]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:10 minikube localkube[5257]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:10 minikube localkube[5257]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:10 minikube localkube[5257]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:10 minikube localkube[5257]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:10 minikube localkube[5257]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:10 minikube localkube[5257]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:10 minikube localkube[5257]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:10 minikube localkube[5257]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:10 minikube localkube[5257]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:10 minikube localkube[5257]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:10 minikube localkube[5257]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:10 minikube localkube[5257]: --logtostderr value log to standard error instead of files
Mar 23 17:04:10 minikube localkube[5257]: --machine_id_file value 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")
Mar 23 17:04:10 minikube localkube[5257]: --network-plugin string The name of the network plugin
Mar 23 17:04:10 minikube localkube[5257]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:10 minikube localkube[5257]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:10 minikube localkube[5257]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:10 minikube localkube[5257]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_password value database password (default "root")
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:10 minikube localkube[5257]: --storage_driver_user value database username (default "root")
Mar 23 17:04:10 minikube localkube[5257]: -v, --v value log level for V logs
Mar 23 17:04:10 minikube localkube[5257]: --version If localkube should just print the version and exit.
Mar 23 17:04:10 minikube localkube[5257]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:10 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:10 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:10 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:10 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:13 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:13 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:13 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:13 minikube localkube[5308]: unknown flag: --apiserver-name
Mar 23 17:04:13 minikube localkube[5308]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:13 minikube localkube[5308]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:13 minikube localkube[5308]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:13 minikube localkube[5308]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:13 minikube localkube[5308]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:13 minikube localkube[5308]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:13 minikube localkube[5308]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:13 minikube localkube[5308]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:13 minikube localkube[5308]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:13 minikube localkube[5308]: --container-runtime string The container runtime to be used
Mar 23 17:04:13 minikube localkube[5308]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:13 minikube localkube[5308]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:13 minikube localkube[5308]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:13 minikube localkube[5308]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:13 minikube localkube[5308]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:13 minikube localkube[5308]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:13 minikube localkube[5308]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:13 minikube localkube[5308]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:13 minikube localkube[5308]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:13 minikube localkube[5308]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:13 minikube localkube[5308]: --event_storage_age_limit value 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")
Mar 23 17:04:13 minikube localkube[5308]: --event_storage_event_limit value 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")
Mar 23 17:04:13 minikube localkube[5308]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:13 minikube localkube[5308]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:13 minikube localkube[5308]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:13 minikube localkube[5308]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:13 minikube localkube[5308]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:13 minikube localkube[5308]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:13 minikube localkube[5308]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:13 minikube localkube[5308]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:13 minikube localkube[5308]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:13 minikube localkube[5308]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:13 minikube localkube[5308]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:13 minikube localkube[5308]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:13 minikube localkube[5308]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:13 minikube localkube[5308]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:13 minikube localkube[5308]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:13 minikube localkube[5308]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:13 minikube localkube[5308]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:13 minikube localkube[5308]: --logtostderr value log to standard error instead of files
Mar 23 17:04:13 minikube localkube[5308]: --machine_id_file value 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")
Mar 23 17:04:13 minikube localkube[5308]: --network-plugin string The name of the network plugin
Mar 23 17:04:13 minikube localkube[5308]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:13 minikube localkube[5308]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:13 minikube localkube[5308]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:13 minikube localkube[5308]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_password value database password (default "root")
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:13 minikube localkube[5308]: --storage_driver_user value database username (default "root")
Mar 23 17:04:13 minikube localkube[5308]: -v, --v value log level for V logs
Mar 23 17:04:13 minikube localkube[5308]: --version If localkube should just print the version and exit.
Mar 23 17:04:13 minikube localkube[5308]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:13 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:13 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:13 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:13 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:16 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:16 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:16 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:16 minikube localkube[5353]: unknown flag: --apiserver-name
Mar 23 17:04:16 minikube localkube[5353]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:16 minikube localkube[5353]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:16 minikube localkube[5353]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:16 minikube localkube[5353]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:16 minikube localkube[5353]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:16 minikube localkube[5353]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:16 minikube localkube[5353]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:16 minikube localkube[5353]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:16 minikube localkube[5353]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:16 minikube localkube[5353]: --container-runtime string The container runtime to be used
Mar 23 17:04:16 minikube localkube[5353]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:16 minikube localkube[5353]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:16 minikube localkube[5353]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:16 minikube localkube[5353]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:16 minikube localkube[5353]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:16 minikube localkube[5353]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:16 minikube localkube[5353]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:16 minikube localkube[5353]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:16 minikube localkube[5353]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:16 minikube localkube[5353]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:16 minikube localkube[5353]: --event_storage_age_limit value 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")
Mar 23 17:04:16 minikube localkube[5353]: --event_storage_event_limit value 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")
Mar 23 17:04:16 minikube localkube[5353]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:16 minikube localkube[5353]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:16 minikube localkube[5353]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:16 minikube localkube[5353]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:16 minikube localkube[5353]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:16 minikube localkube[5353]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:16 minikube localkube[5353]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:16 minikube localkube[5353]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:16 minikube localkube[5353]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:16 minikube localkube[5353]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:16 minikube localkube[5353]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:16 minikube localkube[5353]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:16 minikube localkube[5353]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:16 minikube localkube[5353]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:16 minikube localkube[5353]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:16 minikube localkube[5353]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:16 minikube localkube[5353]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:16 minikube localkube[5353]: --logtostderr value log to standard error instead of files
Mar 23 17:04:16 minikube localkube[5353]: --machine_id_file value 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")
Mar 23 17:04:16 minikube localkube[5353]: --network-plugin string The name of the network plugin
Mar 23 17:04:16 minikube localkube[5353]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:16 minikube localkube[5353]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:16 minikube localkube[5353]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:16 minikube localkube[5353]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_password value database password (default "root")
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:16 minikube localkube[5353]: --storage_driver_user value database username (default "root")
Mar 23 17:04:16 minikube localkube[5353]: -v, --v value log level for V logs
Mar 23 17:04:16 minikube localkube[5353]: --version If localkube should just print the version and exit.
Mar 23 17:04:16 minikube localkube[5353]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:16 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:16 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:16 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:16 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:19 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:19 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:19 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:20 minikube localkube[5402]: unknown flag: --apiserver-name
Mar 23 17:04:20 minikube localkube[5402]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:20 minikube localkube[5402]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:20 minikube localkube[5402]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:20 minikube localkube[5402]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:20 minikube localkube[5402]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:20 minikube localkube[5402]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:20 minikube localkube[5402]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:20 minikube localkube[5402]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:20 minikube localkube[5402]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:20 minikube localkube[5402]: --container-runtime string The container runtime to be used
Mar 23 17:04:20 minikube localkube[5402]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:20 minikube localkube[5402]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:20 minikube localkube[5402]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:20 minikube localkube[5402]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:20 minikube localkube[5402]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:20 minikube localkube[5402]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:20 minikube localkube[5402]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:20 minikube localkube[5402]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:20 minikube localkube[5402]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:20 minikube localkube[5402]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:20 minikube localkube[5402]: --event_storage_age_limit value 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")
Mar 23 17:04:20 minikube localkube[5402]: --event_storage_event_limit value 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")
Mar 23 17:04:20 minikube localkube[5402]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:20 minikube localkube[5402]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:20 minikube localkube[5402]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:20 minikube localkube[5402]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:20 minikube localkube[5402]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:20 minikube localkube[5402]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:20 minikube localkube[5402]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:20 minikube localkube[5402]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:20 minikube localkube[5402]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:20 minikube localkube[5402]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:20 minikube localkube[5402]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:20 minikube localkube[5402]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:20 minikube localkube[5402]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:20 minikube localkube[5402]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:20 minikube localkube[5402]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:20 minikube localkube[5402]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:20 minikube localkube[5402]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:20 minikube localkube[5402]: --logtostderr value log to standard error instead of files
Mar 23 17:04:20 minikube localkube[5402]: --machine_id_file value 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")
Mar 23 17:04:20 minikube localkube[5402]: --network-plugin string The name of the network plugin
Mar 23 17:04:20 minikube localkube[5402]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:20 minikube localkube[5402]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:20 minikube localkube[5402]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:20 minikube localkube[5402]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_password value database password (default "root")
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:20 minikube localkube[5402]: --storage_driver_user value database username (default "root")
Mar 23 17:04:20 minikube localkube[5402]: -v, --v value log level for V logs
Mar 23 17:04:20 minikube localkube[5402]: --version If localkube should just print the version and exit.
Mar 23 17:04:20 minikube localkube[5402]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:20 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:20 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:20 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:20 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:23 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:23 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:23 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:23 minikube localkube[5454]: unknown flag: --apiserver-name
Mar 23 17:04:23 minikube localkube[5454]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:23 minikube localkube[5454]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:23 minikube localkube[5454]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:23 minikube localkube[5454]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:23 minikube localkube[5454]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:23 minikube localkube[5454]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:23 minikube localkube[5454]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:23 minikube localkube[5454]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:23 minikube localkube[5454]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:23 minikube localkube[5454]: --container-runtime string The container runtime to be used
Mar 23 17:04:23 minikube localkube[5454]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:23 minikube localkube[5454]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:23 minikube localkube[5454]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:23 minikube localkube[5454]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:23 minikube localkube[5454]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:23 minikube localkube[5454]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:23 minikube localkube[5454]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:23 minikube localkube[5454]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:23 minikube localkube[5454]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:23 minikube localkube[5454]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:23 minikube localkube[5454]: --event_storage_age_limit value 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")
Mar 23 17:04:23 minikube localkube[5454]: --event_storage_event_limit value 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")
Mar 23 17:04:23 minikube localkube[5454]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:23 minikube localkube[5454]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:23 minikube localkube[5454]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:23 minikube localkube[5454]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:23 minikube localkube[5454]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:23 minikube localkube[5454]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:23 minikube localkube[5454]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:23 minikube localkube[5454]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:23 minikube localkube[5454]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:23 minikube localkube[5454]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:23 minikube localkube[5454]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:23 minikube localkube[5454]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:23 minikube localkube[5454]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:23 minikube localkube[5454]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:23 minikube localkube[5454]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:23 minikube localkube[5454]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:23 minikube localkube[5454]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:23 minikube localkube[5454]: --logtostderr value log to standard error instead of files
Mar 23 17:04:23 minikube localkube[5454]: --machine_id_file value 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")
Mar 23 17:04:23 minikube localkube[5454]: --network-plugin string The name of the network plugin
Mar 23 17:04:23 minikube localkube[5454]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:23 minikube localkube[5454]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:23 minikube localkube[5454]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:23 minikube localkube[5454]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_password value database password (default "root")
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:23 minikube localkube[5454]: --storage_driver_user value database username (default "root")
Mar 23 17:04:23 minikube localkube[5454]: -v, --v value log level for V logs
Mar 23 17:04:23 minikube localkube[5454]: --version If localkube should just print the version and exit.
Mar 23 17:04:23 minikube localkube[5454]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:23 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:23 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:23 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:23 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:26 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:26 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:26 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:26 minikube localkube[5503]: unknown flag: --apiserver-name
Mar 23 17:04:26 minikube localkube[5503]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:26 minikube localkube[5503]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:26 minikube localkube[5503]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:26 minikube localkube[5503]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:26 minikube localkube[5503]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:26 minikube localkube[5503]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:26 minikube localkube[5503]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:26 minikube localkube[5503]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:26 minikube localkube[5503]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:26 minikube localkube[5503]: --container-runtime string The container runtime to be used
Mar 23 17:04:26 minikube localkube[5503]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:26 minikube localkube[5503]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:26 minikube localkube[5503]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:26 minikube localkube[5503]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:26 minikube localkube[5503]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:26 minikube localkube[5503]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:26 minikube localkube[5503]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:26 minikube localkube[5503]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:26 minikube localkube[5503]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:26 minikube localkube[5503]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:26 minikube localkube[5503]: --event_storage_age_limit value 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")
Mar 23 17:04:26 minikube localkube[5503]: --event_storage_event_limit value 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")
Mar 23 17:04:26 minikube localkube[5503]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:26 minikube localkube[5503]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:26 minikube localkube[5503]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:26 minikube localkube[5503]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:26 minikube localkube[5503]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:26 minikube localkube[5503]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:26 minikube localkube[5503]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:26 minikube localkube[5503]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:26 minikube localkube[5503]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:26 minikube localkube[5503]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:26 minikube localkube[5503]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:26 minikube localkube[5503]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:26 minikube localkube[5503]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:26 minikube localkube[5503]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:26 minikube localkube[5503]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:26 minikube localkube[5503]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:26 minikube localkube[5503]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:26 minikube localkube[5503]: --logtostderr value log to standard error instead of files
Mar 23 17:04:26 minikube localkube[5503]: --machine_id_file value 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")
Mar 23 17:04:26 minikube localkube[5503]: --network-plugin string The name of the network plugin
Mar 23 17:04:26 minikube localkube[5503]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:26 minikube localkube[5503]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:26 minikube localkube[5503]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:26 minikube localkube[5503]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_password value database password (default "root")
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:26 minikube localkube[5503]: --storage_driver_user value database username (default "root")
Mar 23 17:04:26 minikube localkube[5503]: -v, --v value log level for V logs
Mar 23 17:04:26 minikube localkube[5503]: --version If localkube should just print the version and exit.
Mar 23 17:04:26 minikube localkube[5503]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:26 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:26 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:26 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:26 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:29 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:29 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:29 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:29 minikube localkube[5556]: unknown flag: --apiserver-name
Mar 23 17:04:29 minikube localkube[5556]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:29 minikube localkube[5556]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:29 minikube localkube[5556]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:29 minikube localkube[5556]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:29 minikube localkube[5556]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:29 minikube localkube[5556]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:29 minikube localkube[5556]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:29 minikube localkube[5556]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:29 minikube localkube[5556]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:29 minikube localkube[5556]: --container-runtime string The container runtime to be used
Mar 23 17:04:29 minikube localkube[5556]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:29 minikube localkube[5556]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:29 minikube localkube[5556]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:29 minikube localkube[5556]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:29 minikube localkube[5556]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:29 minikube localkube[5556]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:29 minikube localkube[5556]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:29 minikube localkube[5556]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:29 minikube localkube[5556]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:29 minikube localkube[5556]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:29 minikube localkube[5556]: --event_storage_age_limit value 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")
Mar 23 17:04:29 minikube localkube[5556]: --event_storage_event_limit value 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")
Mar 23 17:04:29 minikube localkube[5556]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:29 minikube localkube[5556]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:29 minikube localkube[5556]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:29 minikube localkube[5556]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:29 minikube localkube[5556]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:29 minikube localkube[5556]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:29 minikube localkube[5556]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:29 minikube localkube[5556]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:29 minikube localkube[5556]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:29 minikube localkube[5556]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:29 minikube localkube[5556]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:29 minikube localkube[5556]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:29 minikube localkube[5556]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:29 minikube localkube[5556]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:29 minikube localkube[5556]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:29 minikube localkube[5556]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:29 minikube localkube[5556]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:29 minikube localkube[5556]: --logtostderr value log to standard error instead of files
Mar 23 17:04:29 minikube localkube[5556]: --machine_id_file value 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")
Mar 23 17:04:29 minikube localkube[5556]: --network-plugin string The name of the network plugin
Mar 23 17:04:29 minikube localkube[5556]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:29 minikube localkube[5556]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:29 minikube localkube[5556]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:29 minikube localkube[5556]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_password value database password (default "root")
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:29 minikube localkube[5556]: --storage_driver_user value database username (default "root")
Mar 23 17:04:29 minikube localkube[5556]: -v, --v value log level for V logs
Mar 23 17:04:29 minikube localkube[5556]: --version If localkube should just print the version and exit.
Mar 23 17:04:29 minikube localkube[5556]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:29 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:29 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:29 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:29 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:32 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:32 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:32 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:33 minikube localkube[5608]: unknown flag: --apiserver-name
Mar 23 17:04:33 minikube localkube[5608]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:33 minikube localkube[5608]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:33 minikube localkube[5608]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:33 minikube localkube[5608]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:33 minikube localkube[5608]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:33 minikube localkube[5608]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:33 minikube localkube[5608]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:33 minikube localkube[5608]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:33 minikube localkube[5608]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:33 minikube localkube[5608]: --container-runtime string The container runtime to be used
Mar 23 17:04:33 minikube localkube[5608]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:33 minikube localkube[5608]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:33 minikube localkube[5608]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:33 minikube localkube[5608]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:33 minikube localkube[5608]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:33 minikube localkube[5608]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:33 minikube localkube[5608]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:33 minikube localkube[5608]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:33 minikube localkube[5608]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:33 minikube localkube[5608]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:33 minikube localkube[5608]: --event_storage_age_limit value 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")
Mar 23 17:04:33 minikube localkube[5608]: --event_storage_event_limit value 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")
Mar 23 17:04:33 minikube localkube[5608]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:33 minikube localkube[5608]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:33 minikube localkube[5608]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:33 minikube localkube[5608]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:33 minikube localkube[5608]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:33 minikube localkube[5608]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:33 minikube localkube[5608]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:33 minikube localkube[5608]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:33 minikube localkube[5608]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:33 minikube localkube[5608]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:33 minikube localkube[5608]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:33 minikube localkube[5608]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:33 minikube localkube[5608]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:33 minikube localkube[5608]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:33 minikube localkube[5608]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:33 minikube localkube[5608]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:33 minikube localkube[5608]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:33 minikube localkube[5608]: --logtostderr value log to standard error instead of files
Mar 23 17:04:33 minikube localkube[5608]: --machine_id_file value 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")
Mar 23 17:04:33 minikube localkube[5608]: --network-plugin string The name of the network plugin
Mar 23 17:04:33 minikube localkube[5608]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:33 minikube localkube[5608]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:33 minikube localkube[5608]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:33 minikube localkube[5608]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_password value database password (default "root")
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:33 minikube localkube[5608]: --storage_driver_user value database username (default "root")
Mar 23 17:04:33 minikube localkube[5608]: -v, --v value log level for V logs
Mar 23 17:04:33 minikube localkube[5608]: --version If localkube should just print the version and exit.
Mar 23 17:04:33 minikube localkube[5608]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:33 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:33 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:33 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:33 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:36 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:36 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:36 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:36 minikube localkube[5661]: unknown flag: --apiserver-name
Mar 23 17:04:36 minikube localkube[5661]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:36 minikube localkube[5661]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:36 minikube localkube[5661]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:36 minikube localkube[5661]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:36 minikube localkube[5661]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:36 minikube localkube[5661]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:36 minikube localkube[5661]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:36 minikube localkube[5661]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:36 minikube localkube[5661]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:36 minikube localkube[5661]: --container-runtime string The container runtime to be used
Mar 23 17:04:36 minikube localkube[5661]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:36 minikube localkube[5661]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:36 minikube localkube[5661]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:36 minikube localkube[5661]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:36 minikube localkube[5661]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:36 minikube localkube[5661]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:36 minikube localkube[5661]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:36 minikube localkube[5661]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:36 minikube localkube[5661]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:36 minikube localkube[5661]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:36 minikube localkube[5661]: --event_storage_age_limit value 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")
Mar 23 17:04:36 minikube localkube[5661]: --event_storage_event_limit value 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")
Mar 23 17:04:36 minikube localkube[5661]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:36 minikube localkube[5661]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:36 minikube localkube[5661]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:36 minikube localkube[5661]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:36 minikube localkube[5661]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:36 minikube localkube[5661]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:36 minikube localkube[5661]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:36 minikube localkube[5661]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:36 minikube localkube[5661]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:36 minikube localkube[5661]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:36 minikube localkube[5661]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:36 minikube localkube[5661]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:36 minikube localkube[5661]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:36 minikube localkube[5661]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:36 minikube localkube[5661]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:36 minikube localkube[5661]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:36 minikube localkube[5661]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:36 minikube localkube[5661]: --logtostderr value log to standard error instead of files
Mar 23 17:04:36 minikube localkube[5661]: --machine_id_file value 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")
Mar 23 17:04:36 minikube localkube[5661]: --network-plugin string The name of the network plugin
Mar 23 17:04:36 minikube localkube[5661]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:36 minikube localkube[5661]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:36 minikube localkube[5661]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:36 minikube localkube[5661]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_password value database password (default "root")
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:36 minikube localkube[5661]: --storage_driver_user value database username (default "root")
Mar 23 17:04:36 minikube localkube[5661]: -v, --v value log level for V logs
Mar 23 17:04:36 minikube localkube[5661]: --version If localkube should just print the version and exit.
Mar 23 17:04:36 minikube localkube[5661]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:36 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:36 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:36 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:36 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:39 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:39 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:39 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:39 minikube localkube[5708]: unknown flag: --apiserver-name
Mar 23 17:04:39 minikube localkube[5708]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:39 minikube localkube[5708]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:39 minikube localkube[5708]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:39 minikube localkube[5708]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:39 minikube localkube[5708]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:39 minikube localkube[5708]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:39 minikube localkube[5708]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:39 minikube localkube[5708]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:39 minikube localkube[5708]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:39 minikube localkube[5708]: --container-runtime string The container runtime to be used
Mar 23 17:04:39 minikube localkube[5708]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:39 minikube localkube[5708]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:39 minikube localkube[5708]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:39 minikube localkube[5708]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:39 minikube localkube[5708]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:39 minikube localkube[5708]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:39 minikube localkube[5708]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:39 minikube localkube[5708]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:39 minikube localkube[5708]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:39 minikube localkube[5708]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:39 minikube localkube[5708]: --event_storage_age_limit value 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")
Mar 23 17:04:39 minikube localkube[5708]: --event_storage_event_limit value 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")
Mar 23 17:04:39 minikube localkube[5708]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:39 minikube localkube[5708]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:39 minikube localkube[5708]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:39 minikube localkube[5708]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:39 minikube localkube[5708]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:39 minikube localkube[5708]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:39 minikube localkube[5708]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:39 minikube localkube[5708]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:39 minikube localkube[5708]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:39 minikube localkube[5708]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:39 minikube localkube[5708]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:39 minikube localkube[5708]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:39 minikube localkube[5708]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:39 minikube localkube[5708]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:39 minikube localkube[5708]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:39 minikube localkube[5708]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:39 minikube localkube[5708]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:39 minikube localkube[5708]: --logtostderr value log to standard error instead of files
Mar 23 17:04:39 minikube localkube[5708]: --machine_id_file value 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")
Mar 23 17:04:39 minikube localkube[5708]: --network-plugin string The name of the network plugin
Mar 23 17:04:39 minikube localkube[5708]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:39 minikube localkube[5708]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:39 minikube localkube[5708]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:39 minikube localkube[5708]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_password value database password (default "root")
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:39 minikube localkube[5708]: --storage_driver_user value database username (default "root")
Mar 23 17:04:39 minikube localkube[5708]: -v, --v value log level for V logs
Mar 23 17:04:39 minikube localkube[5708]: --version If localkube should just print the version and exit.
Mar 23 17:04:39 minikube localkube[5708]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:39 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:39 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:39 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:39 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:42 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:42 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:42 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:42 minikube localkube[5755]: unknown flag: --apiserver-name
Mar 23 17:04:42 minikube localkube[5755]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:42 minikube localkube[5755]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:42 minikube localkube[5755]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:42 minikube localkube[5755]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:42 minikube localkube[5755]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:42 minikube localkube[5755]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:42 minikube localkube[5755]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:42 minikube localkube[5755]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:42 minikube localkube[5755]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:42 minikube localkube[5755]: --container-runtime string The container runtime to be used
Mar 23 17:04:42 minikube localkube[5755]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:42 minikube localkube[5755]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:42 minikube localkube[5755]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:42 minikube localkube[5755]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:42 minikube localkube[5755]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:42 minikube localkube[5755]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:42 minikube localkube[5755]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:42 minikube localkube[5755]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:42 minikube localkube[5755]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:42 minikube localkube[5755]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:42 minikube localkube[5755]: --event_storage_age_limit value 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")
Mar 23 17:04:42 minikube localkube[5755]: --event_storage_event_limit value 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")
Mar 23 17:04:42 minikube localkube[5755]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:42 minikube localkube[5755]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:42 minikube localkube[5755]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:42 minikube localkube[5755]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:42 minikube localkube[5755]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:42 minikube localkube[5755]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:42 minikube localkube[5755]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:42 minikube localkube[5755]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:42 minikube localkube[5755]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:42 minikube localkube[5755]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:42 minikube localkube[5755]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:42 minikube localkube[5755]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:42 minikube localkube[5755]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:42 minikube localkube[5755]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:42 minikube localkube[5755]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:42 minikube localkube[5755]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:42 minikube localkube[5755]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:42 minikube localkube[5755]: --logtostderr value log to standard error instead of files
Mar 23 17:04:42 minikube localkube[5755]: --machine_id_file value 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")
Mar 23 17:04:42 minikube localkube[5755]: --network-plugin string The name of the network plugin
Mar 23 17:04:42 minikube localkube[5755]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:42 minikube localkube[5755]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:42 minikube localkube[5755]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:42 minikube localkube[5755]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_password value database password (default "root")
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:42 minikube localkube[5755]: --storage_driver_user value database username (default "root")
Mar 23 17:04:42 minikube localkube[5755]: -v, --v value log level for V logs
Mar 23 17:04:42 minikube localkube[5755]: --version If localkube should just print the version and exit.
Mar 23 17:04:42 minikube localkube[5755]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:42 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:42 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:42 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:42 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:45 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:45 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:46 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:46 minikube localkube[5807]: unknown flag: --apiserver-name
Mar 23 17:04:46 minikube localkube[5807]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:46 minikube localkube[5807]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:46 minikube localkube[5807]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:46 minikube localkube[5807]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:46 minikube localkube[5807]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:46 minikube localkube[5807]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:46 minikube localkube[5807]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:46 minikube localkube[5807]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:46 minikube localkube[5807]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:46 minikube localkube[5807]: --container-runtime string The container runtime to be used
Mar 23 17:04:46 minikube localkube[5807]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:46 minikube localkube[5807]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:46 minikube localkube[5807]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:46 minikube localkube[5807]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:46 minikube localkube[5807]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:46 minikube localkube[5807]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:46 minikube localkube[5807]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:46 minikube localkube[5807]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:46 minikube localkube[5807]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:46 minikube localkube[5807]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:46 minikube localkube[5807]: --event_storage_age_limit value 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")
Mar 23 17:04:46 minikube localkube[5807]: --event_storage_event_limit value 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")
Mar 23 17:04:46 minikube localkube[5807]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:46 minikube localkube[5807]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:46 minikube localkube[5807]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:46 minikube localkube[5807]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:46 minikube localkube[5807]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:46 minikube localkube[5807]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:46 minikube localkube[5807]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:46 minikube localkube[5807]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:46 minikube localkube[5807]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:46 minikube localkube[5807]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:46 minikube localkube[5807]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:46 minikube localkube[5807]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:46 minikube localkube[5807]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:46 minikube localkube[5807]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:46 minikube localkube[5807]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:46 minikube localkube[5807]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:46 minikube localkube[5807]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:46 minikube localkube[5807]: --logtostderr value log to standard error instead of files
Mar 23 17:04:46 minikube localkube[5807]: --machine_id_file value 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")
Mar 23 17:04:46 minikube localkube[5807]: --network-plugin string The name of the network plugin
Mar 23 17:04:46 minikube localkube[5807]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:46 minikube localkube[5807]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:46 minikube localkube[5807]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:46 minikube localkube[5807]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_password value database password (default "root")
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:46 minikube localkube[5807]: --storage_driver_user value database username (default "root")
Mar 23 17:04:46 minikube localkube[5807]: -v, --v value log level for V logs
Mar 23 17:04:46 minikube localkube[5807]: --version If localkube should just print the version and exit.
Mar 23 17:04:46 minikube localkube[5807]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:46 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:46 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:46 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:46 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:49 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:49 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:49 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:49 minikube localkube[5857]: unknown flag: --apiserver-name
Mar 23 17:04:49 minikube localkube[5857]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:49 minikube localkube[5857]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:49 minikube localkube[5857]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:49 minikube localkube[5857]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:49 minikube localkube[5857]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:49 minikube localkube[5857]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:49 minikube localkube[5857]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:49 minikube localkube[5857]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:49 minikube localkube[5857]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:49 minikube localkube[5857]: --container-runtime string The container runtime to be used
Mar 23 17:04:49 minikube localkube[5857]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:49 minikube localkube[5857]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:49 minikube localkube[5857]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:49 minikube localkube[5857]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:49 minikube localkube[5857]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:49 minikube localkube[5857]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:49 minikube localkube[5857]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:49 minikube localkube[5857]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:49 minikube localkube[5857]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:49 minikube localkube[5857]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:49 minikube localkube[5857]: --event_storage_age_limit value 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")
Mar 23 17:04:49 minikube localkube[5857]: --event_storage_event_limit value 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")
Mar 23 17:04:49 minikube localkube[5857]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:49 minikube localkube[5857]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:49 minikube localkube[5857]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:49 minikube localkube[5857]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:49 minikube localkube[5857]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:49 minikube localkube[5857]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:49 minikube localkube[5857]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:49 minikube localkube[5857]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:49 minikube localkube[5857]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:49 minikube localkube[5857]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:49 minikube localkube[5857]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:49 minikube localkube[5857]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:49 minikube localkube[5857]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:49 minikube localkube[5857]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:49 minikube localkube[5857]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:49 minikube localkube[5857]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:49 minikube localkube[5857]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:49 minikube localkube[5857]: --logtostderr value log to standard error instead of files
Mar 23 17:04:49 minikube localkube[5857]: --machine_id_file value 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")
Mar 23 17:04:49 minikube localkube[5857]: --network-plugin string The name of the network plugin
Mar 23 17:04:49 minikube localkube[5857]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:49 minikube localkube[5857]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:49 minikube localkube[5857]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:49 minikube localkube[5857]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_password value database password (default "root")
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:49 minikube localkube[5857]: --storage_driver_user value database username (default "root")
Mar 23 17:04:49 minikube localkube[5857]: -v, --v value log level for V logs
Mar 23 17:04:49 minikube localkube[5857]: --version If localkube should just print the version and exit.
Mar 23 17:04:49 minikube localkube[5857]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:49 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:49 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:49 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:49 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:52 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:52 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:52 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:52 minikube localkube[5899]: unknown flag: --apiserver-name
Mar 23 17:04:52 minikube localkube[5899]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:52 minikube localkube[5899]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:52 minikube localkube[5899]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:52 minikube localkube[5899]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:52 minikube localkube[5899]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:52 minikube localkube[5899]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:52 minikube localkube[5899]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:52 minikube localkube[5899]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:52 minikube localkube[5899]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:52 minikube localkube[5899]: --container-runtime string The container runtime to be used
Mar 23 17:04:52 minikube localkube[5899]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:52 minikube localkube[5899]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:52 minikube localkube[5899]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:52 minikube localkube[5899]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:52 minikube localkube[5899]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:52 minikube localkube[5899]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:52 minikube localkube[5899]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:52 minikube localkube[5899]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:52 minikube localkube[5899]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:52 minikube localkube[5899]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:52 minikube localkube[5899]: --event_storage_age_limit value 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")
Mar 23 17:04:52 minikube localkube[5899]: --event_storage_event_limit value 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")
Mar 23 17:04:52 minikube localkube[5899]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:52 minikube localkube[5899]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:52 minikube localkube[5899]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:52 minikube localkube[5899]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:52 minikube localkube[5899]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:52 minikube localkube[5899]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:52 minikube localkube[5899]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:52 minikube localkube[5899]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:52 minikube localkube[5899]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:52 minikube localkube[5899]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:52 minikube localkube[5899]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:52 minikube localkube[5899]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:52 minikube localkube[5899]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:52 minikube localkube[5899]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:52 minikube localkube[5899]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:52 minikube localkube[5899]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:52 minikube localkube[5899]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:52 minikube localkube[5899]: --logtostderr value log to standard error instead of files
Mar 23 17:04:52 minikube localkube[5899]: --machine_id_file value 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")
Mar 23 17:04:52 minikube localkube[5899]: --network-plugin string The name of the network plugin
Mar 23 17:04:52 minikube localkube[5899]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:52 minikube localkube[5899]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:52 minikube localkube[5899]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:52 minikube localkube[5899]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_password value database password (default "root")
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:52 minikube localkube[5899]: --storage_driver_user value database username (default "root")
Mar 23 17:04:52 minikube localkube[5899]: -v, --v value log level for V logs
Mar 23 17:04:52 minikube localkube[5899]: --version If localkube should just print the version and exit.
Mar 23 17:04:52 minikube localkube[5899]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:52 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:52 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:52 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:52 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:55 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:55 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:55 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:55 minikube localkube[5951]: unknown flag: --apiserver-name
Mar 23 17:04:55 minikube localkube[5951]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:55 minikube localkube[5951]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:55 minikube localkube[5951]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:55 minikube localkube[5951]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:55 minikube localkube[5951]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:55 minikube localkube[5951]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:55 minikube localkube[5951]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:55 minikube localkube[5951]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:55 minikube localkube[5951]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:55 minikube localkube[5951]: --container-runtime string The container runtime to be used
Mar 23 17:04:55 minikube localkube[5951]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:55 minikube localkube[5951]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:55 minikube localkube[5951]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:55 minikube localkube[5951]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:55 minikube localkube[5951]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:55 minikube localkube[5951]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:55 minikube localkube[5951]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:55 minikube localkube[5951]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:55 minikube localkube[5951]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:55 minikube localkube[5951]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:55 minikube localkube[5951]: --event_storage_age_limit value 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")
Mar 23 17:04:55 minikube localkube[5951]: --event_storage_event_limit value 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")
Mar 23 17:04:55 minikube localkube[5951]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:55 minikube localkube[5951]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:55 minikube localkube[5951]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:55 minikube localkube[5951]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:55 minikube localkube[5951]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:55 minikube localkube[5951]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:55 minikube localkube[5951]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:55 minikube localkube[5951]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:55 minikube localkube[5951]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:55 minikube localkube[5951]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:55 minikube localkube[5951]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:55 minikube localkube[5951]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:55 minikube localkube[5951]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:55 minikube localkube[5951]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:55 minikube localkube[5951]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:55 minikube localkube[5951]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:55 minikube localkube[5951]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:55 minikube localkube[5951]: --logtostderr value log to standard error instead of files
Mar 23 17:04:55 minikube localkube[5951]: --machine_id_file value 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")
Mar 23 17:04:55 minikube localkube[5951]: --network-plugin string The name of the network plugin
Mar 23 17:04:55 minikube localkube[5951]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:55 minikube localkube[5951]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:55 minikube localkube[5951]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:55 minikube localkube[5951]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_password value database password (default "root")
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:55 minikube localkube[5951]: --storage_driver_user value database username (default "root")
Mar 23 17:04:55 minikube localkube[5951]: -v, --v value log level for V logs
Mar 23 17:04:55 minikube localkube[5951]: --version If localkube should just print the version and exit.
Mar 23 17:04:55 minikube localkube[5951]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:55 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:55 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:55 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:55 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:04:59 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:04:59 minikube systemd[1]: Stopped Localkube.
Mar 23 17:04:59 minikube systemd[1]: Starting Localkube...
Mar 23 17:04:59 minikube localkube[6003]: unknown flag: --apiserver-name
Mar 23 17:04:59 minikube localkube[6003]: Usage of /usr/local/bin/localkube:
Mar 23 17:04:59 minikube localkube[6003]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:04:59 minikube localkube[6003]: --alsologtostderr value log to standard error as well as files
Mar 23 17:04:59 minikube localkube[6003]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:04:59 minikube localkube[6003]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:04:59 minikube localkube[6003]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:04:59 minikube localkube[6003]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:04:59 minikube localkube[6003]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:04:59 minikube localkube[6003]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:04:59 minikube localkube[6003]: --container-runtime string The container runtime to be used
Mar 23 17:04:59 minikube localkube[6003]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:04:59 minikube localkube[6003]: --containerized If kubelet should run in containerized mode
Mar 23 17:04:59 minikube localkube[6003]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:04:59 minikube localkube[6003]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:04:59 minikube localkube[6003]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:04:59 minikube localkube[6003]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:04:59 minikube localkube[6003]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:04:59 minikube localkube[6003]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:04:59 minikube localkube[6003]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:04:59 minikube localkube[6003]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:04:59 minikube localkube[6003]: --event_storage_age_limit value 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")
Mar 23 17:04:59 minikube localkube[6003]: --event_storage_event_limit value 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")
Mar 23 17:04:59 minikube localkube[6003]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:04:59 minikube localkube[6003]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:04:59 minikube localkube[6003]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:04:59 minikube localkube[6003]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:04:59 minikube localkube[6003]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:04:59 minikube localkube[6003]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:04:59 minikube localkube[6003]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:04:59 minikube localkube[6003]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:04:59 minikube localkube[6003]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:04:59 minikube localkube[6003]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:04:59 minikube localkube[6003]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:04:59 minikube localkube[6003]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:04:59 minikube localkube[6003]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:04:59 minikube localkube[6003]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:04:59 minikube localkube[6003]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:04:59 minikube localkube[6003]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:04:59 minikube localkube[6003]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:04:59 minikube localkube[6003]: --logtostderr value log to standard error instead of files
Mar 23 17:04:59 minikube localkube[6003]: --machine_id_file value 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")
Mar 23 17:04:59 minikube localkube[6003]: --network-plugin string The name of the network plugin
Mar 23 17:04:59 minikube localkube[6003]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:04:59 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:04:59 minikube localkube[6003]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:04:59 minikube localkube[6003]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:04:59 minikube localkube[6003]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_password value database password (default "root")
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_secure value use secure connection with database
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_table value table name (default "stats")
Mar 23 17:04:59 minikube localkube[6003]: --storage_driver_user value database username (default "root")
Mar 23 17:04:59 minikube localkube[6003]: -v, --v value log level for V logs
Mar 23 17:04:59 minikube localkube[6003]: --version If localkube should just print the version and exit.
Mar 23 17:04:59 minikube localkube[6003]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:04:59 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:04:59 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:04:59 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:02 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:02 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:02 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:02 minikube localkube[6053]: unknown flag: --apiserver-name
Mar 23 17:05:02 minikube localkube[6053]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:02 minikube localkube[6053]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:02 minikube localkube[6053]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:02 minikube localkube[6053]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:02 minikube localkube[6053]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:02 minikube localkube[6053]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:02 minikube localkube[6053]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:02 minikube localkube[6053]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:02 minikube localkube[6053]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:02 minikube localkube[6053]: --container-runtime string The container runtime to be used
Mar 23 17:05:02 minikube localkube[6053]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:02 minikube localkube[6053]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:02 minikube localkube[6053]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:02 minikube localkube[6053]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:02 minikube localkube[6053]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:02 minikube localkube[6053]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:02 minikube localkube[6053]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:02 minikube localkube[6053]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:02 minikube localkube[6053]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:02 minikube localkube[6053]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:02 minikube localkube[6053]: --event_storage_age_limit value 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")
Mar 23 17:05:02 minikube localkube[6053]: --event_storage_event_limit value 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")
Mar 23 17:05:02 minikube localkube[6053]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:02 minikube localkube[6053]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:02 minikube localkube[6053]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:02 minikube localkube[6053]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:02 minikube localkube[6053]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:02 minikube localkube[6053]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:02 minikube localkube[6053]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:02 minikube localkube[6053]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:02 minikube localkube[6053]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:02 minikube localkube[6053]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:02 minikube localkube[6053]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:02 minikube localkube[6053]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:02 minikube localkube[6053]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:02 minikube localkube[6053]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:02 minikube localkube[6053]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:02 minikube localkube[6053]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:02 minikube localkube[6053]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:02 minikube localkube[6053]: --logtostderr value log to standard error instead of files
Mar 23 17:05:02 minikube localkube[6053]: --machine_id_file value 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")
Mar 23 17:05:02 minikube localkube[6053]: --network-plugin string The name of the network plugin
Mar 23 17:05:02 minikube localkube[6053]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:02 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:02 minikube localkube[6053]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:02 minikube localkube[6053]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:02 minikube localkube[6053]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_password value database password (default "root")
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:02 minikube localkube[6053]: --storage_driver_user value database username (default "root")
Mar 23 17:05:02 minikube localkube[6053]: -v, --v value log level for V logs
Mar 23 17:05:02 minikube localkube[6053]: --version If localkube should just print the version and exit.
Mar 23 17:05:02 minikube localkube[6053]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:02 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:02 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:02 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:05 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:05 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:05 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:05 minikube localkube[6101]: unknown flag: --apiserver-name
Mar 23 17:05:05 minikube localkube[6101]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:05 minikube localkube[6101]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:05 minikube localkube[6101]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:05 minikube localkube[6101]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:05 minikube localkube[6101]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:05 minikube localkube[6101]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:05 minikube localkube[6101]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:05 minikube localkube[6101]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:05 minikube localkube[6101]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:05 minikube localkube[6101]: --container-runtime string The container runtime to be used
Mar 23 17:05:05 minikube localkube[6101]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:05 minikube localkube[6101]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:05 minikube localkube[6101]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:05 minikube localkube[6101]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:05 minikube localkube[6101]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:05 minikube localkube[6101]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:05 minikube localkube[6101]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:05 minikube localkube[6101]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:05 minikube localkube[6101]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:05 minikube localkube[6101]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:05 minikube localkube[6101]: --event_storage_age_limit value 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")
Mar 23 17:05:05 minikube localkube[6101]: --event_storage_event_limit value 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")
Mar 23 17:05:05 minikube localkube[6101]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:05 minikube localkube[6101]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:05 minikube localkube[6101]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:05 minikube localkube[6101]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:05 minikube localkube[6101]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:05 minikube localkube[6101]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:05 minikube localkube[6101]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:05 minikube localkube[6101]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:05 minikube localkube[6101]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:05 minikube localkube[6101]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:05 minikube localkube[6101]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:05 minikube localkube[6101]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:05 minikube localkube[6101]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:05 minikube localkube[6101]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:05 minikube localkube[6101]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:05 minikube localkube[6101]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:05 minikube localkube[6101]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:05 minikube localkube[6101]: --logtostderr value log to standard error instead of files
Mar 23 17:05:05 minikube localkube[6101]: --machine_id_file value 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")
Mar 23 17:05:05 minikube localkube[6101]: --network-plugin string The name of the network plugin
Mar 23 17:05:05 minikube localkube[6101]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:05 minikube localkube[6101]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:05 minikube localkube[6101]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:05 minikube localkube[6101]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_password value database password (default "root")
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:05 minikube localkube[6101]: --storage_driver_user value database username (default "root")
Mar 23 17:05:05 minikube localkube[6101]: -v, --v value log level for V logs
Mar 23 17:05:05 minikube localkube[6101]: --version If localkube should just print the version and exit.
Mar 23 17:05:05 minikube localkube[6101]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:05 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:05 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:05 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:05 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:08 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:08 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:08 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:08 minikube localkube[6147]: unknown flag: --apiserver-name
Mar 23 17:05:08 minikube localkube[6147]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:08 minikube localkube[6147]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:08 minikube localkube[6147]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:08 minikube localkube[6147]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:08 minikube localkube[6147]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:08 minikube localkube[6147]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:08 minikube localkube[6147]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:08 minikube localkube[6147]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:08 minikube localkube[6147]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:08 minikube localkube[6147]: --container-runtime string The container runtime to be used
Mar 23 17:05:08 minikube localkube[6147]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:08 minikube localkube[6147]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:08 minikube localkube[6147]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:08 minikube localkube[6147]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:08 minikube localkube[6147]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:08 minikube localkube[6147]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:08 minikube localkube[6147]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:08 minikube localkube[6147]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:08 minikube localkube[6147]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:08 minikube localkube[6147]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:08 minikube localkube[6147]: --event_storage_age_limit value 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")
Mar 23 17:05:08 minikube localkube[6147]: --event_storage_event_limit value 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")
Mar 23 17:05:08 minikube localkube[6147]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:08 minikube localkube[6147]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:08 minikube localkube[6147]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:08 minikube localkube[6147]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:08 minikube localkube[6147]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:08 minikube localkube[6147]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:08 minikube localkube[6147]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:08 minikube localkube[6147]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:08 minikube localkube[6147]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:08 minikube localkube[6147]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:08 minikube localkube[6147]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:08 minikube localkube[6147]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:08 minikube localkube[6147]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:08 minikube localkube[6147]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:08 minikube localkube[6147]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:08 minikube localkube[6147]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:08 minikube localkube[6147]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:08 minikube localkube[6147]: --logtostderr value log to standard error instead of files
Mar 23 17:05:08 minikube localkube[6147]: --machine_id_file value 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")
Mar 23 17:05:08 minikube localkube[6147]: --network-plugin string The name of the network plugin
Mar 23 17:05:08 minikube localkube[6147]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:08 minikube localkube[6147]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:08 minikube localkube[6147]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:08 minikube localkube[6147]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_password value database password (default "root")
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:08 minikube localkube[6147]: --storage_driver_user value database username (default "root")
Mar 23 17:05:08 minikube localkube[6147]: -v, --v value log level for V logs
Mar 23 17:05:08 minikube localkube[6147]: --version If localkube should just print the version and exit.
Mar 23 17:05:08 minikube localkube[6147]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:08 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:08 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:08 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:08 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:11 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:11 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:12 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:12 minikube localkube[6195]: unknown flag: --apiserver-name
Mar 23 17:05:12 minikube localkube[6195]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:12 minikube localkube[6195]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:12 minikube localkube[6195]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:12 minikube localkube[6195]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:12 minikube localkube[6195]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:12 minikube localkube[6195]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:12 minikube localkube[6195]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:12 minikube localkube[6195]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:12 minikube localkube[6195]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:12 minikube localkube[6195]: --container-runtime string The container runtime to be used
Mar 23 17:05:12 minikube localkube[6195]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:12 minikube localkube[6195]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:12 minikube localkube[6195]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:12 minikube localkube[6195]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:12 minikube localkube[6195]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:12 minikube localkube[6195]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:12 minikube localkube[6195]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:12 minikube localkube[6195]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:12 minikube localkube[6195]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:12 minikube localkube[6195]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:12 minikube localkube[6195]: --event_storage_age_limit value 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")
Mar 23 17:05:12 minikube localkube[6195]: --event_storage_event_limit value 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")
Mar 23 17:05:12 minikube localkube[6195]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:12 minikube localkube[6195]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:12 minikube localkube[6195]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:12 minikube localkube[6195]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:12 minikube localkube[6195]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:12 minikube localkube[6195]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:12 minikube localkube[6195]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:12 minikube localkube[6195]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:12 minikube localkube[6195]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:12 minikube localkube[6195]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:12 minikube localkube[6195]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:12 minikube localkube[6195]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:12 minikube localkube[6195]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:12 minikube localkube[6195]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:12 minikube localkube[6195]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:12 minikube localkube[6195]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:12 minikube localkube[6195]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:12 minikube localkube[6195]: --logtostderr value log to standard error instead of files
Mar 23 17:05:12 minikube localkube[6195]: --machine_id_file value 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")
Mar 23 17:05:12 minikube localkube[6195]: --network-plugin string The name of the network plugin
Mar 23 17:05:12 minikube localkube[6195]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:12 minikube localkube[6195]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:12 minikube localkube[6195]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:12 minikube localkube[6195]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_password value database password (default "root")
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:12 minikube localkube[6195]: --storage_driver_user value database username (default "root")
Mar 23 17:05:12 minikube localkube[6195]: -v, --v value log level for V logs
Mar 23 17:05:12 minikube localkube[6195]: --version If localkube should just print the version and exit.
Mar 23 17:05:12 minikube localkube[6195]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:12 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:12 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:12 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:12 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:15 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:15 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:15 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:15 minikube localkube[6247]: unknown flag: --apiserver-name
Mar 23 17:05:15 minikube localkube[6247]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:15 minikube localkube[6247]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:15 minikube localkube[6247]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:15 minikube localkube[6247]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:15 minikube localkube[6247]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:15 minikube localkube[6247]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:15 minikube localkube[6247]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:15 minikube localkube[6247]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:15 minikube localkube[6247]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:15 minikube localkube[6247]: --container-runtime string The container runtime to be used
Mar 23 17:05:15 minikube localkube[6247]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:15 minikube localkube[6247]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:15 minikube localkube[6247]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:15 minikube localkube[6247]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:15 minikube localkube[6247]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:15 minikube localkube[6247]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:15 minikube localkube[6247]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:15 minikube localkube[6247]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:15 minikube localkube[6247]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:15 minikube localkube[6247]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:15 minikube localkube[6247]: --event_storage_age_limit value 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")
Mar 23 17:05:15 minikube localkube[6247]: --event_storage_event_limit value 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")
Mar 23 17:05:15 minikube localkube[6247]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:15 minikube localkube[6247]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:15 minikube localkube[6247]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:15 minikube localkube[6247]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:15 minikube localkube[6247]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:15 minikube localkube[6247]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:15 minikube localkube[6247]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:15 minikube localkube[6247]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:15 minikube localkube[6247]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:15 minikube localkube[6247]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:15 minikube localkube[6247]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:15 minikube localkube[6247]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:15 minikube localkube[6247]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:15 minikube localkube[6247]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:15 minikube localkube[6247]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:15 minikube localkube[6247]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:15 minikube localkube[6247]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:15 minikube localkube[6247]: --logtostderr value log to standard error instead of files
Mar 23 17:05:15 minikube localkube[6247]: --machine_id_file value 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")
Mar 23 17:05:15 minikube localkube[6247]: --network-plugin string The name of the network plugin
Mar 23 17:05:15 minikube localkube[6247]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:15 minikube localkube[6247]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:15 minikube localkube[6247]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:15 minikube localkube[6247]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_password value database password (default "root")
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:15 minikube localkube[6247]: --storage_driver_user value database username (default "root")
Mar 23 17:05:15 minikube localkube[6247]: -v, --v value log level for V logs
Mar 23 17:05:15 minikube localkube[6247]: --version If localkube should just print the version and exit.
Mar 23 17:05:15 minikube localkube[6247]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:15 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:15 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:15 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:15 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:18 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:18 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:18 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:18 minikube localkube[6299]: unknown flag: --apiserver-name
Mar 23 17:05:18 minikube localkube[6299]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:18 minikube localkube[6299]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:18 minikube localkube[6299]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:18 minikube localkube[6299]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:18 minikube localkube[6299]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:18 minikube localkube[6299]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:18 minikube localkube[6299]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:18 minikube localkube[6299]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:18 minikube localkube[6299]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:18 minikube localkube[6299]: --container-runtime string The container runtime to be used
Mar 23 17:05:18 minikube localkube[6299]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:18 minikube localkube[6299]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:18 minikube localkube[6299]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:18 minikube localkube[6299]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:18 minikube localkube[6299]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:18 minikube localkube[6299]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:18 minikube localkube[6299]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:18 minikube localkube[6299]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:18 minikube localkube[6299]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:18 minikube localkube[6299]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:18 minikube localkube[6299]: --event_storage_age_limit value 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")
Mar 23 17:05:18 minikube localkube[6299]: --event_storage_event_limit value 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")
Mar 23 17:05:18 minikube localkube[6299]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:18 minikube localkube[6299]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:18 minikube localkube[6299]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:18 minikube localkube[6299]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:18 minikube localkube[6299]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:18 minikube localkube[6299]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:18 minikube localkube[6299]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:18 minikube localkube[6299]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:18 minikube localkube[6299]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:18 minikube localkube[6299]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:18 minikube localkube[6299]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:18 minikube localkube[6299]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:18 minikube localkube[6299]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:18 minikube localkube[6299]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:18 minikube localkube[6299]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:18 minikube localkube[6299]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:18 minikube localkube[6299]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:18 minikube localkube[6299]: --logtostderr value log to standard error instead of files
Mar 23 17:05:18 minikube localkube[6299]: --machine_id_file value 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")
Mar 23 17:05:18 minikube localkube[6299]: --network-plugin string The name of the network plugin
Mar 23 17:05:18 minikube localkube[6299]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:18 minikube localkube[6299]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:18 minikube localkube[6299]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:18 minikube localkube[6299]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_password value database password (default "root")
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:18 minikube localkube[6299]: --storage_driver_user value database username (default "root")
Mar 23 17:05:18 minikube localkube[6299]: -v, --v value log level for V logs
Mar 23 17:05:18 minikube localkube[6299]: --version If localkube should just print the version and exit.
Mar 23 17:05:18 minikube localkube[6299]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:18 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:18 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:18 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:18 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:21 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:21 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:21 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:21 minikube localkube[6349]: unknown flag: --apiserver-name
Mar 23 17:05:21 minikube localkube[6349]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:21 minikube localkube[6349]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:21 minikube localkube[6349]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:21 minikube localkube[6349]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:21 minikube localkube[6349]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:21 minikube localkube[6349]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:21 minikube localkube[6349]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:21 minikube localkube[6349]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:21 minikube localkube[6349]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:21 minikube localkube[6349]: --container-runtime string The container runtime to be used
Mar 23 17:05:21 minikube localkube[6349]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:21 minikube localkube[6349]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:21 minikube localkube[6349]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:21 minikube localkube[6349]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:21 minikube localkube[6349]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:21 minikube localkube[6349]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:21 minikube localkube[6349]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:21 minikube localkube[6349]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:21 minikube localkube[6349]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:21 minikube localkube[6349]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:21 minikube localkube[6349]: --event_storage_age_limit value 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")
Mar 23 17:05:21 minikube localkube[6349]: --event_storage_event_limit value 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")
Mar 23 17:05:21 minikube localkube[6349]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:21 minikube localkube[6349]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:21 minikube localkube[6349]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:21 minikube localkube[6349]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:21 minikube localkube[6349]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:21 minikube localkube[6349]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:21 minikube localkube[6349]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:21 minikube localkube[6349]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:21 minikube localkube[6349]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:21 minikube localkube[6349]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:21 minikube localkube[6349]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:21 minikube localkube[6349]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:21 minikube localkube[6349]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:21 minikube localkube[6349]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:21 minikube localkube[6349]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:21 minikube localkube[6349]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:21 minikube localkube[6349]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:21 minikube localkube[6349]: --logtostderr value log to standard error instead of files
Mar 23 17:05:21 minikube localkube[6349]: --machine_id_file value 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")
Mar 23 17:05:21 minikube localkube[6349]: --network-plugin string The name of the network plugin
Mar 23 17:05:21 minikube localkube[6349]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:21 minikube localkube[6349]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:21 minikube localkube[6349]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:21 minikube localkube[6349]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_password value database password (default "root")
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:21 minikube localkube[6349]: --storage_driver_user value database username (default "root")
Mar 23 17:05:21 minikube localkube[6349]: -v, --v value log level for V logs
Mar 23 17:05:21 minikube localkube[6349]: --version If localkube should just print the version and exit.
Mar 23 17:05:21 minikube localkube[6349]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:21 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:21 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:21 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:21 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:24 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:24 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:25 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:25 minikube localkube[6395]: unknown flag: --apiserver-name
Mar 23 17:05:25 minikube localkube[6395]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:25 minikube localkube[6395]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:25 minikube localkube[6395]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:25 minikube localkube[6395]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:25 minikube localkube[6395]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:25 minikube localkube[6395]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:25 minikube localkube[6395]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:25 minikube localkube[6395]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:25 minikube localkube[6395]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:25 minikube localkube[6395]: --container-runtime string The container runtime to be used
Mar 23 17:05:25 minikube localkube[6395]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:25 minikube localkube[6395]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:25 minikube localkube[6395]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:25 minikube localkube[6395]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:25 minikube localkube[6395]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:25 minikube localkube[6395]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:25 minikube localkube[6395]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:25 minikube localkube[6395]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:25 minikube localkube[6395]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:25 minikube localkube[6395]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:25 minikube localkube[6395]: --event_storage_age_limit value 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")
Mar 23 17:05:25 minikube localkube[6395]: --event_storage_event_limit value 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")
Mar 23 17:05:25 minikube localkube[6395]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:25 minikube localkube[6395]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:25 minikube localkube[6395]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:25 minikube localkube[6395]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:25 minikube localkube[6395]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:25 minikube localkube[6395]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:25 minikube localkube[6395]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:25 minikube localkube[6395]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:25 minikube localkube[6395]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:25 minikube localkube[6395]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:25 minikube localkube[6395]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:25 minikube localkube[6395]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:25 minikube localkube[6395]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:25 minikube localkube[6395]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:25 minikube localkube[6395]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:25 minikube localkube[6395]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:25 minikube localkube[6395]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:25 minikube localkube[6395]: --logtostderr value log to standard error instead of files
Mar 23 17:05:25 minikube localkube[6395]: --machine_id_file value 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")
Mar 23 17:05:25 minikube localkube[6395]: --network-plugin string The name of the network plugin
Mar 23 17:05:25 minikube localkube[6395]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:25 minikube localkube[6395]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:25 minikube localkube[6395]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:25 minikube localkube[6395]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_password value database password (default "root")
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:25 minikube localkube[6395]: --storage_driver_user value database username (default "root")
Mar 23 17:05:25 minikube localkube[6395]: -v, --v value log level for V logs
Mar 23 17:05:25 minikube localkube[6395]: --version If localkube should just print the version and exit.
Mar 23 17:05:25 minikube localkube[6395]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:25 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:25 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:25 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:25 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:28 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:28 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:28 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:28 minikube localkube[6442]: unknown flag: --apiserver-name
Mar 23 17:05:28 minikube localkube[6442]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:28 minikube localkube[6442]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:28 minikube localkube[6442]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:28 minikube localkube[6442]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:28 minikube localkube[6442]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:28 minikube localkube[6442]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:28 minikube localkube[6442]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:28 minikube localkube[6442]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:28 minikube localkube[6442]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:28 minikube localkube[6442]: --container-runtime string The container runtime to be used
Mar 23 17:05:28 minikube localkube[6442]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:28 minikube localkube[6442]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:28 minikube localkube[6442]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:28 minikube localkube[6442]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:28 minikube localkube[6442]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:28 minikube localkube[6442]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:28 minikube localkube[6442]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:28 minikube localkube[6442]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:28 minikube localkube[6442]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:28 minikube localkube[6442]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:28 minikube localkube[6442]: --event_storage_age_limit value 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")
Mar 23 17:05:28 minikube localkube[6442]: --event_storage_event_limit value 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")
Mar 23 17:05:28 minikube localkube[6442]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:28 minikube localkube[6442]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:28 minikube localkube[6442]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:28 minikube localkube[6442]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:28 minikube localkube[6442]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:28 minikube localkube[6442]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:28 minikube localkube[6442]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:28 minikube localkube[6442]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:28 minikube localkube[6442]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:28 minikube localkube[6442]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:28 minikube localkube[6442]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:28 minikube localkube[6442]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:28 minikube localkube[6442]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:28 minikube localkube[6442]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:28 minikube localkube[6442]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:28 minikube localkube[6442]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:28 minikube localkube[6442]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:28 minikube localkube[6442]: --logtostderr value log to standard error instead of files
Mar 23 17:05:28 minikube localkube[6442]: --machine_id_file value 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")
Mar 23 17:05:28 minikube localkube[6442]: --network-plugin string The name of the network plugin
Mar 23 17:05:28 minikube localkube[6442]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:28 minikube localkube[6442]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:28 minikube localkube[6442]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:28 minikube localkube[6442]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_password value database password (default "root")
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:28 minikube localkube[6442]: --storage_driver_user value database username (default "root")
Mar 23 17:05:28 minikube localkube[6442]: -v, --v value log level for V logs
Mar 23 17:05:28 minikube localkube[6442]: --version If localkube should just print the version and exit.
Mar 23 17:05:28 minikube localkube[6442]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:28 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:28 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:28 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:28 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:31 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:31 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:31 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:31 minikube localkube[6491]: unknown flag: --apiserver-name
Mar 23 17:05:31 minikube localkube[6491]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:31 minikube localkube[6491]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:31 minikube localkube[6491]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:31 minikube localkube[6491]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:31 minikube localkube[6491]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:31 minikube localkube[6491]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:31 minikube localkube[6491]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:31 minikube localkube[6491]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:31 minikube localkube[6491]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:31 minikube localkube[6491]: --container-runtime string The container runtime to be used
Mar 23 17:05:31 minikube localkube[6491]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:31 minikube localkube[6491]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:31 minikube localkube[6491]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:31 minikube localkube[6491]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:31 minikube localkube[6491]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:31 minikube localkube[6491]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:31 minikube localkube[6491]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:31 minikube localkube[6491]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:31 minikube localkube[6491]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:31 minikube localkube[6491]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:31 minikube localkube[6491]: --event_storage_age_limit value 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")
Mar 23 17:05:31 minikube localkube[6491]: --event_storage_event_limit value 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")
Mar 23 17:05:31 minikube localkube[6491]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:31 minikube localkube[6491]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:31 minikube localkube[6491]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:31 minikube localkube[6491]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:31 minikube localkube[6491]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:31 minikube localkube[6491]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:31 minikube localkube[6491]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:31 minikube localkube[6491]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:31 minikube localkube[6491]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:31 minikube localkube[6491]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:31 minikube localkube[6491]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:31 minikube localkube[6491]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:31 minikube localkube[6491]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:31 minikube localkube[6491]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:31 minikube localkube[6491]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:31 minikube localkube[6491]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:31 minikube localkube[6491]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:31 minikube localkube[6491]: --logtostderr value log to standard error instead of files
Mar 23 17:05:31 minikube localkube[6491]: --machine_id_file value 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")
Mar 23 17:05:31 minikube localkube[6491]: --network-plugin string The name of the network plugin
Mar 23 17:05:31 minikube localkube[6491]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:31 minikube localkube[6491]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:31 minikube localkube[6491]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:31 minikube localkube[6491]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_password value database password (default "root")
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:31 minikube localkube[6491]: --storage_driver_user value database username (default "root")
Mar 23 17:05:31 minikube localkube[6491]: -v, --v value log level for V logs
Mar 23 17:05:31 minikube localkube[6491]: --version If localkube should just print the version and exit.
Mar 23 17:05:31 minikube localkube[6491]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:31 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:31 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:31 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:31 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:34 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:34 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:34 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:34 minikube localkube[6538]: unknown flag: --apiserver-name
Mar 23 17:05:34 minikube localkube[6538]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:34 minikube localkube[6538]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:34 minikube localkube[6538]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:34 minikube localkube[6538]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:34 minikube localkube[6538]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:34 minikube localkube[6538]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:34 minikube localkube[6538]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:34 minikube localkube[6538]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:34 minikube localkube[6538]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:34 minikube localkube[6538]: --container-runtime string The container runtime to be used
Mar 23 17:05:34 minikube localkube[6538]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:34 minikube localkube[6538]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:34 minikube localkube[6538]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:34 minikube localkube[6538]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:34 minikube localkube[6538]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:34 minikube localkube[6538]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:34 minikube localkube[6538]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:34 minikube localkube[6538]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:34 minikube localkube[6538]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:34 minikube localkube[6538]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:34 minikube localkube[6538]: --event_storage_age_limit value 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")
Mar 23 17:05:34 minikube localkube[6538]: --event_storage_event_limit value 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")
Mar 23 17:05:34 minikube localkube[6538]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:34 minikube localkube[6538]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:34 minikube localkube[6538]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:34 minikube localkube[6538]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:34 minikube localkube[6538]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:34 minikube localkube[6538]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:34 minikube localkube[6538]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:34 minikube localkube[6538]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:34 minikube localkube[6538]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:34 minikube localkube[6538]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:34 minikube localkube[6538]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:34 minikube localkube[6538]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:34 minikube localkube[6538]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:34 minikube localkube[6538]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:34 minikube localkube[6538]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:34 minikube localkube[6538]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:34 minikube localkube[6538]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:34 minikube localkube[6538]: --logtostderr value log to standard error instead of files
Mar 23 17:05:34 minikube localkube[6538]: --machine_id_file value 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")
Mar 23 17:05:34 minikube localkube[6538]: --network-plugin string The name of the network plugin
Mar 23 17:05:34 minikube localkube[6538]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:34 minikube localkube[6538]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:34 minikube localkube[6538]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:34 minikube localkube[6538]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_password value database password (default "root")
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:34 minikube localkube[6538]: --storage_driver_user value database username (default "root")
Mar 23 17:05:34 minikube localkube[6538]: -v, --v value log level for V logs
Mar 23 17:05:34 minikube localkube[6538]: --version If localkube should just print the version and exit.
Mar 23 17:05:34 minikube localkube[6538]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:34 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:34 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:34 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:34 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:37 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:37 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:38 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:38 minikube localkube[6579]: unknown flag: --apiserver-name
Mar 23 17:05:38 minikube localkube[6579]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:38 minikube localkube[6579]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:38 minikube localkube[6579]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:38 minikube localkube[6579]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:38 minikube localkube[6579]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:38 minikube localkube[6579]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:38 minikube localkube[6579]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:38 minikube localkube[6579]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:38 minikube localkube[6579]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:38 minikube localkube[6579]: --container-runtime string The container runtime to be used
Mar 23 17:05:38 minikube localkube[6579]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:38 minikube localkube[6579]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:38 minikube localkube[6579]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:38 minikube localkube[6579]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:38 minikube localkube[6579]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:38 minikube localkube[6579]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:38 minikube localkube[6579]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:38 minikube localkube[6579]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:38 minikube localkube[6579]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:38 minikube localkube[6579]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:38 minikube localkube[6579]: --event_storage_age_limit value 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")
Mar 23 17:05:38 minikube localkube[6579]: --event_storage_event_limit value 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")
Mar 23 17:05:38 minikube localkube[6579]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:38 minikube localkube[6579]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:38 minikube localkube[6579]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:38 minikube localkube[6579]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:38 minikube localkube[6579]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:38 minikube localkube[6579]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:38 minikube localkube[6579]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:38 minikube localkube[6579]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:38 minikube localkube[6579]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:38 minikube localkube[6579]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:38 minikube localkube[6579]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:38 minikube localkube[6579]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:38 minikube localkube[6579]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:38 minikube localkube[6579]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:38 minikube localkube[6579]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:38 minikube localkube[6579]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:38 minikube localkube[6579]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:38 minikube localkube[6579]: --logtostderr value log to standard error instead of files
Mar 23 17:05:38 minikube localkube[6579]: --machine_id_file value 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")
Mar 23 17:05:38 minikube localkube[6579]: --network-plugin string The name of the network plugin
Mar 23 17:05:38 minikube localkube[6579]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:38 minikube localkube[6579]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:38 minikube localkube[6579]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:38 minikube localkube[6579]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_password value database password (default "root")
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:38 minikube localkube[6579]: --storage_driver_user value database username (default "root")
Mar 23 17:05:38 minikube localkube[6579]: -v, --v value log level for V logs
Mar 23 17:05:38 minikube localkube[6579]: --version If localkube should just print the version and exit.
Mar 23 17:05:38 minikube localkube[6579]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:38 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:38 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:38 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:38 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:41 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:41 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:41 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:41 minikube localkube[6623]: unknown flag: --apiserver-name
Mar 23 17:05:41 minikube localkube[6623]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:41 minikube localkube[6623]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:41 minikube localkube[6623]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:41 minikube localkube[6623]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:41 minikube localkube[6623]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:41 minikube localkube[6623]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:41 minikube localkube[6623]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:41 minikube localkube[6623]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:41 minikube localkube[6623]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:41 minikube localkube[6623]: --container-runtime string The container runtime to be used
Mar 23 17:05:41 minikube localkube[6623]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:41 minikube localkube[6623]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:41 minikube localkube[6623]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:41 minikube localkube[6623]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:41 minikube localkube[6623]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:41 minikube localkube[6623]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:41 minikube localkube[6623]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:41 minikube localkube[6623]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:41 minikube localkube[6623]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:41 minikube localkube[6623]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:41 minikube localkube[6623]: --event_storage_age_limit value 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")
Mar 23 17:05:41 minikube localkube[6623]: --event_storage_event_limit value 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")
Mar 23 17:05:41 minikube localkube[6623]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:41 minikube localkube[6623]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:41 minikube localkube[6623]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:41 minikube localkube[6623]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:41 minikube localkube[6623]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:41 minikube localkube[6623]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:41 minikube localkube[6623]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:41 minikube localkube[6623]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:41 minikube localkube[6623]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:41 minikube localkube[6623]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:41 minikube localkube[6623]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:41 minikube localkube[6623]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:41 minikube localkube[6623]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:41 minikube localkube[6623]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:41 minikube localkube[6623]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:41 minikube localkube[6623]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:41 minikube localkube[6623]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:41 minikube localkube[6623]: --logtostderr value log to standard error instead of files
Mar 23 17:05:41 minikube localkube[6623]: --machine_id_file value 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")
Mar 23 17:05:41 minikube localkube[6623]: --network-plugin string The name of the network plugin
Mar 23 17:05:41 minikube localkube[6623]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:41 minikube localkube[6623]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:41 minikube localkube[6623]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:41 minikube localkube[6623]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_password value database password (default "root")
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:41 minikube localkube[6623]: --storage_driver_user value database username (default "root")
Mar 23 17:05:41 minikube localkube[6623]: -v, --v value log level for V logs
Mar 23 17:05:41 minikube localkube[6623]: --version If localkube should just print the version and exit.
Mar 23 17:05:41 minikube localkube[6623]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:41 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:41 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:41 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:41 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:44 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:44 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:44 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:44 minikube localkube[6669]: unknown flag: --apiserver-name
Mar 23 17:05:44 minikube localkube[6669]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:44 minikube localkube[6669]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:44 minikube localkube[6669]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:44 minikube localkube[6669]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:44 minikube localkube[6669]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:44 minikube localkube[6669]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:44 minikube localkube[6669]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:44 minikube localkube[6669]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:44 minikube localkube[6669]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:44 minikube localkube[6669]: --container-runtime string The container runtime to be used
Mar 23 17:05:44 minikube localkube[6669]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:44 minikube localkube[6669]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:44 minikube localkube[6669]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:44 minikube localkube[6669]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:44 minikube localkube[6669]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:44 minikube localkube[6669]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:44 minikube localkube[6669]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:44 minikube localkube[6669]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:44 minikube localkube[6669]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:44 minikube localkube[6669]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:44 minikube localkube[6669]: --event_storage_age_limit value 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")
Mar 23 17:05:44 minikube localkube[6669]: --event_storage_event_limit value 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")
Mar 23 17:05:44 minikube localkube[6669]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:44 minikube localkube[6669]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:44 minikube localkube[6669]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:44 minikube localkube[6669]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:44 minikube localkube[6669]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:44 minikube localkube[6669]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:44 minikube localkube[6669]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:44 minikube localkube[6669]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:44 minikube localkube[6669]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:44 minikube localkube[6669]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:44 minikube localkube[6669]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:44 minikube localkube[6669]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:44 minikube localkube[6669]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:44 minikube localkube[6669]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:44 minikube localkube[6669]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:44 minikube localkube[6669]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:44 minikube localkube[6669]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:44 minikube localkube[6669]: --logtostderr value log to standard error instead of files
Mar 23 17:05:44 minikube localkube[6669]: --machine_id_file value 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")
Mar 23 17:05:44 minikube localkube[6669]: --network-plugin string The name of the network plugin
Mar 23 17:05:44 minikube localkube[6669]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:44 minikube localkube[6669]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:44 minikube localkube[6669]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:44 minikube localkube[6669]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_password value database password (default "root")
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:44 minikube localkube[6669]: --storage_driver_user value database username (default "root")
Mar 23 17:05:44 minikube localkube[6669]: -v, --v value log level for V logs
Mar 23 17:05:44 minikube localkube[6669]: --version If localkube should just print the version and exit.
Mar 23 17:05:44 minikube localkube[6669]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:44 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:44 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:44 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:44 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:47 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:47 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:47 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:47 minikube localkube[6709]: unknown flag: --apiserver-name
Mar 23 17:05:47 minikube localkube[6709]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:47 minikube localkube[6709]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:47 minikube localkube[6709]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:47 minikube localkube[6709]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:47 minikube localkube[6709]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:47 minikube localkube[6709]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:47 minikube localkube[6709]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:47 minikube localkube[6709]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:47 minikube localkube[6709]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:47 minikube localkube[6709]: --container-runtime string The container runtime to be used
Mar 23 17:05:47 minikube localkube[6709]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:47 minikube localkube[6709]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:47 minikube localkube[6709]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:47 minikube localkube[6709]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:47 minikube localkube[6709]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:47 minikube localkube[6709]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:47 minikube localkube[6709]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:47 minikube localkube[6709]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:47 minikube localkube[6709]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:47 minikube localkube[6709]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:47 minikube localkube[6709]: --event_storage_age_limit value 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")
Mar 23 17:05:47 minikube localkube[6709]: --event_storage_event_limit value 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")
Mar 23 17:05:47 minikube localkube[6709]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:47 minikube localkube[6709]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:47 minikube localkube[6709]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:47 minikube localkube[6709]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:47 minikube localkube[6709]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:47 minikube localkube[6709]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:47 minikube localkube[6709]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:47 minikube localkube[6709]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:47 minikube localkube[6709]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:47 minikube localkube[6709]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:47 minikube localkube[6709]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:47 minikube localkube[6709]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:47 minikube localkube[6709]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:47 minikube localkube[6709]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:47 minikube localkube[6709]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:47 minikube localkube[6709]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:47 minikube localkube[6709]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:47 minikube localkube[6709]: --logtostderr value log to standard error instead of files
Mar 23 17:05:47 minikube localkube[6709]: --machine_id_file value 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")
Mar 23 17:05:47 minikube localkube[6709]: --network-plugin string The name of the network plugin
Mar 23 17:05:47 minikube localkube[6709]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:47 minikube localkube[6709]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:47 minikube localkube[6709]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:47 minikube localkube[6709]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_password value database password (default "root")
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:47 minikube localkube[6709]: --storage_driver_user value database username (default "root")
Mar 23 17:05:47 minikube localkube[6709]: -v, --v value log level for V logs
Mar 23 17:05:47 minikube localkube[6709]: --version If localkube should just print the version and exit.
Mar 23 17:05:47 minikube localkube[6709]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:47 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:47 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:47 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:47 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:50 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:50 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:51 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:51 minikube localkube[6752]: unknown flag: --apiserver-name
Mar 23 17:05:51 minikube localkube[6752]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:51 minikube localkube[6752]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:51 minikube localkube[6752]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:51 minikube localkube[6752]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:51 minikube localkube[6752]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:51 minikube localkube[6752]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:51 minikube localkube[6752]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:51 minikube localkube[6752]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:51 minikube localkube[6752]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:51 minikube localkube[6752]: --container-runtime string The container runtime to be used
Mar 23 17:05:51 minikube localkube[6752]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:51 minikube localkube[6752]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:51 minikube localkube[6752]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:51 minikube localkube[6752]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:51 minikube localkube[6752]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:51 minikube localkube[6752]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:51 minikube localkube[6752]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:51 minikube localkube[6752]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:51 minikube localkube[6752]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:51 minikube localkube[6752]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:51 minikube localkube[6752]: --event_storage_age_limit value 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")
Mar 23 17:05:51 minikube localkube[6752]: --event_storage_event_limit value 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")
Mar 23 17:05:51 minikube localkube[6752]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:51 minikube localkube[6752]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:51 minikube localkube[6752]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:51 minikube localkube[6752]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:51 minikube localkube[6752]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:51 minikube localkube[6752]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:51 minikube localkube[6752]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:51 minikube localkube[6752]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:51 minikube localkube[6752]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:51 minikube localkube[6752]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:51 minikube localkube[6752]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:51 minikube localkube[6752]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:51 minikube localkube[6752]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:51 minikube localkube[6752]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:51 minikube localkube[6752]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:51 minikube localkube[6752]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:51 minikube localkube[6752]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:51 minikube localkube[6752]: --logtostderr value log to standard error instead of files
Mar 23 17:05:51 minikube localkube[6752]: --machine_id_file value 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")
Mar 23 17:05:51 minikube localkube[6752]: --network-plugin string The name of the network plugin
Mar 23 17:05:51 minikube localkube[6752]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:51 minikube localkube[6752]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:51 minikube localkube[6752]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:51 minikube localkube[6752]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_password value database password (default "root")
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:51 minikube localkube[6752]: --storage_driver_user value database username (default "root")
Mar 23 17:05:51 minikube localkube[6752]: -v, --v value log level for V logs
Mar 23 17:05:51 minikube localkube[6752]: --version If localkube should just print the version and exit.
Mar 23 17:05:51 minikube localkube[6752]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:51 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:51 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:51 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:51 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:54 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:54 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:54 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:54 minikube localkube[6816]: unknown flag: --apiserver-name
Mar 23 17:05:54 minikube localkube[6816]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:54 minikube localkube[6816]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:54 minikube localkube[6816]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:54 minikube localkube[6816]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:54 minikube localkube[6816]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:54 minikube localkube[6816]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:54 minikube localkube[6816]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:54 minikube localkube[6816]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:54 minikube localkube[6816]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:54 minikube localkube[6816]: --container-runtime string The container runtime to be used
Mar 23 17:05:54 minikube localkube[6816]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:54 minikube localkube[6816]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:54 minikube localkube[6816]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:54 minikube localkube[6816]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:54 minikube localkube[6816]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:54 minikube localkube[6816]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:54 minikube localkube[6816]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:54 minikube localkube[6816]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:54 minikube localkube[6816]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:54 minikube localkube[6816]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:54 minikube localkube[6816]: --event_storage_age_limit value 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")
Mar 23 17:05:54 minikube localkube[6816]: --event_storage_event_limit value 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")
Mar 23 17:05:54 minikube localkube[6816]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:54 minikube localkube[6816]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:54 minikube localkube[6816]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:54 minikube localkube[6816]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:54 minikube localkube[6816]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:54 minikube localkube[6816]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:54 minikube localkube[6816]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:54 minikube localkube[6816]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:54 minikube localkube[6816]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:54 minikube localkube[6816]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:54 minikube localkube[6816]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:54 minikube localkube[6816]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:54 minikube localkube[6816]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:54 minikube localkube[6816]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:54 minikube localkube[6816]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:54 minikube localkube[6816]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:54 minikube localkube[6816]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:54 minikube localkube[6816]: --logtostderr value log to standard error instead of files
Mar 23 17:05:54 minikube localkube[6816]: --machine_id_file value 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")
Mar 23 17:05:54 minikube localkube[6816]: --network-plugin string The name of the network plugin
Mar 23 17:05:54 minikube localkube[6816]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:54 minikube localkube[6816]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:54 minikube localkube[6816]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:54 minikube localkube[6816]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_password value database password (default "root")
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:54 minikube localkube[6816]: --storage_driver_user value database username (default "root")
Mar 23 17:05:54 minikube localkube[6816]: -v, --v value log level for V logs
Mar 23 17:05:54 minikube localkube[6816]: --version If localkube should just print the version and exit.
Mar 23 17:05:54 minikube localkube[6816]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:54 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:54 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:54 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:54 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:05:57 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:05:57 minikube systemd[1]: Stopped Localkube.
Mar 23 17:05:57 minikube systemd[1]: Starting Localkube...
Mar 23 17:05:57 minikube localkube[6846]: unknown flag: --apiserver-name
Mar 23 17:05:57 minikube localkube[6846]: Usage of /usr/local/bin/localkube:
Mar 23 17:05:57 minikube localkube[6846]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:05:57 minikube localkube[6846]: --alsologtostderr value log to standard error as well as files
Mar 23 17:05:57 minikube localkube[6846]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:05:57 minikube localkube[6846]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:05:57 minikube localkube[6846]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:05:57 minikube localkube[6846]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:05:57 minikube localkube[6846]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:05:57 minikube localkube[6846]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:05:57 minikube localkube[6846]: --container-runtime string The container runtime to be used
Mar 23 17:05:57 minikube localkube[6846]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:05:57 minikube localkube[6846]: --containerized If kubelet should run in containerized mode
Mar 23 17:05:57 minikube localkube[6846]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:05:57 minikube localkube[6846]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:05:57 minikube localkube[6846]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:05:57 minikube localkube[6846]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:05:57 minikube localkube[6846]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:05:57 minikube localkube[6846]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:05:57 minikube localkube[6846]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:05:57 minikube localkube[6846]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:05:57 minikube localkube[6846]: --event_storage_age_limit value 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")
Mar 23 17:05:57 minikube localkube[6846]: --event_storage_event_limit value 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")
Mar 23 17:05:57 minikube localkube[6846]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:05:57 minikube localkube[6846]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:05:57 minikube localkube[6846]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:05:57 minikube localkube[6846]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:05:57 minikube localkube[6846]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:05:57 minikube localkube[6846]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:05:57 minikube localkube[6846]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:05:57 minikube localkube[6846]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:05:57 minikube localkube[6846]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:05:57 minikube localkube[6846]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:05:57 minikube localkube[6846]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:05:57 minikube localkube[6846]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:05:57 minikube localkube[6846]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:05:57 minikube localkube[6846]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:05:57 minikube localkube[6846]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:05:57 minikube localkube[6846]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:05:57 minikube localkube[6846]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:05:57 minikube localkube[6846]: --logtostderr value log to standard error instead of files
Mar 23 17:05:57 minikube localkube[6846]: --machine_id_file value 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")
Mar 23 17:05:57 minikube localkube[6846]: --network-plugin string The name of the network plugin
Mar 23 17:05:57 minikube localkube[6846]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:05:57 minikube localkube[6846]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:05:57 minikube localkube[6846]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:05:57 minikube localkube[6846]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_password value database password (default "root")
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_secure value use secure connection with database
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_table value table name (default "stats")
Mar 23 17:05:57 minikube localkube[6846]: --storage_driver_user value database username (default "root")
Mar 23 17:05:57 minikube localkube[6846]: -v, --v value log level for V logs
Mar 23 17:05:57 minikube localkube[6846]: --version If localkube should just print the version and exit.
Mar 23 17:05:57 minikube localkube[6846]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:05:57 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:05:57 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:05:57 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:05:57 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:00 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:00 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:00 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:00 minikube localkube[6894]: unknown flag: --apiserver-name
Mar 23 17:06:00 minikube localkube[6894]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:00 minikube localkube[6894]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:00 minikube localkube[6894]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:00 minikube localkube[6894]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:00 minikube localkube[6894]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:00 minikube localkube[6894]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:00 minikube localkube[6894]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:00 minikube localkube[6894]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:00 minikube localkube[6894]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:00 minikube localkube[6894]: --container-runtime string The container runtime to be used
Mar 23 17:06:00 minikube localkube[6894]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:00 minikube localkube[6894]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:00 minikube localkube[6894]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:00 minikube localkube[6894]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:00 minikube localkube[6894]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:00 minikube localkube[6894]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:00 minikube localkube[6894]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:00 minikube localkube[6894]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:00 minikube localkube[6894]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:00 minikube localkube[6894]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:00 minikube localkube[6894]: --event_storage_age_limit value 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")
Mar 23 17:06:00 minikube localkube[6894]: --event_storage_event_limit value 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")
Mar 23 17:06:00 minikube localkube[6894]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:00 minikube localkube[6894]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:00 minikube localkube[6894]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:00 minikube localkube[6894]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:00 minikube localkube[6894]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:00 minikube localkube[6894]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:00 minikube localkube[6894]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:00 minikube localkube[6894]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:00 minikube localkube[6894]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:00 minikube localkube[6894]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:00 minikube localkube[6894]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:00 minikube localkube[6894]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:00 minikube localkube[6894]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:00 minikube localkube[6894]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:00 minikube localkube[6894]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:00 minikube localkube[6894]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:00 minikube localkube[6894]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:00 minikube localkube[6894]: --logtostderr value log to standard error instead of files
Mar 23 17:06:00 minikube localkube[6894]: --machine_id_file value 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")
Mar 23 17:06:00 minikube localkube[6894]: --network-plugin string The name of the network plugin
Mar 23 17:06:00 minikube localkube[6894]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:00 minikube localkube[6894]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:00 minikube localkube[6894]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:00 minikube localkube[6894]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_password value database password (default "root")
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:00 minikube localkube[6894]: --storage_driver_user value database username (default "root")
Mar 23 17:06:00 minikube localkube[6894]: -v, --v value log level for V logs
Mar 23 17:06:00 minikube localkube[6894]: --version If localkube should just print the version and exit.
Mar 23 17:06:00 minikube localkube[6894]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:00 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:00 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:00 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:00 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:03 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:03 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:04 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:04 minikube localkube[6942]: unknown flag: --apiserver-name
Mar 23 17:06:04 minikube localkube[6942]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:04 minikube localkube[6942]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:04 minikube localkube[6942]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:04 minikube localkube[6942]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:04 minikube localkube[6942]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:04 minikube localkube[6942]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:04 minikube localkube[6942]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:04 minikube localkube[6942]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:04 minikube localkube[6942]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:04 minikube localkube[6942]: --container-runtime string The container runtime to be used
Mar 23 17:06:04 minikube localkube[6942]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:04 minikube localkube[6942]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:04 minikube localkube[6942]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:04 minikube localkube[6942]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:04 minikube localkube[6942]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:04 minikube localkube[6942]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:04 minikube localkube[6942]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:04 minikube localkube[6942]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:04 minikube localkube[6942]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:04 minikube localkube[6942]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:04 minikube localkube[6942]: --event_storage_age_limit value 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")
Mar 23 17:06:04 minikube localkube[6942]: --event_storage_event_limit value 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")
Mar 23 17:06:04 minikube localkube[6942]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:04 minikube localkube[6942]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:04 minikube localkube[6942]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:04 minikube localkube[6942]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:04 minikube localkube[6942]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:04 minikube localkube[6942]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:04 minikube localkube[6942]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:04 minikube localkube[6942]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:04 minikube localkube[6942]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:04 minikube localkube[6942]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:04 minikube localkube[6942]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:04 minikube localkube[6942]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:04 minikube localkube[6942]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:04 minikube localkube[6942]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:04 minikube localkube[6942]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:04 minikube localkube[6942]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:04 minikube localkube[6942]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:04 minikube localkube[6942]: --logtostderr value log to standard error instead of files
Mar 23 17:06:04 minikube localkube[6942]: --machine_id_file value 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")
Mar 23 17:06:04 minikube localkube[6942]: --network-plugin string The name of the network plugin
Mar 23 17:06:04 minikube localkube[6942]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:04 minikube localkube[6942]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:04 minikube localkube[6942]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:04 minikube localkube[6942]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_password value database password (default "root")
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:04 minikube localkube[6942]: --storage_driver_user value database username (default "root")
Mar 23 17:06:04 minikube localkube[6942]: -v, --v value log level for V logs
Mar 23 17:06:04 minikube localkube[6942]: --version If localkube should just print the version and exit.
Mar 23 17:06:04 minikube localkube[6942]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:04 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:04 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:04 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:04 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:07 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:07 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:07 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:07 minikube localkube[6995]: unknown flag: --apiserver-name
Mar 23 17:06:07 minikube localkube[6995]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:07 minikube localkube[6995]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:07 minikube localkube[6995]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:07 minikube localkube[6995]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:07 minikube localkube[6995]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:07 minikube localkube[6995]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:07 minikube localkube[6995]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:07 minikube localkube[6995]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:07 minikube localkube[6995]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:07 minikube localkube[6995]: --container-runtime string The container runtime to be used
Mar 23 17:06:07 minikube localkube[6995]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:07 minikube localkube[6995]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:07 minikube localkube[6995]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:07 minikube localkube[6995]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:07 minikube localkube[6995]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:07 minikube localkube[6995]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:07 minikube localkube[6995]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:07 minikube localkube[6995]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:07 minikube localkube[6995]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:07 minikube localkube[6995]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:07 minikube localkube[6995]: --event_storage_age_limit value 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")
Mar 23 17:06:07 minikube localkube[6995]: --event_storage_event_limit value 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")
Mar 23 17:06:07 minikube localkube[6995]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:07 minikube localkube[6995]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:07 minikube localkube[6995]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:07 minikube localkube[6995]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:07 minikube localkube[6995]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:07 minikube localkube[6995]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:07 minikube localkube[6995]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:07 minikube localkube[6995]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:07 minikube localkube[6995]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:07 minikube localkube[6995]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:07 minikube localkube[6995]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:07 minikube localkube[6995]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:07 minikube localkube[6995]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:07 minikube localkube[6995]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:07 minikube localkube[6995]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:07 minikube localkube[6995]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:07 minikube localkube[6995]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:07 minikube localkube[6995]: --logtostderr value log to standard error instead of files
Mar 23 17:06:07 minikube localkube[6995]: --machine_id_file value 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")
Mar 23 17:06:07 minikube localkube[6995]: --network-plugin string The name of the network plugin
Mar 23 17:06:07 minikube localkube[6995]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:07 minikube localkube[6995]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:07 minikube localkube[6995]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:07 minikube localkube[6995]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_password value database password (default "root")
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:07 minikube localkube[6995]: --storage_driver_user value database username (default "root")
Mar 23 17:06:07 minikube localkube[6995]: -v, --v value log level for V logs
Mar 23 17:06:07 minikube localkube[6995]: --version If localkube should just print the version and exit.
Mar 23 17:06:07 minikube localkube[6995]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:07 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:07 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:07 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:07 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:10 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:10 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:10 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:10 minikube localkube[7048]: unknown flag: --apiserver-name
Mar 23 17:06:10 minikube localkube[7048]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:10 minikube localkube[7048]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:10 minikube localkube[7048]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:10 minikube localkube[7048]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:10 minikube localkube[7048]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:10 minikube localkube[7048]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:10 minikube localkube[7048]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:10 minikube localkube[7048]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:10 minikube localkube[7048]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:10 minikube localkube[7048]: --container-runtime string The container runtime to be used
Mar 23 17:06:10 minikube localkube[7048]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:10 minikube localkube[7048]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:10 minikube localkube[7048]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:10 minikube localkube[7048]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:10 minikube localkube[7048]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:10 minikube localkube[7048]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:10 minikube localkube[7048]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:10 minikube localkube[7048]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:10 minikube localkube[7048]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:10 minikube localkube[7048]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:10 minikube localkube[7048]: --event_storage_age_limit value 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")
Mar 23 17:06:10 minikube localkube[7048]: --event_storage_event_limit value 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")
Mar 23 17:06:10 minikube localkube[7048]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:10 minikube localkube[7048]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:10 minikube localkube[7048]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:10 minikube localkube[7048]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:10 minikube localkube[7048]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:10 minikube localkube[7048]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:10 minikube localkube[7048]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:10 minikube localkube[7048]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:10 minikube localkube[7048]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:10 minikube localkube[7048]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:10 minikube localkube[7048]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:10 minikube localkube[7048]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:10 minikube localkube[7048]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:10 minikube localkube[7048]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:10 minikube localkube[7048]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:10 minikube localkube[7048]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:10 minikube localkube[7048]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:10 minikube localkube[7048]: --logtostderr value log to standard error instead of files
Mar 23 17:06:10 minikube localkube[7048]: --machine_id_file value 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")
Mar 23 17:06:10 minikube localkube[7048]: --network-plugin string The name of the network plugin
Mar 23 17:06:10 minikube localkube[7048]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:10 minikube localkube[7048]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:10 minikube localkube[7048]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:10 minikube localkube[7048]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_password value database password (default "root")
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:10 minikube localkube[7048]: --storage_driver_user value database username (default "root")
Mar 23 17:06:10 minikube localkube[7048]: -v, --v value log level for V logs
Mar 23 17:06:10 minikube localkube[7048]: --version If localkube should just print the version and exit.
Mar 23 17:06:10 minikube localkube[7048]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:10 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:10 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:10 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:10 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:13 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:13 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:13 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:13 minikube localkube[7100]: unknown flag: --apiserver-name
Mar 23 17:06:13 minikube localkube[7100]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:13 minikube localkube[7100]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:13 minikube localkube[7100]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:13 minikube localkube[7100]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:13 minikube localkube[7100]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:13 minikube localkube[7100]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:13 minikube localkube[7100]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:13 minikube localkube[7100]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:13 minikube localkube[7100]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:13 minikube localkube[7100]: --container-runtime string The container runtime to be used
Mar 23 17:06:13 minikube localkube[7100]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:13 minikube localkube[7100]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:13 minikube localkube[7100]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:13 minikube localkube[7100]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:13 minikube localkube[7100]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:13 minikube localkube[7100]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:13 minikube localkube[7100]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:13 minikube localkube[7100]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:13 minikube localkube[7100]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:13 minikube localkube[7100]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:13 minikube localkube[7100]: --event_storage_age_limit value 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")
Mar 23 17:06:13 minikube localkube[7100]: --event_storage_event_limit value 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")
Mar 23 17:06:13 minikube localkube[7100]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:13 minikube localkube[7100]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:13 minikube localkube[7100]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:13 minikube localkube[7100]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:13 minikube localkube[7100]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:13 minikube localkube[7100]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:13 minikube localkube[7100]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:13 minikube localkube[7100]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:13 minikube localkube[7100]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:13 minikube localkube[7100]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:13 minikube localkube[7100]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:13 minikube localkube[7100]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:13 minikube localkube[7100]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:13 minikube localkube[7100]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:13 minikube localkube[7100]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:13 minikube localkube[7100]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:13 minikube localkube[7100]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:13 minikube localkube[7100]: --logtostderr value log to standard error instead of files
Mar 23 17:06:13 minikube localkube[7100]: --machine_id_file value 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")
Mar 23 17:06:13 minikube localkube[7100]: --network-plugin string The name of the network plugin
Mar 23 17:06:13 minikube localkube[7100]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:13 minikube localkube[7100]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:13 minikube localkube[7100]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:13 minikube localkube[7100]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_password value database password (default "root")
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:13 minikube localkube[7100]: --storage_driver_user value database username (default "root")
Mar 23 17:06:13 minikube localkube[7100]: -v, --v value log level for V logs
Mar 23 17:06:13 minikube localkube[7100]: --version If localkube should just print the version and exit.
Mar 23 17:06:13 minikube localkube[7100]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:13 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:13 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:13 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:13 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:16 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:16 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:17 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:17 minikube localkube[7153]: unknown flag: --apiserver-name
Mar 23 17:06:17 minikube localkube[7153]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:17 minikube localkube[7153]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:17 minikube localkube[7153]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:17 minikube localkube[7153]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:17 minikube localkube[7153]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:17 minikube localkube[7153]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:17 minikube localkube[7153]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:17 minikube localkube[7153]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:17 minikube localkube[7153]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:17 minikube localkube[7153]: --container-runtime string The container runtime to be used
Mar 23 17:06:17 minikube localkube[7153]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:17 minikube localkube[7153]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:17 minikube localkube[7153]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:17 minikube localkube[7153]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:17 minikube localkube[7153]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:17 minikube localkube[7153]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:17 minikube localkube[7153]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:17 minikube localkube[7153]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:17 minikube localkube[7153]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:17 minikube localkube[7153]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:17 minikube localkube[7153]: --event_storage_age_limit value 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")
Mar 23 17:06:17 minikube localkube[7153]: --event_storage_event_limit value 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")
Mar 23 17:06:17 minikube localkube[7153]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:17 minikube localkube[7153]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:17 minikube localkube[7153]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:17 minikube localkube[7153]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:17 minikube localkube[7153]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:17 minikube localkube[7153]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:17 minikube localkube[7153]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:17 minikube localkube[7153]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:17 minikube localkube[7153]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:17 minikube localkube[7153]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:17 minikube localkube[7153]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:17 minikube localkube[7153]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:17 minikube localkube[7153]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:17 minikube localkube[7153]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:17 minikube localkube[7153]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:17 minikube localkube[7153]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:17 minikube localkube[7153]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:17 minikube localkube[7153]: --logtostderr value log to standard error instead of files
Mar 23 17:06:17 minikube localkube[7153]: --machine_id_file value 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")
Mar 23 17:06:17 minikube localkube[7153]: --network-plugin string The name of the network plugin
Mar 23 17:06:17 minikube localkube[7153]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:17 minikube localkube[7153]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:17 minikube localkube[7153]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:17 minikube localkube[7153]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_password value database password (default "root")
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:17 minikube localkube[7153]: --storage_driver_user value database username (default "root")
Mar 23 17:06:17 minikube localkube[7153]: -v, --v value log level for V logs
Mar 23 17:06:17 minikube localkube[7153]: --version If localkube should just print the version and exit.
Mar 23 17:06:17 minikube localkube[7153]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:17 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:17 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:17 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:17 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:20 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:20 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:20 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:20 minikube localkube[7206]: unknown flag: --apiserver-name
Mar 23 17:06:20 minikube localkube[7206]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:20 minikube localkube[7206]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:20 minikube localkube[7206]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:20 minikube localkube[7206]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:20 minikube localkube[7206]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:20 minikube localkube[7206]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:20 minikube localkube[7206]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:20 minikube localkube[7206]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:20 minikube localkube[7206]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:20 minikube localkube[7206]: --container-runtime string The container runtime to be used
Mar 23 17:06:20 minikube localkube[7206]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:20 minikube localkube[7206]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:20 minikube localkube[7206]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:20 minikube localkube[7206]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:20 minikube localkube[7206]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:20 minikube localkube[7206]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:20 minikube localkube[7206]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:20 minikube localkube[7206]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:20 minikube localkube[7206]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:20 minikube localkube[7206]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:20 minikube localkube[7206]: --event_storage_age_limit value 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")
Mar 23 17:06:20 minikube localkube[7206]: --event_storage_event_limit value 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")
Mar 23 17:06:20 minikube localkube[7206]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:20 minikube localkube[7206]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:20 minikube localkube[7206]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:20 minikube localkube[7206]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:20 minikube localkube[7206]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:20 minikube localkube[7206]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:20 minikube localkube[7206]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:20 minikube localkube[7206]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:20 minikube localkube[7206]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:20 minikube localkube[7206]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:20 minikube localkube[7206]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:20 minikube localkube[7206]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:20 minikube localkube[7206]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:20 minikube localkube[7206]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:20 minikube localkube[7206]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:20 minikube localkube[7206]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:20 minikube localkube[7206]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:20 minikube localkube[7206]: --logtostderr value log to standard error instead of files
Mar 23 17:06:20 minikube localkube[7206]: --machine_id_file value 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")
Mar 23 17:06:20 minikube localkube[7206]: --network-plugin string The name of the network plugin
Mar 23 17:06:20 minikube localkube[7206]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:20 minikube localkube[7206]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:20 minikube localkube[7206]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:20 minikube localkube[7206]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_password value database password (default "root")
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:20 minikube localkube[7206]: --storage_driver_user value database username (default "root")
Mar 23 17:06:20 minikube localkube[7206]: -v, --v value log level for V logs
Mar 23 17:06:20 minikube localkube[7206]: --version If localkube should just print the version and exit.
Mar 23 17:06:20 minikube localkube[7206]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:20 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:20 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:20 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:20 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:23 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:23 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:23 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:23 minikube localkube[7247]: unknown flag: --apiserver-name
Mar 23 17:06:23 minikube localkube[7247]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:23 minikube localkube[7247]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:23 minikube localkube[7247]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:23 minikube localkube[7247]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:23 minikube localkube[7247]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:23 minikube localkube[7247]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:23 minikube localkube[7247]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:23 minikube localkube[7247]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:23 minikube localkube[7247]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:23 minikube localkube[7247]: --container-runtime string The container runtime to be used
Mar 23 17:06:23 minikube localkube[7247]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:23 minikube localkube[7247]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:23 minikube localkube[7247]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:23 minikube localkube[7247]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:23 minikube localkube[7247]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:23 minikube localkube[7247]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:23 minikube localkube[7247]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:23 minikube localkube[7247]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:23 minikube localkube[7247]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:23 minikube localkube[7247]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:23 minikube localkube[7247]: --event_storage_age_limit value 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")
Mar 23 17:06:23 minikube localkube[7247]: --event_storage_event_limit value 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")
Mar 23 17:06:23 minikube localkube[7247]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:23 minikube localkube[7247]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:23 minikube localkube[7247]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:23 minikube localkube[7247]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:23 minikube localkube[7247]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:23 minikube localkube[7247]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:23 minikube localkube[7247]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:23 minikube localkube[7247]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:23 minikube localkube[7247]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:23 minikube localkube[7247]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:23 minikube localkube[7247]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:23 minikube localkube[7247]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:23 minikube localkube[7247]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:23 minikube localkube[7247]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:23 minikube localkube[7247]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:23 minikube localkube[7247]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:23 minikube localkube[7247]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:23 minikube localkube[7247]: --logtostderr value log to standard error instead of files
Mar 23 17:06:23 minikube localkube[7247]: --machine_id_file value 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")
Mar 23 17:06:23 minikube localkube[7247]: --network-plugin string The name of the network plugin
Mar 23 17:06:23 minikube localkube[7247]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:23 minikube localkube[7247]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:23 minikube localkube[7247]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:23 minikube localkube[7247]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_password value database password (default "root")
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:23 minikube localkube[7247]: --storage_driver_user value database username (default "root")
Mar 23 17:06:23 minikube localkube[7247]: -v, --v value log level for V logs
Mar 23 17:06:23 minikube localkube[7247]: --version If localkube should just print the version and exit.
Mar 23 17:06:23 minikube localkube[7247]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:23 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:23 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:23 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:23 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:26 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:26 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:26 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:26 minikube localkube[7294]: unknown flag: --apiserver-name
Mar 23 17:06:26 minikube localkube[7294]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:26 minikube localkube[7294]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:26 minikube localkube[7294]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:26 minikube localkube[7294]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:26 minikube localkube[7294]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:26 minikube localkube[7294]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:26 minikube localkube[7294]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:26 minikube localkube[7294]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:26 minikube localkube[7294]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:26 minikube localkube[7294]: --container-runtime string The container runtime to be used
Mar 23 17:06:26 minikube localkube[7294]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:26 minikube localkube[7294]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:26 minikube localkube[7294]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:26 minikube localkube[7294]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:26 minikube localkube[7294]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:26 minikube localkube[7294]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:26 minikube localkube[7294]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:26 minikube localkube[7294]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:26 minikube localkube[7294]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:26 minikube localkube[7294]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:26 minikube localkube[7294]: --event_storage_age_limit value 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")
Mar 23 17:06:26 minikube localkube[7294]: --event_storage_event_limit value 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")
Mar 23 17:06:26 minikube localkube[7294]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:26 minikube localkube[7294]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:26 minikube localkube[7294]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:26 minikube localkube[7294]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:26 minikube localkube[7294]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:26 minikube localkube[7294]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:26 minikube localkube[7294]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:26 minikube localkube[7294]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:26 minikube localkube[7294]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:26 minikube localkube[7294]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:26 minikube localkube[7294]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:26 minikube localkube[7294]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:26 minikube localkube[7294]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:26 minikube localkube[7294]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:26 minikube localkube[7294]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:26 minikube localkube[7294]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:26 minikube localkube[7294]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:26 minikube localkube[7294]: --logtostderr value log to standard error instead of files
Mar 23 17:06:26 minikube localkube[7294]: --machine_id_file value 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")
Mar 23 17:06:26 minikube localkube[7294]: --network-plugin string The name of the network plugin
Mar 23 17:06:26 minikube localkube[7294]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:26 minikube localkube[7294]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:26 minikube localkube[7294]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:26 minikube localkube[7294]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_password value database password (default "root")
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:26 minikube localkube[7294]: --storage_driver_user value database username (default "root")
Mar 23 17:06:26 minikube localkube[7294]: -v, --v value log level for V logs
Mar 23 17:06:26 minikube localkube[7294]: --version If localkube should just print the version and exit.
Mar 23 17:06:26 minikube localkube[7294]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:26 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:26 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:26 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:26 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:29 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:29 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:30 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:30 minikube localkube[7340]: unknown flag: --apiserver-name
Mar 23 17:06:30 minikube localkube[7340]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:30 minikube localkube[7340]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:30 minikube localkube[7340]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:30 minikube localkube[7340]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:30 minikube localkube[7340]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:30 minikube localkube[7340]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:30 minikube localkube[7340]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:30 minikube localkube[7340]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:30 minikube localkube[7340]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:30 minikube localkube[7340]: --container-runtime string The container runtime to be used
Mar 23 17:06:30 minikube localkube[7340]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:30 minikube localkube[7340]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:30 minikube localkube[7340]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:30 minikube localkube[7340]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:30 minikube localkube[7340]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:30 minikube localkube[7340]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:30 minikube localkube[7340]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:30 minikube localkube[7340]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:30 minikube localkube[7340]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:30 minikube localkube[7340]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:30 minikube localkube[7340]: --event_storage_age_limit value 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")
Mar 23 17:06:30 minikube localkube[7340]: --event_storage_event_limit value 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")
Mar 23 17:06:30 minikube localkube[7340]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:30 minikube localkube[7340]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:30 minikube localkube[7340]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:30 minikube localkube[7340]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:30 minikube localkube[7340]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:30 minikube localkube[7340]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:30 minikube localkube[7340]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:30 minikube localkube[7340]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:30 minikube localkube[7340]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:30 minikube localkube[7340]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:30 minikube localkube[7340]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:30 minikube localkube[7340]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:30 minikube localkube[7340]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:30 minikube localkube[7340]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:30 minikube localkube[7340]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:30 minikube localkube[7340]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:30 minikube localkube[7340]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:30 minikube localkube[7340]: --logtostderr value log to standard error instead of files
Mar 23 17:06:30 minikube localkube[7340]: --machine_id_file value 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")
Mar 23 17:06:30 minikube localkube[7340]: --network-plugin string The name of the network plugin
Mar 23 17:06:30 minikube localkube[7340]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:30 minikube localkube[7340]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:30 minikube localkube[7340]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:30 minikube localkube[7340]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_password value database password (default "root")
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:30 minikube localkube[7340]: --storage_driver_user value database username (default "root")
Mar 23 17:06:30 minikube localkube[7340]: -v, --v value log level for V logs
Mar 23 17:06:30 minikube localkube[7340]: --version If localkube should just print the version and exit.
Mar 23 17:06:30 minikube localkube[7340]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:30 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:30 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:30 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:30 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:33 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:33 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:33 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:33 minikube localkube[7392]: unknown flag: --apiserver-name
Mar 23 17:06:33 minikube localkube[7392]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:33 minikube localkube[7392]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:33 minikube localkube[7392]: --alsologtostderr value log to standard error as well as files
Mar 23 17:06:33 minikube localkube[7392]: --apiserver-address value The address the apiserver will listen securely on (default 0.0.0.0)
Mar 23 17:06:33 minikube localkube[7392]: --apiserver-insecure-address value The address the apiserver will listen insecurely on (default 127.0.0.1)
Mar 23 17:06:33 minikube localkube[7392]: --apiserver-insecure-port int The port the apiserver will listen insecurely on (default 8080)
Mar 23 17:06:33 minikube localkube[7392]: --apiserver-port int The port the apiserver will listen securely on (default 8443)
Mar 23 17:06:33 minikube localkube[7392]: --application_metrics_count_limit value Max number of application metrics to store (per container) (default 100)
Mar 23 17:06:33 minikube localkube[7392]: --boot_id_file value Comma-separated list of files to check for boot-id. Use the first one that exists. (default "/proc/sys/kernel/random/boot_id")
Mar 23 17:06:33 minikube localkube[7392]: --container-runtime string The container runtime to be used
Mar 23 17:06:33 minikube localkube[7392]: --container_hints value location of the container hints file (default "/etc/cadvisor/container_hints.json")
Mar 23 17:06:33 minikube localkube[7392]: --containerized If kubelet should run in containerized mode
Mar 23 17:06:33 minikube localkube[7392]: --dns-domain string The cluster dns domain (default "cluster.local")
Mar 23 17:06:33 minikube localkube[7392]: --dns-ip value The cluster dns IP (default 10.0.0.10)
Mar 23 17:06:33 minikube localkube[7392]: --docker value docker endpoint (default "unix:///var/run/docker.sock")
Mar 23 17:06:33 minikube localkube[7392]: --docker_env_metadata_whitelist value a comma-separated list of environment variable keys that needs to be collected for docker containers
Mar 23 17:06:33 minikube localkube[7392]: --docker_only value Only report docker containers in addition to root stats
Mar 23 17:06:33 minikube localkube[7392]: --docker_root value DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) (default "/var/lib/docker")
Mar 23 17:06:33 minikube localkube[7392]: --enable-dns DEPRECATED: Please run kube-dns as an cluster addon
Mar 23 17:06:33 minikube localkube[7392]: --enable_load_reader value Whether to enable cpu load reader
Mar 23 17:06:33 minikube localkube[7392]: --event_storage_age_limit value 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")
Mar 23 17:06:33 minikube localkube[7392]: --event_storage_event_limit value 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")
Mar 23 17:06:33 minikube localkube[7392]: --extra-config value A set of key=value pairs that describe configuration that may be passed to different components. The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
Mar 23 17:06:33 minikube localkube[7392]: --generate-certs If localkube should generate it's own certificates (default true)
Mar 23 17:06:33 minikube localkube[7392]: --global_housekeeping_interval value Interval between global housekeepings (default 1m0s)
Mar 23 17:06:33 minikube localkube[7392]: --housekeeping_interval value Interval between container housekeepings (default 10s)
Mar 23 17:06:33 minikube localkube[7392]: --ir-data-source value Data source used by InitialResources. Supported options: influxdb, gcm. (default "influxdb")
Mar 23 17:06:33 minikube localkube[7392]: --ir-dbname value InfluxDB database name which contains metrics requred by InitialResources (default "k8s")
Mar 23 17:06:33 minikube localkube[7392]: --ir-hawkular value Hawkular configuration URL
Mar 23 17:06:33 minikube localkube[7392]: --ir-influxdb-host value Address of InfluxDB which contains metrics requred by InitialResources (default "localhost:8080/api/v1/proxy/namespaces/kube-system/services/monitoring-influxdb:api")
Mar 23 17:06:33 minikube localkube[7392]: --ir-namespace-only value Whether the estimation should be made only based on data from the same namespace.
Mar 23 17:06:33 minikube localkube[7392]: --ir-password value Password used for connecting to InfluxDB (default "root")
Mar 23 17:06:33 minikube localkube[7392]: --ir-percentile value Which percentile of samples should InitialResources use when estimating resources. For experiment purposes. (default 90)
Mar 23 17:06:33 minikube localkube[7392]: --ir-user value User used for connecting to InfluxDB (default "root")
Mar 23 17:06:33 minikube localkube[7392]: --localkube-directory string The directory localkube will store files in (default "/var/lib/localkube")
Mar 23 17:06:33 minikube localkube[7392]: --log_backtrace_at value when logging hits line file:N, emit a stack trace (default :0)
Mar 23 17:06:33 minikube localkube[7392]: --log_cadvisor_usage value Whether to log the usage of the cAdvisor container
Mar 23 17:06:33 minikube localkube[7392]: --log_dir value If non-empty, write log files in this directory
Mar 23 17:06:33 minikube localkube[7392]: --loglevel value Log level (0 = DEBUG, 5 = FATAL) (default 1)
Mar 23 17:06:33 minikube localkube[7392]: --logtostderr value log to standard error instead of files
Mar 23 17:06:33 minikube localkube[7392]: --machine_id_file value 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")
Mar 23 17:06:33 minikube localkube[7392]: --network-plugin string The name of the network plugin
Mar 23 17:06:33 minikube localkube[7392]: --node-ip value IP address of the node. If set, kubelet will use this IP address for the node.
Mar 23 17:06:33 minikube localkube[7392]: --runtime-config value A set of key=value pairs that describe runtime configuration that may be passed to apiserver. apis/<groupVersion> key can be used to turn on/off specific api versions. apis/<groupVersion>/<resource> can be used to turn on/off specific resources. api/all and api/legacy are special keys to control all and legacy api versions respectively. (default api/all=true)
Mar 23 17:06:33 minikube localkube[7392]: --service-cluster-ip-range value The service-cluster-ip-range for the apiserver (default 10.0.0.0/24)
Mar 23 17:06:33 minikube localkube[7392]: --stderrthreshold value logs at or above this threshold go to stderr (default 2)
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_buffer_duration value Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction (default 1m0s)
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_db value database name (default "cadvisor")
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_host value database host:port (default "localhost:8086")
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_password value database password (default "root")
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_secure value use secure connection with database
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_table value table name (default "stats")
Mar 23 17:06:33 minikube localkube[7392]: --storage_driver_user value database username (default "root")
Mar 23 17:06:33 minikube localkube[7392]: -v, --v value log level for V logs
Mar 23 17:06:33 minikube localkube[7392]: --version If localkube should just print the version and exit.
Mar 23 17:06:33 minikube localkube[7392]: --vmodule value comma-separated list of pattern=N settings for file-filtered logging
Mar 23 17:06:33 minikube systemd[1]: localkube.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 23 17:06:33 minikube systemd[1]: Failed to start Localkube.
Mar 23 17:06:33 minikube systemd[1]: localkube.service: Unit entered failed state.
Mar 23 17:06:33 minikube systemd[1]: localkube.service: Failed with result 'exit-code'.
Mar 23 17:06:36 minikube systemd[1]: localkube.service: Service hold-off time over, scheduling restart.
Mar 23 17:06:36 minikube systemd[1]: Stopped Localkube.
Mar 23 17:06:36 minikube systemd[1]: Starting Localkube...
Mar 23 17:06:36 minikube localkube[7444]: unknown flag: --apiserver-name
Mar 23 17:06:36 minikube localkube[7444]: Usage of /usr/local/bin/localkube:
Mar 23 17:06:36 minikube localkube[7444]: --allow_verification_with_non_compliant_keys value Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962.
Mar 23 17:06:36 minikube localkube[7444]: --alsolog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment