- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 686 for host:kubernetes.io (0.04 sec)
-
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 Use this command to invoke single phase of the "join" workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/Registered: Mon Jul 07 09:51:03 UTC 2025 - 486.6K bytes - Viewed (0) -
kubectl create role | Kubernetes
Synopsis Create a role with single rule. kubectl create role NAME --verb=verb --resource=resource.group/subresource [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods # Create a role named "pod-reader" with ResourceName specified kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a role named "foo" with API Group specified kubectl create role foo --verb=get,list,watch --resource=rs.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_role/Registered: Mon Jul 07 09:52:26 UTC 2025 - 458.8K bytes - Viewed (0) -
kubectl exec | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_exec/Registered: Mon Jul 07 09:52:30 UTC 2025 - 456.4K bytes - Viewed (0) -
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 Commands related to handling Kubernetes certificates 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/Registered: Mon Jul 07 09:51:44 UTC 2025 - 488.5K bytes - Viewed (0) -
kubeadm upgrade | Kubernetes
kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/Registered: Mon Jul 07 09:51:39 UTC 2025 - 462.8K bytes - Viewed (0) -
kubectl annotate | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/Registered: Mon Jul 07 09:51:28 UTC 2025 - 459.4K bytes - Viewed (0) -
kubectl auth | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_auth/Registered: Mon Jul 07 09:57:56 UTC 2025 - 453.7K bytes - Viewed (0) -
kube-apiserver Admission (v1) | Kubernetes
Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.kubernetes.io/docs/reference/config-api/apiserver-admission.v1/Registered: Mon Jul 07 09:59:32 UTC 2025 - 458K bytes - Viewed (0) -
kubectl top node | Kubernetes
Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', '!kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/Registered: Mon Jul 07 10:00:30 UTC 2025 - 455.1K bytes - Viewed (0) -
Submitting articles to Kubernetes blogs | Kuber...
There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. For the main Kubernetes blog, we (the Kubernetes project) like to publish articles with different perspectives and special focuses, that have a link to Kubernetes. With only a few special case exceptions, we only publish content that hasn't been submitted or published anywhere else. Writing for the Kubernetes blog(s) As an author, you have three different routes towards publication.kubernetes.io/docs/contribute/blog/article-submission/Registered: Mon Jul 07 10:08:25 UTC 2025 - 460.5K bytes - Viewed (0)