diff --git a/content/en/docs/reference/kubectl/kubectl.md b/content/en/docs/reference/kubectl/kubectl.md old mode 100755 new mode 100644 index dd968f8e3f95c..3b681260bf15f --- a/content/en/docs/reference/kubectl/kubectl.md +++ b/content/en/docs/reference/kubectl/kubectl.md @@ -8,6 +8,7 @@ kubectl controls the Kubernetes cluster manager ### Synopsis + kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/overview/ @@ -18,39 +19,421 @@ kubectl [flags] ### Options -``` - --alsologtostderr log to standard error as well as files - --as string Username to impersonate for the operation - --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. - --cache-dir string Default HTTP cache directory (default "/home/username/.kube/http-cache") - --certificate-authority string Path to a cert file for the certificate authority - --client-certificate string Path to a client certificate file for TLS - --client-key string Path to a client key file for TLS - --cluster string The name of the kubeconfig cluster to use - --context string The name of the kubeconfig context to use - -h, --help help for kubectl - --insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure - --kubeconfig string Path to the kubeconfig file to use for CLI requests. - --log-backtrace-at traceLocation when logging hits line file:N, emit a stack trace (default :0) - --log-dir string If non-empty, write log files in this directory - --logtostderr log to standard error instead of files - --match-server-version Require server version to match client version - -n, --namespace string If present, the namespace scope for this CLI request - --password string Password for basic authentication to the API server - --request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0") - -s, --server string The address and port of the Kubernetes API server - --stderrthreshold severity logs at or above this threshold go to stderr (default 2) - --token string Bearer token for authentication to the API server - --user string The name of the kubeconfig user to use - --username string Username for basic authentication to the API server - -v, --v Level log level for V logs - --vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging -``` +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
-h, --help | +|
help for kubectl | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for alpha | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files contains the configuration to diff | +|
-h, --help | +|
help for diff | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--field-selector string | +|
Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to update the annotation | +|
-h, --help | +|
help for annotate | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--local | +|
If true, annotation will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overwrite | +|
If true, allow annotations to be overwritten, otherwise reject annotation updates that overwrite existing annotations. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--resource-version string | +|
If non-empty, the annotation update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--api-group string | +|
Limit to resources in the specified API group. | +|
--cached | +|
Use the cached list of resources if available. | +|
-h, --help | +|
help for api-resources | +|
--namespaced Default: true | +|
If false, non-namespaced resources will be returned, otherwise returning namespaced resources by default. | +|
--no-headers | +|
When using the default or custom-column output format, don't print headers (default print headers). | +|
-o, --output string | +|
Output format. One of: wide|name. | +|
--verbs stringSlice | +|
Limit to resources that support the specified verbs. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for api-versions | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources in the namespace of the specified resource types. | +|
--cascade Default: true | +|
If true, cascade the deletion of the resources managed by this resource (e.g. Pods created by a ReplicationController). Default true. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
that contains the configuration to apply | +|
--force | +|
Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation. | +|
--grace-period int Default: -1 | +|
Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion). | +|
-h, --help | +|
help for apply | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--openapi-patch Default: true | +|
If true, use openapi to calculate diff when the openapi presents and the resource can be found in the openapi spec. Otherwise, fall back to use baked-in types. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overwrite Default: true | +|
Automatically resolve conflicts between the modified and live configuration by using values from the modified configuration | +|
--prune | +|
Automatically delete resource objects, including the uninitialized ones, that do not appear in the configs and are created by either apply or create --save-config. Should be used with either -l or --all. | +|
--prune-whitelist stringArray | +|
Overwrite the default whitelist with <group/version/kind> for --prune | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--timeout duration | +|
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--wait | +|
If true, wait for resources to be gone before returning. This waits for finalizers. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files to use to edit the resource | +|
-h, --help | +|
help for edit-last-applied | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
-o, --output string Default: "yaml" | +|
Output format. One of: yaml|json. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--windows-line-endings | +|
Defaults to the line ending native to your platform. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--create-annotation | +|
Will create 'last-applied-configuration' annotations if current objects doesn't have one | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files that contains the last-applied-configuration annotations | +|
-h, --help | +|
help for set-last-applied | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources in the namespace of the specified resource types | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files that contains the last-applied-configuration annotations | +|
-h, --help | +|
help for view-last-applied | +|
-o, --output string Default: "yaml" | +|
Output format. Must be one of yaml|json | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-c, --container string | +|
Container name. If omitted, the first container in the pod will be chosen | +|
-h, --help | +|
help for attach | +|
--pod-running-timeout duration Default: 1m0s | +|
The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running | +|
-i, --stdin | +|
Pass stdin to the container | +|
-t, --tty | +|
Stdin is a TTY | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for auth | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If true, check the specified action in all namespaces. | +|
-h, --help | +|
help for can-i | +|
-q, --quiet | +|
If true, suppress output and just return the exit code. | +|
--subresource string | +|
SubResource such as pod/log or deployment/scale | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--dry-run | +|
If true, display results but do not submit changes | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to reconcile. | +|
-h, --help | +|
help for reconcile | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--cpu-percent int32 Default: -1 | +|
The target average CPU utilization (represented as a percent of requested CPU) over all the pods. If it's not specified or negative, a default autoscaling policy will be used. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to autoscale. | +|
--generator string Default: "horizontalpodautoscaler/v1" | +|
The name of the API generator to use. Currently there is only 1 generator. | +|
-h, --help | +|
help for autoscale | +|
--max int32 Default: -1 | +|
The upper limit for the number of pods that can be set by the autoscaler. Required. | +|
--min int32 Default: -1 | +|
The lower limit for the number of pods that can be set by the autoscaler. If it's not specified or negative, the server will apply a default value. | +|
--name string | +|
The name for the newly created object. If not specified, the name of the input resource will be used. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for certificate | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to update | +|
--force | +|
Update the CSR even if it is already approved. | +|
-h, --help | +|
help for approve | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to update | +|
--force | +|
Update the CSR even if it is already denied. | +|
-h, --help | +|
help for deny | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for cluster-info | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If true, dump all namespaces. If true, --namespaces is ignored. | +|
-h, --help | +|
help for dump | +|
--namespaces stringSlice | +|
A comma separated list of namespaces to dump. | +|
--output-directory string | +|
Where to output the files. If empty or '-' uses stdout, otherwise creates a directory hierarchy in that directory | +|
--pod-running-timeout duration Default: 20s | +|
The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for completion | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for config | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for current-context | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for delete-cluster | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for delete-context | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for get-clusters | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for get-contexts | +|
--no-headers | +|
When using the default or custom-column output format, don't print headers (default print headers). | +|
-o, --output string | +|
Output format. One of: name | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for rename-context | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--embed-certs tristate[=true] | +|
embed-certs for the cluster entry in kubeconfig | +|
-h, --help | +|
help for set-cluster | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for set-context | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--auth-provider string | +|
Auth provider for the user entry in kubeconfig | +|
--auth-provider-arg stringSlice | +|
'key=value' arguments for the auth provider | +|
--embed-certs tristate[=true] | +|
Embed client cert/key for the user entry in kubeconfig | +|
-h, --help | +|
help for set-credentials | +|
--password string | +|
password for the user entry in kubeconfig | +|
--username string | +|
username for the user entry in kubeconfig | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for set | +|
--set-raw-bytes tristate[=true] | +|
When writing a []byte PROPERTY_VALUE, write the given string directly without base64 decoding. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for unset | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for use-context | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--flatten | +|
Flatten the resulting kubeconfig file into self-contained output (useful for creating portable kubeconfig files) | +|
-h, --help | +|
help for view | +|
--merge tristate[=true] Default: true | +|
Merge the full hierarchy of kubeconfig files | +|
--minify | +|
Remove all information not used by current-context from the output | +|
-o, --output string Default: "yaml" | +|
Output format. One of: json|yaml|name|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--raw | +|
Display raw byte data | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
use a particular kubeconfig file | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files to need to get converted. | +|
-h, --help | +|
help for convert | +|
--local Default: true | +|
If true, convert will NOT try to contact api-server but run locally. | +|
-o, --output string Default: "yaml" | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--output-version string | +|
Output the formatted object with the given group version (for ex: 'extensions/v1beta1').) | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-h, --help | +|
help for cordon | +|
-l, --selector string | +|
Selector (label query) to filter on | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-c, --container string | +|
Container name. If omitted, the first container in the pod will be chosen | +|
-h, --help | +|
help for cp | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--edit | +|
Edit the API resource before creating | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files to use to create the resource | +|
-h, --help | +|
help for create | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--raw string | +|
Raw URI to POST to the server. Uses the transport specified by the kubeconfig file. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--windows-line-endings | +|
Only relevant if --edit=true. Defaults to the line ending native to your platform. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--aggregation-rule mapStringString | +|
An aggregation label selector for combining ClusterRoles. | +|
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-h, --help | +|
help for clusterrole | +|
--non-resource-url stringSlice | +|
A partial url that user should have access to. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--resource stringSlice | +|
Resource that the rule applies to | +|
--resource-name stringArray | +|
Resource in the white list that the rule applies to, repeat this flag for multiple items | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--verb stringSlice | +|
Verb that applies to the resources contained in the rule | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--clusterrole string | +|
ClusterRole this ClusterRoleBinding should reference | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "clusterrolebinding.rbac.authorization.k8s.io/v1alpha1" | +|
The name of the API generator to use. | +|
--group stringArray | +|
Groups to bind to the role | +|
-h, --help | +|
help for clusterrolebinding | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--serviceaccount stringArray | +|
Service accounts to bind to the role, in the format <namespace>:<name> | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--append-hash | +|
Append a hash of the configmap to its name. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--from-env-file string | +|
Specify the path to a file to read lines of key=val pairs to create a configmap (i.e. a Docker .env file). | +|
--from-file stringSlice | +|
Key file can be specified using its file path, in which case file basename will be used as configmap key, or optionally with a key and file path, in which case the given key will be used. Specifying a directory will iterate each named file in the directory whose basename is a valid configmap key. | +|
--from-literal stringArray | +|
Specify a key and literal value to insert in configmap (i.e. mykey=somevalue) | +|
--generator string Default: "configmap/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for configmap | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string | +|
The name of the API generator to use. | +|
-h, --help | +|
help for deployment | +|
--image stringSlice | +|
Image name to run. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--from string | +|
The name of the resource to create a Job from (only cronjob is supported). | +|
-h, --help | +|
help for job | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "namespace/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for namespace | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "poddisruptionbudget/v1beta1/v2" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for poddisruptionbudget | +|
--max-unavailable string | +|
The maximum number or percentage of unavailable pods this budget requires. | +|
--min-available string | +|
The minimum number or percentage of available pods this budget requires. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--selector string | +|
A label selector to use for this budget. Only equality-based selector requirements are supported. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--description string | +|
description is an arbitrary string that usually provides guidelines on when this priority class should be used. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "priorityclass/v1alpha1" | +|
The name of the API generator to use. | +|
--global-default | +|
global-default specifies whether this PriorityClass should be considered as the default priority. | +|
-h, --help | +|
help for priorityclass | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--value int32 | +|
the value of this priority class. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "resourcequotas/v1" | +|
The name of the API generator to use. | +|
--hard string | +|
A comma-delimited set of resource=quantity pairs that define a hard limit. | +|
-h, --help | +|
help for quota | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--scopes string | +|
A comma-delimited set of quota scopes that must all match each object tracked by the quota. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-h, --help | +|
help for role | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--resource stringSlice | +|
Resource that the rule applies to | +|
--resource-name stringArray | +|
Resource in the white list that the rule applies to, repeat this flag for multiple items | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--verb stringSlice | +|
Verb that applies to the resources contained in the rule | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--clusterrole string | +|
ClusterRole this RoleBinding should reference | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "rolebinding.rbac.authorization.k8s.io/v1alpha1" | +|
The name of the API generator to use. | +|
--group stringArray | +|
Groups to bind to the role | +|
-h, --help | +|
help for rolebinding | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--role string | +|
Role this RoleBinding should reference | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--serviceaccount stringArray | +|
Service accounts to bind to the role, in the format <namespace>:<name> | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for secret | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--append-hash | +|
Append a hash of the secret to its name. | +|
--docker-email string | +|
Email for Docker registry | +|
--docker-password string | +|
Password for Docker registry authentication | +|
--docker-server string Default: "https://index.docker.io/v1/" | +|
Server location for Docker registry | +|
--docker-username string | +|
Username for Docker registry authentication | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--from-file stringSlice | +|
Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid secret key. | +|
--generator string Default: "secret-for-docker-registry/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for docker-registry | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--append-hash | +|
Append a hash of the secret to its name. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--from-env-file string | +|
Specify the path to a file to read lines of key=val pairs to create a secret (i.e. a Docker .env file). | +|
--from-file stringSlice | +|
Key files can be specified using their file path, in which case a default name will be given to them, or optionally with a name and file path, in which case the given name will be used. Specifying a directory will iterate each named file in the directory that is a valid secret key. | +|
--from-literal stringArray | +|
Specify a key and literal value to insert in secret (i.e. mykey=somevalue) | +|
--generator string Default: "secret/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for generic | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--type string | +|
The type of secret to create | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--append-hash | +|
Append a hash of the secret to its name. | +|
--cert string | +|
Path to PEM encoded public key certificate. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "secret-for-tls/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for tls | +|
--key string | +|
Path to private key associated with given certificate. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for service | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--clusterip string | +|
Assign your own ClusterIP or set to 'None' for a 'headless' service (no loadbalancing). | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "service-clusterip/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for clusterip | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--tcp stringSlice | +|
Port pairs can be specified as '<port>:<targetPort>'. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--external-name string | +|
External name of service | +|
--generator string Default: "service-externalname/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for externalname | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--tcp stringSlice | +|
Port pairs can be specified as '<port>:<targetPort>'. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "service-loadbalancer/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for loadbalancer | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--tcp stringSlice | +|
Port pairs can be specified as '<port>:<targetPort>'. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "service-nodeport/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for nodeport | +|
--node-port int | +|
Port used to expose the service on each node in a cluster. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--tcp stringSlice | +|
Port pairs can be specified as '<port>:<targetPort>'. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--generator string Default: "serviceaccount/v1" | +|
The name of the API generator to use. | +|
-h, --help | +|
help for serviceaccount | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Delete all resources, including uninitialized ones, in the namespace of the specified resource types. | +|
--cascade Default: true | +|
If true, cascade the deletion of the resources managed by this resource (e.g. Pods created by a ReplicationController). Default true. | +|
--field-selector string | +|
Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type. | +|
-f, --filename stringSlice | +|
containing the resource to delete. | +|
--force | +|
Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation. | +|
--grace-period int Default: -1 | +|
Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion). | +|
-h, --help | +|
help for delete | +|
--ignore-not-found | +|
Treat "resource not found" as a successful delete. Defaults to "true" when --all is specified. | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--now | +|
If true, resources are signaled for immediate shutdown (same as --grace-period=1). | +|
-o, --output string | +|
Output mode. Use "-o name" for shorter output (resource/name). | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones. | +|
--timeout duration | +|
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object | +|
--wait Default: true | +|
If true, wait for resources to be gone before returning. This waits for finalizers. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files containing the resource to describe | +|
-h, --help | +|
help for describe | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--show-events Default: true | +|
If true, display events related to the described object. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--delete-local-data | +|
Continue even if there are pods using emptyDir (local data that will be deleted when the node is drained). | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--force | +|
Continue even if there are pods not managed by a ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet. | +|
--grace-period int Default: -1 | +|
Period of time in seconds given to each pod to terminate gracefully. If negative, the default value specified in the pod will be used. | +|
-h, --help | +|
help for drain | +|
--ignore-daemonsets | +|
Ignore DaemonSet-managed pods. | +|
--pod-selector string | +|
Label selector to filter pods on the node | +|
-l, --selector string | +|
Selector (label query) to filter on | +|
--timeout duration | +|
The length of time to wait before giving up, zero means infinite | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files to use to edit the resource | +|
-h, --help | +|
help for edit | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--output-patch | +|
Output the patch if the resource is edited. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--windows-line-endings | +|
Defaults to the line ending native to your platform. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-c, --container string | +|
Container name. If omitted, the first container in the pod will be chosen | +|
-h, --help | +|
help for exec | +|
-p, --pod string | +|
Pod name | +|
-i, --stdin | +|
Pass stdin to the container | +|
-t, --tty | +|
Stdin is a TTY | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--api-version string | +|
Get different explanations for particular API version | +|
-h, --help | +|
help for explain | +|
--recursive | +|
Print the fields of fields (Currently only 1 level deep) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--cluster-ip string | +|
ClusterIP to be assigned to the service. Leave empty to auto-allocate, or set to 'None' to create a headless service. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--external-ip string | +|
Additional external IP address (not managed by Kubernetes) to accept for the service. If this IP is routed to a node, the service can be accessed by this IP in addition to its generated service IP. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to expose a service | +|
--generator string Default: "service/v2" | +|
The name of the API generator to use. There are 2 generators: 'service/v1' and 'service/v2'. The only difference between them is that service port in v1 is named 'default', while it is left unnamed in v2. Default is 'service/v2'. | +|
-h, --help | +|
help for expose | +|
-l, --labels string | +|
Labels to apply to the service created by this call. | +|
--load-balancer-ip string | +|
IP to assign to the LoadBalancer. If empty, an ephemeral IP will be created and used (cloud-provider specific). | +|
--name string | +|
The name for the newly created object. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overrides string | +|
An inline JSON override for the generated object. If this is non-empty, it is used to override the generated object. Requires that the object supply a valid apiVersion field. | +|
--port string | +|
The port that the service should serve on. Copied from the resource being exposed, if unspecified | +|
--protocol string | +|
The network protocol for the service to be created. Default is 'TCP'. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--selector string | +|
A label selector to use for this service. Only equality-based selector requirements are supported. If empty (the default) infer the selector from the replication controller or replica set.) | +|
--session-affinity string | +|
If non-empty, set the session affinity for the service to this; legal values: 'None', 'ClientIP' | +|
--target-port string | +|
Name or number for the port on the container that the service should direct traffic to. Optional. | +|
--type string | +|
Type for this service: ClusterIP, NodePort, LoadBalancer, or ExternalName. Default is 'ClusterIP'. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | +|
--allow-missing-template-keys Default: true | +|
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. | +|
--chunk-size int Default: 500 | +|
Return large lists in chunks rather than all at once. Pass 0 to disable. This flag is beta and may change in the future. | +|
--export | +|
If true, use 'export' for the resources. Exported resources are stripped of cluster-specific information. | +|
--field-selector string | +|
Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for get | +|
--ignore-not-found | +|
If the requested object does not exist the command will return exit code 0. | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
-L, --label-columns stringSlice | +|
Accepts a comma separated list of labels that are going to be presented as columns. Names are case-sensitive. You can also use multiple flag options like -L label1 -L label2... | +|
--no-headers | +|
When using the default or custom-column output format, don't print headers (default print headers). | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--raw string | +|
Raw URI to request from the server. Uses the transport specified by the kubeconfig file. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--server-print Default: true | +|
If true, have the server return the appropriate table output. Supports extension APIs and CRDs. | +|
--show-kind | +|
If present, list the resource type for the requested object(s). | +|
--show-labels | +|
When printing, show all labels as the last column (default hide labels column) | +|
--sort-by string | +|
If non-empty, sort list types using this field specification. The field specification is expressed as a JSONPath expression (e.g. '{.metadata.name}'). The field in the API resource specified by this JSONPath expression must be an integer or a string. | +|
--template string | +|
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview]. | +|
--use-openapi-print-columns | +|
If true, use x-kubernetes-print-column metadata (if present) from the OpenAPI schema for displaying a resource. | +|
-w, --watch | +|
After listing/getting the requested object, watch for changes. Uninitialized objects are excluded if no object name is provided. | +|
--watch-only | +|
Watch for changes to the requested object(s), without listing/getting first. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--field-selector string | +|
Selector (field query) to filter on, supports '=', '==', and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to update the labels | +|
-h, --help | +|
help for label | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--list | +|
If true, display the labels for a given resource. | +|
--local | +|
If true, label will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overwrite | +|
If true, allow labels to be overwritten, otherwise reject label updates that overwrite existing labels. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--resource-version string | +|
If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-containers | +|
Get all containers's logs in the pod(s). | +|
-c, --container string | +|
Print the logs of this container | +|
-f, --follow | +|
Specify if the logs should be streamed. | +|
-h, --help | +|
help for logs | +|
--limit-bytes int | +|
Maximum bytes of logs to return. Defaults to no limit. | +|
--pod-running-timeout duration Default: 20s | +|
The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running | +|
-p, --previous | +|
If true, print the logs for the previous instance of the container in a pod if it exists. | +|
-l, --selector string | +|
Selector (label query) to filter on. | +|
--since duration | +|
Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs. Only one of since-time / since may be used. | +|
--since-time string | +|
Only return logs after a specific date (RFC3339). Defaults to all logs. Only one of since-time / since may be used. | +|
--tail int Default: -1 | +|
Lines of recent log file to display. Defaults to -1 with no selector, showing all log lines otherwise 10, if a selector is provided. | +|
--timestamps | +|
Include timestamps on each line in the log output | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for options | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to update | +|
-h, --help | +|
help for patch | +|
--local | +|
If true, patch will operate on the content of the file, not the server-side resource. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-p, --patch string | +|
The patch to be applied to the resource JSON file. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--type string Default: "strategic" | +|
The type of patch being provided; one of [json merge strategic] | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for plugin | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for port-forward | +|
--pod-running-timeout duration Default: 1m0s | +|
The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--accept-hosts string Default: "^localhost$,^127\.0\.0\.1$,^\[::1\]$" | +|
Regular expression for hosts that the proxy should accept. | +|
--accept-paths string Default: "^.*" | +|
Regular expression for paths that the proxy should accept. | +|
--address string Default: "127.0.0.1" | +|
The IP address on which to serve on. | +|
--api-prefix string Default: "/" | +|
Prefix to serve the proxied API under. | +|
--disable-filter | +|
If true, disable request filtering in the proxy. This is dangerous, and can leave you vulnerable to XSRF attacks, when used with an accessible port. | +|
-h, --help | +|
help for proxy | +|
-p, --port int Default: 8001 | +|
The port on which to run the proxy. Set to 0 to pick a random port. | +|
--reject-methods string Default: "^$" | +|
Regular expression for HTTP methods that the proxy should reject (example --reject-methods='POST,PUT,PATCH'). | +|
--reject-paths string Default: "^/api/.*/pods/.*/exec, ^/api/.*/pods/.*/attach" |
+ |
Regular expression for paths that the proxy should reject. Paths specified here will be rejected even accepted by --accept-paths. | +|
-u, --unix-socket string | +|
Unix socket on which to run the proxy. | +|
-w, --www string | +|
Also serve static files from the given directory under the specified prefix. | +|
-P, --www-prefix string Default: "/static/" | +|
Prefix to serve static files under, if static file directory is specified. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--cascade Default: true | +|
If true, cascade the deletion of the resources managed by this resource (e.g. Pods created by a ReplicationController). Default true. | +|
-f, --filename stringSlice | +|
to use to replace the resource. | +|
--force | +|
Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation. | +|
--grace-period int Default: -1 | +|
Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion). | +|
-h, --help | +|
help for replace | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--timeout duration | +|
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +|
--wait | +|
If true, wait for resources to be gone before returning. This waits for finalizers. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for rollout | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for history | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--revision int | +|
See the details, including podTemplate of the revision specified | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for pause | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for resume | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for status | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--revision int | +|
Pin to a specific revision for showing its status. Defaults to 0 (last revision). | +|
-w, --watch Default: true | +|
Watch the status of the rollout until it's done. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for undo | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--to-revision int | +|
The revision to rollback to. Default to 0 (last revision). | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--attach | +|
If true, wait for the Pod to start running, and then attach to the Pod as if 'kubectl attach ...' were called. Default false, unless '-i/--stdin' is set, in which case the default is true. With '--restart=Never' the exit code of the container process is returned. | +|
--cascade Default: true | +|
If true, cascade the deletion of the resources managed by this resource (e.g. Pods created by a ReplicationController). Default true. | +|
--command | +|
If true and extra arguments are present, use them as the 'command' field in the container, rather than the 'args' field which is the default. | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
--env stringArray | +|
Environment variables to set in the container | +|
--expose | +|
If true, a public, external service is created for the container(s) which are run | +|
-f, --filename stringSlice | +|
to use to replace the resource. | +|
--force | +|
Only used when grace-period=0. If true, immediately remove resources from API and bypass graceful deletion. Note that immediate deletion of some resources may result in inconsistency or data loss and requires confirmation. | +|
--generator string | +|
The name of the API generator to use, see http://kubernetes.io/docs/user-guide/kubectl-conventions/#generators for a list. | +|
--grace-period int Default: -1 | +|
Period of time in seconds given to the resource to terminate gracefully. Ignored if negative. Set to 1 for immediate shutdown. Can only be set to 0 when --force is true (force deletion). | +|
-h, --help | +|
help for run | +|
--hostport int Default: -1 | +|
The host port mapping for the container port. To demonstrate a single-machine container. | +|
--image string | +|
The image for the container to run. | +|
--image-pull-policy string | +|
The image pull policy for the container. If left empty, this value will not be specified by the client and defaulted by the server | +|
-l, --labels string | +|
Comma separated labels to apply to the pod(s). Will override previous values. | +|
--leave-stdin-open | +|
If the pod is started in interactive mode or with stdin, leave stdin open after the first attach completes. By default, stdin will be closed after the first attach completes. | +|
--limits string | +|
The resource requirement limits for this container. For example, 'cpu=200m,memory=512Mi'. Note that server side components may assign limits depending on the server configuration, such as limit ranges. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overrides string | +|
An inline JSON override for the generated object. If this is non-empty, it is used to override the generated object. Requires that the object supply a valid apiVersion field. | +|
--pod-running-timeout duration Default: 1m0s | +|
The length of time (like 5s, 2m, or 3h, higher than zero) to wait until at least one pod is running | +|
--port string | +|
The port that this container exposes. If --expose is true, this is also the port used by the service that is created. | +|
--quiet | +|
If true, suppress prompt messages. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-r, --replicas int Default: 1 | +|
Number of replicas to create for this container. Default is 1. | +|
--requests string | +|
The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges. | +|
--restart Never Default: "Always" | +|
The restart policy for this Pod. Legal values [Always, OnFailure, Never]. If set to 'Always' a deployment is created, if set to 'OnFailure' a job is created, if set to 'Never', a regular pod is created. For the latter two --replicas must be 1. Default 'Always', for CronJobs Never. | +|
--rm | +|
If true, delete resources created in this command for attached containers. | +|
--save-config | +|
If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the future. | +|
--schedule string | +|
A schedule in the Cron format the job should be run with. | +|
--service-generator string Default: "service/v2" | +|
The name of the generator to use for creating a service. Only used if --expose is true | +|
--service-overrides string | +|
An inline JSON override for the generated service object. If this is non-empty, it is used to override the generated object. Requires that the object supply a valid apiVersion field. Only used if --expose is true. | +|
--serviceaccount string | +|
Service account to set in the pod spec | +|
-i, --stdin | +|
Keep stdin open on the container(s) in the pod, even if nothing is attached. | +|
--timeout duration | +|
The length of time to wait before giving up on a delete, zero means determine a timeout from the size of the object | +|
-t, --tty | +|
Allocated a TTY for each container in the pod. | +|
--wait | +|
If true, wait for resources to be gone before returning. This waits for finalizers. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources in the namespace of the specified resource types | +|
--current-replicas int Default: -1 | +|
Precondition for current size. Requires that the current size of the resource match this value in order to scale. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to set a new size | +|
-h, --help | +|
help for scale | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--replicas int | +|
The new desired number of replicas. Required. | +|
--resource-version string | +|
Precondition for resource version. Requires that the current resource version match this value in order to scale. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--timeout duration | +|
The length of time to wait before giving up on a scale operation, zero means don't wait. Any other values should contain a corresponding time unit (e.g. 1s, 2m, 3h). | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for set | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
If true, select all resources in the namespace of the specified resource types | +|
-c, --containers string Default: "*" | +|
The names of containers in the selected pod templates to change - may use wildcards | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-e, --env stringArray | +|
Specify a key-value pair for an environment variable to set into each container. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files the resource to update the env | +|
--from string | +|
The name of a resource from which to inject environment variables | +|
-h, --help | +|
help for env | +|
--keys stringSlice | +|
Comma-separated list of keys to import from specified resource | +|
--list | +|
If true, display the environment and any changes in the standard format. this flag will removed when we have kubectl view env. | +|
--local | +|
If true, set env will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overwrite Default: true | +|
If true, allow environment to be overwritten, otherwise reject updates that overwrite existing environment. | +|
--prefix string | +|
Prefix to append to variable names | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--resolve | +|
If true, show secret or configmap references when listing variables | +|
-l, --selector string | +|
Selector (label query) to filter on | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for image | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--local | +|
If true, set image will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types | +|
-c, --containers string Default: "*" | +|
The names of containers in the selected pod templates to change, all containers are selected by default - may use wildcards | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for resources | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--limits string | +|
The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges. | +|
--local | +|
If true, set resources will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--requests string | +|
The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones,supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources in the namespace of the specified resource types | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
identifying the resource. | +|
-h, --help | +|
help for selector | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--local | +|
If true, annotation will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive Default: true | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
--resource-version string | +|
If non-empty, the selectors update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files identifying the resource to get from a server. | +|
-h, --help | +|
help for serviceaccount | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--local | +|
If true, set serviceaccount will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--record | +|
Record current kubectl command in the resource annotation. If set to false, do not record the command. If set to true, record the command. If not set, default to updating the existing annotation value only if one already exists. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all resources, including uninitialized ones, in the namespace of the specified resource types | +|
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-f, --filename stringSlice | +|
Filename, directory, or URL to files the resource to update the subjects | +|
--group stringArray | +|
Groups to bind to the role | +|
-h, --help | +|
help for subject | +|
--include-uninitialized | +|
If true, the kubectl command applies to uninitialized objects. If explicitly set to false, this flag overrides other flags that make the kubectl commands apply to uninitialized objects, e.g., "--all". Objects with empty metadata.initializers are regarded as initialized. | +|
--local | +|
If true, set subject will NOT contact api-server but run locally. | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, not including uninitialized ones, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--serviceaccount stringArray | +|
Service accounts to bind to the role | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all | +|
Select all nodes in the cluster | +|
-h, --help | +|
help for taint | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
--overwrite | +|
If true, allow taints to be overwritten, otherwise reject taint updates that overwrite existing taints. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--validate Default: true | +|
If true, use a schema to validate the input before sending it | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
-h, --help | +|
help for top | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--heapster-namespace string Default: "kube-system" | +|
Namespace Heapster service is located in | +|
--heapster-port string | +|
Port name in service to use | +|
--heapster-scheme string Default: "http" | +|
Scheme (http or https) to connect to Heapster as | +|
--heapster-service string Default: "heapster" | +|
Name of Heapster service | +|
-h, --help | +|
help for node | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | +|
--containers | +|
If present, print usage of containers within a pod. | +|
--heapster-namespace string Default: "kube-system" | +|
Namespace Heapster service is located in | +|
--heapster-port string | +|
Port name in service to use | +|
--heapster-scheme string Default: "http" | +|
Scheme (http or https) to connect to Heapster as | +|
--heapster-service string Default: "heapster" | +|
Name of Heapster service | +|
-h, --help | +|
help for pod | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--dry-run | +|
If true, only print the object that would be sent, without sending it. | +|
-h, --help | +|
help for uncordon | +|
-l, --selector string | +|
Selector (label query) to filter on | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--client | +|
Client version only (no server required). | +|
-h, --help | +|
help for version | +|
-o, --output string | +|
One of 'yaml' or 'json'. | +|
--short | +|
Print just the version number. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +
--all-namespaces | +|
If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace. | +|
-f, --filename stringSlice | +|
identifying the resource. | +|
--for string | +|
The condition to wait on: [delete|condition=condition-name]. | +|
-h, --help | +|
help for wait | +|
-o, --output string | +|
Output format. One of: json|yaml|wide|name|custom-columns=...|custom-columns-file=...|go-template=...|go-template-file=...|jsonpath=...|jsonpath-file=... See custom columns [http://kubernetes.io/docs/user-guide/kubectl-overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [http://kubernetes.io/docs/user-guide/jsonpath]. | +|
-R, --recursive Default: true | +|
Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. | +|
-l, --selector string | +|
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2) | +|
--timeout duration Default: 30s | +|
The length of time to wait before giving up. Zero means check once and don't wait, negative means wait for a week. | +
--allow-verification-with-non-compliant-keys | +|
Allow a SignatureVerifier to use keys which are technically non-compliant with RFC6962. | +|
--alsologtostderr | +|
log to standard error as well as files | +|
--application-metrics-count-limit int Default: 100 | +|
Max number of application metrics to store (per container) | +|
--as string | +|
Username to impersonate for the operation | +|
--as-group stringArray | +|
Group to impersonate for the operation, this flag can be repeated to specify multiple groups. | +|
--azure-container-registry-config string | +|
Path to the file containing Azure container registry configuration information. | +|
--boot-id-file string Default: "/proc/sys/kernel/random/boot_id" | +|
Comma-separated list of files to check for boot-id. Use the first one that exists. | +|
--cache-dir string Default: "/home/tengqm/.kube/http-cache" | +|
Default HTTP cache directory | +|
--certificate-authority string | +|
Path to a cert file for the certificate authority | +|
--client-certificate string | +|
Path to a client certificate file for TLS | +|
--client-key string | +|
Path to a client key file for TLS | +|
--cloud-provider-gce-lb-src-cidrs cidrs Default: 130.211.0.0/22,209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 | +|
CIDRs opened in GCE firewall for LB traffic proxy & health checks | +|
--cluster string | +|
The name of the kubeconfig cluster to use | +|
--container-hints string Default: "/etc/cadvisor/container_hints.json" | +|
location of the container hints file | +|
--containerd string Default: "unix:///var/run/containerd.sock" | +|
containerd endpoint | +|
--context string | +|
The name of the kubeconfig context to use | +|
--default-not-ready-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for notReady:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--default-unreachable-toleration-seconds int Default: 300 | +|
Indicates the tolerationSeconds of the toleration for unreachable:NoExecute that is added by default to every pod that does not already have such a toleration. | +|
--docker string Default: "unix:///var/run/docker.sock" | +|
docker endpoint | +|
--docker-env-metadata-whitelist string | +|
a comma-separated list of environment variable keys that needs to be collected for docker containers | +|
--docker-only | +|
Only report docker containers in addition to root stats | +|
--docker-root string Default: "/var/lib/docker" | +|
DEPRECATED: docker root is read from docker info (this is a fallback, default: /var/lib/docker) | +|
--docker-tls | +|
use TLS to connect to docker | +|
--docker-tls-ca string Default: "ca.pem" | +|
path to trusted CA | +|
--docker-tls-cert string Default: "cert.pem" | +|
path to client certificate | +|
--docker-tls-key string Default: "key.pem" | +|
path to private key | +|
--enable-load-reader | +|
Whether to enable cpu load reader | +|
--event-storage-age-limit string Default: "default=0" | +|
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 | +|
--event-storage-event-limit string Default: "default=0" | +|
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 | +|
--global-housekeeping-interval duration Default: 1m0s | +|
Interval between global housekeepings | +|
--housekeeping-interval duration Default: 10s | +|
Interval between container housekeepings | +|
--insecure-skip-tls-verify | +|
If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure | +|
--kubeconfig string | +|
Path to the kubeconfig file to use for CLI requests. | +|
--log-backtrace-at traceLocation Default: :0 | +|
when logging hits line file:N, emit a stack trace | +|
--log-cadvisor-usage | +|
Whether to log the usage of the cAdvisor container | +|
--log-dir string | +|
If non-empty, write log files in this directory | +|
--log-flush-frequency duration Default: 5s | +|
Maximum number of seconds between log flushes | +|
--logtostderr Default: true | +|
log to standard error instead of files | +|
--machine-id-file string Default: "/etc/machine-id,/var/lib/dbus/machine-id" | +|
Comma-separated list of files to check for machine-id. Use the first one that exists. | +|
--match-server-version | +|
Require server version to match client version | +|
-n, --namespace string | +|
If present, the namespace scope for this CLI request | +|
--request-timeout string Default: "0" | +|
The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. | +|
-s, --server string | +|
The address and port of the Kubernetes API server | +|
--stderrthreshold severity Default: 2 | +|
logs at or above this threshold go to stderr | +|
--storage-driver-buffer-duration duration Default: 1m0s | +|
Writes in the storage driver will be buffered for this duration, and committed to the non memory backends as a single transaction | +|
--storage-driver-db string Default: "cadvisor" | +|
database name | +|
--storage-driver-host string Default: "localhost:8086" | +|
database host:port | +|
--storage-driver-password string Default: "root" | +|
database password | +|
--storage-driver-secure | +|
use secure connection with database | +|
--storage-driver-table string Default: "stats" | +|
table name | +|
--storage-driver-user string Default: "root" | +|
database username | +|
--token string | +|
Bearer token for authentication to the API server | +|
--user string | +|
The name of the kubeconfig user to use | +|
-v, --v Level | +|
log level for V logs | +|
--version version[=true] | +|
Print version information and quit | +|
--vmodule moduleSpec | +|
comma-separated list of pattern=N settings for file-filtered logging | +