- Sort Score
- Num 10 results
- Language All
- Labels All
Results 521 - 530 of 568 for host:kubernetes.io (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
kubeadm certs | Kubernetes
kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Synopsis Commands related to handling Kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs 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-certs/Fri Feb 06 08:31:59 GMT 2026 509K bytes -
kubeadm join phase | Kubernetes
kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Synopsis Use this command to invoke single phase of the "join" workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/Fri Feb 06 08:32:30 GMT 2026 507.6K bytes -
Node Status | Kubernetes
The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info Declared Features You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.kubernetes.io/docs/reference/node/node-status/Fri Feb 06 08:33:42 GMT 2026 478.4K bytes -
kubectl rollout pause | Kubernetes
Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx 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_rollout/kubectl_rollout_pause/Fri Feb 06 08:45:36 GMT 2026 478.9K bytes -
kubeconfig (v1) | Kubernetes
Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences,omitzero [Required] Preferences Preferences holds general information to be use for cli interactions Deprecated: this field is deprecated in v1.kubernetes.io/docs/reference/config-api/kubeconfig.v1/Fri Feb 06 08:46:16 GMT 2026 484.3K bytes -
kubectl for Docker Users | Kubernetes
You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/Fri Feb 06 08:46:34 GMT 2026 488.7K bytes -
Debug cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/debug-cluster/Fri Feb 06 08:46:00 GMT 2026 465.8K bytes -
kubectl config set-cluster | Kubernetes
Synopsis Set a cluster entry in kubeconfig. Specifying a name that already exists will merge new fields on top of existing values for those fields. kubectl config set-cluster NAME [--server=server] [--certificate-authority=path/to/certificate/authority] [--insecure-skip-tls-verify=true] [--tls-server-name=example.com] Examples # Set only the server field on the e2e cluster entry without touching other values kubectl config set-cluster e2e --server=https://1.2.3.4 # Embed certificate authority data for the e2e cluster entry kubectl config set-cluster e2e --embed-certs --certificate-authority=~/.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set-cluster/Fri Feb 06 08:38:46 GMT 2026 477.3K bytes -
Instrumentation | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/instrumentation/Fri Feb 06 08:34:02 GMT 2026 467.1K bytes -
Articles on dockershim Removal and on Using CRI...
This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/Fri Feb 06 08:35:18 GMT 2026 472.5K bytes