- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 676 for host:kubernetes.io (0.03 sec)
-
Distribute Credentials Securely Using Secrets |...
This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/Registered: Fri Jan 24 06:20:17 UTC 2025 - 481K bytes - Viewed (0) -
Troubleshooting Clusters | Kubernetes
Debugging common cluster issues.kubernetes.io/docs/tasks/debug/debug-cluster/Registered: Fri Jan 24 06:20:55 UTC 2025 - 457.6K bytes - Viewed (0) -
kubectl create | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_create/Registered: Fri Jan 24 06:34:49 UTC 2025 - 440.4K bytes - Viewed (0) -
kubectl cordon | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_cordon/ Similar Results (1)Registered: Fri Jan 24 06:34:44 UTC 2025 - 434.9K bytes - Viewed (0) -
kubectl apply set-last-applied | Kubernetes
Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/Registered: Fri Jan 24 06:35:32 UTC 2025 - 440.1K bytes - Viewed (0) -
Versions in CustomResourceDefinitions | Kubernetes
This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/Registered: Fri Jan 24 06:26:56 UTC 2025 - 577.8K bytes - Viewed (0) -
Extend Service IP Ranges | Kubernetes
FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: false) This document shares how to extend the existing Service IP range assigned to a cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/network/extend-service-ip-ranges/Registered: Fri Jan 24 06:26:51 UTC 2025 - 441.7K bytes - Viewed (0) -
kubectl apply edit-last-applied | Kubernetes
Synopsis Edit the latest last-applied-configuration annotations of resources from the default editor. The edit-last-applied command allows you to directly edit any API resource you can retrieve via the command-line tools. It will open the editor defined by your KUBE_EDITOR, or EDITOR environment variables, or fall back to 'vi' for Linux or 'notepad' for Windows. You can edit multiple objects, although changes are applied one at a time. The command accepts file names as well as command-line arguments, although the files you point to must be previously saved versions of resources.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_edit-last-applied/Registered: Fri Jan 24 06:41:14 UTC 2025 - 441K 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: Fri Jan 24 06:41:21 UTC 2025 - 436.9K 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: Fri Jan 24 06:57:25 UTC 2025 - 439.9K bytes - Viewed (0)