- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 673 for host:kubernetes.io (0.02 sec)
-
Pod Lifecycle | Kubernetes
This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/Registered: Wed Feb 12 05:51:46 UTC 2025 - 482.5K bytes - Viewed (0) -
kubectl plugin | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/Registered: Wed Feb 12 06:37:41 UTC 2025 - 435.5K bytes - Viewed (0) -
Generating Reference Documentation for the Kube...
This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/Registered: Wed Feb 12 06:43:41 UTC 2025 - 441.7K bytes - Viewed (0) -
Kubernetes
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. You need to know how to create a pull request to a GitHub repository.kubernetes.io/docs/contribute/generate-ref-docs/prerequisites-ref-docs/Registered: Wed Feb 12 06:49:26 UTC 2025 - 428.7K bytes - Viewed (0) -
Flow control | Kubernetes
API Priority and Fairness controls the behavior of the Kubernetes API server in an overload situation. You can find more information about it in the API Priority and Fairness documentation. Diagnostics Every HTTP response from an API server with the priority and fairness feature enabled has two extra headers: X-Kubernetes-PF-FlowSchema-UID and X-Kubernetes-PF-PriorityLevel-UID, noting the flow schema that matched the request and the priority level to which it was assigned, respectively.kubernetes.io/docs/reference/debug-cluster/flow-control/Registered: Wed Feb 12 06:49:34 UTC 2025 - 439.6K bytes - Viewed (0) -
Advanced contributing | Kubernetes
This page assumes that you understand how to contribute to new content and review others' work, and are ready to learn about more ways to contribute. You need to use the Git command line client and other tools for some of these tasks. Propose improvements SIG Docs members can propose improvements. After you've been contributing to the Kubernetes documentation for a while, you may have ideas for improving the Style Guide , the Content Guide, the toolchain used to build the documentation, the website style, the processes for reviewing and merging pull requests, or other aspects of the documentation.kubernetes.io/docs/contribute/advanced/Registered: Wed Feb 12 06:44:54 UTC 2025 - 439K bytes - Viewed (0) -
Kubernetes External Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metrickubernetes.io/docs/reference/external-api/external-metrics.v1beta1/Registered: Wed Feb 12 06:51:18 UTC 2025 - 430.8K bytes - Viewed (0) -
kubectl config get-contexts | Kubernetes
Synopsis Display one or many contexts from the kubeconfig file. kubectl config get-contexts [(-o|--output=)name)] Examples # List all the contexts in your kubeconfig file kubectl config get-contexts # Describe one context in your kubeconfig file kubectl config get-contexts my-context Options -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). --as string Username to impersonate for the operation.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_get-contexts/Registered: Wed Feb 12 06:30:58 UTC 2025 - 436K bytes - Viewed (0) -
kubectl | Kubernetes
Synopsis kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ kubectl [flags] Options --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authoritykubernetes.io/docs/reference/kubectl/generated/kubectl/Registered: Wed Feb 12 06:30:42 UTC 2025 - 439.1K bytes - Viewed (0) -
kubectl config rename-context | Kubernetes
Synopsis Renames a context from the kubeconfig file. CONTEXT_NAME is the context name that you want to change. NEW_NAME is the new name you want to set. Note: If the context being renamed is the 'current-context', this field will also be updated. kubectl config rename-context CONTEXT_NAME NEW_NAME Examples # Rename the context 'old-name' to 'new-name' in your kubeconfig file kubectl config rename-context old-name new-name Options -h, --help help for rename-contextkubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_rename-context/ Similar Results (7)Registered: Wed Feb 12 06:31:03 UTC 2025 - 435.6K bytes - Viewed (0)