- Sort Score
- Num 10 results
- Language All
- Labels All
Results 431 - 440 of 722 for host:kubernetes.io (0.03 seconds)
-
kubeadm upgrade phases | Kubernetes
kubeadm upgrade apply phase Using the phases of kubeadm upgrade apply, you can choose to execute the separate steps of the initial upgrade of a control plane node. phase preflight control-plane upload-config kubelet-config bootstrap-token addon post-upgrade Synopsis Use this command to invoke single phase of the "apply" workflow kubeadm upgrade apply phase [flags] Options -h, --help help for phase Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase/Fri Feb 06 08:31:47 GMT 2026 495.9K bytes -
Generating Reference Documentation for Metrics ...
This page demonstrates the generation of metrics reference documentation. Before you begin Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python.kubernetes.io/docs/contribute/generate-ref-docs/metrics-reference/Fri Feb 06 08:56:11 GMT 2026 474K bytes -
Other Tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/tools/Fri Feb 06 08:55:40 GMT 2026 472.7K bytes -
kubeadm reset | Kubernetes
Performs a best effort revert of changes made by kubeadm init or kubeadm join. Synopsis Performs a best effort revert of changes made to this host by 'kubeadm init' or 'kubeadm join' The "reset" command executes the following phases: preflight Run reset pre-flight checks remove-etcd-member Remove a local etcd member. cleanup-node Run cleanup node. kubeadm reset [flags] Options --cert-dir string Default: "/etc/kubernetes/pki" The path to the directory where the certificates are stored.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset/Fri Feb 06 08:34:14 GMT 2026 478.4K bytes -
Seccomp and Kubernetes | Kubernetes
Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Seccomp fields FEATURE STATE: Kubernetes v1.19 [stable] There are four ways to specify a seccomp profile for a pod:kubernetes.io/docs/reference/node/seccomp/Fri Feb 06 08:34:25 GMT 2026 483.9K bytes -
kubectl scale | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_scale/Fri Feb 06 08:52:34 GMT 2026 479.7K bytes -
kubectl Usage Conventions | Kubernetes
Recommended usage conventions for kubectl. Using kubectl in Reusable Scripts For a stable output in a script: Request one of the machine-oriented output forms, such as -o name, -o json, -o yaml, -o go-template, or -o jsonpath. Fully-qualify the version. For example, jobs.v1.batch/myjob. This will ensure that kubectl does not use its default version that can change over time. Don't rely on context, preferences, or other implicit states. Subresources You can use the --subresource argument for kubectl subcommands such as get, patch, edit, apply and replace to fetch and update subresources for all resources that support them.kubernetes.io/docs/reference/kubectl/conventions/Fri Feb 06 08:51:48 GMT 2026 471.9K bytes -
Declarative API Validation | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta] Kubernetes 1.35 includes optional declarative validation for APIs. When enabled, the Kubernetes API server can use this mechanism rather than the legacy approach that relies on hand-written Go code (validation.go files) to ensure that requests against the API are valid. Kubernetes developers, and people extending the Kubernetes API, can define validation rules directly alongside the API type definitions (types.go files). Code authors define special comment tags (e.kubernetes.io/docs/reference/using-api/declarative-validation/Fri Feb 06 08:27:27 GMT 2026 524.1K bytes -
Client Libraries | Kubernetes
This page contains an overview of the client libraries for using the Kubernetes API from various programming languages. To write applications using the Kubernetes REST API, you do not need to implement the API calls and request/response types yourself. You can use a client library for the programming language you are using. Client libraries often handle common tasks such as authentication for you. Most client libraries can discover and use the Kubernetes Service Account to authenticate if the API client is running inside the Kubernetes cluster, or can understand the kubeconfig file format to read the credentials and the API Server address.kubernetes.io/docs/reference/using-api/client-libraries/Fri Feb 06 08:28:44 GMT 2026 477.6K bytes -
Create a Cluster | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/Fri Feb 06 08:27:50 GMT 2026 469.6K bytes