- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 705 for host:kubernetes.io (0.22 sec)
-
kubectl top pod | Kubernetes
Synopsis Display resource (CPU/memory) usage of pods. The 'top pod' command allows you to see the resource consumption of pods. Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation. kubectl top pod [NAME | -l label] Examples # Show metrics for all pods in the default namespace kubectl top pod # Show metrics for all pods in the given namespace kubectl top pod --namespace=NAMESPACE # Show metrics for a given pod and its containers kubectl top pod POD_NAME --containers # Show metrics for the pods defined by label name=myLabel kubectl top pod -l name=myLabel Options -A, --all-namespaces If present, list the requested object(s) across all namespaces.kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_pod/Registered: Fri Dec 12 09:15:16 UTC 2025 - 468.5K bytes - Viewed (0) -
Local Files And Paths Used By The Kubelet | Kub...
The kubelet is mostly a stateless process running on a Kubernetes node. This document outlines files that kubelet reads and writes. Note:This document is for informational purpose and not describing any guaranteed behaviors or APIs. It lists resources used by the kubelet, which is an implementation detail and a subject to change at any release. The kubelet typically uses the control plane as the source of truth on what needs to run on the Node, and the container runtime to retrieve the current state of containers.kubernetes.io/docs/reference/node/kubelet-files/Registered: Fri Dec 12 08:58:43 UTC 2025 - 470.5K bytes - Viewed (0) -
kubeadm version | Kubernetes
This command prints the version of kubeadm. Synopsis Print the version of kubeadm kubeadm version [flags] Options -h, --help help for version -o, --output string Output format; available options are 'yaml', 'json' and 'short' Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/Registered: Fri Dec 12 09:04:38 UTC 2025 - 458.9K bytes - Viewed (0) -
Kubelet Checkpoint API | Kubernetes
FEATURE STATE: Kubernetes v1.30 [beta](enabled by default) Checkpointing a container is the functionality to create a stateful copy of a running container. Once you have a stateful copy of a container, you could move it to a different computer for debugging or similar purposes. If you move the checkpointed container data to a computer that's able to restore it, that restored container continues to run at exactly the same point it was checkpointed.kubernetes.io/docs/reference/node/kubelet-checkpoint-api/Registered: Fri Dec 12 09:04:50 UTC 2025 - 463.3K bytes - Viewed (0) -
kubectl create quota | Kubernetes
Synopsis Create a resource quota with the specified name, hard limits, and optional scopes. kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=server|client|none] Examples # Create a new resource quota named my-quota kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10 # Create a new resource quota named best-effort kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_quota/Registered: Fri Dec 12 09:05:21 UTC 2025 - 469.7K bytes - Viewed (0) -
Kubernetes Issues and Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/issues-security/Registered: Fri Dec 12 09:04:59 UTC 2025 - 457.5K bytes - Viewed (0) -
kube-apiserver Configuration (v1) | Kubernetes
Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration AuthenticationConfiguration AuthorizationConfiguration EncryptionConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.kubernetes.io/docs/reference/config-api/apiserver-config.v1/Registered: Fri Dec 12 09:14:01 UTC 2025 - 504K bytes - Viewed (0) -
kubectl set | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_set/Registered: Fri Dec 12 09:14:17 UTC 2025 - 465K bytes - Viewed (0) -
Documentation Style Guide | Kubernetes
This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.kubernetes.io/docs/contribute/style/style-guide/Registered: Fri Dec 12 09:23:30 UTC 2025 - 506K bytes - Viewed (0) -
Custom Hugo Shortcodes | Kubernetes
This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.kubernetes.io/docs/contribute/style/hugo-shortcodes/Registered: Fri Dec 12 09:23:36 UTC 2025 - 498.5K bytes - Viewed (0)