- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 687 for host:kubernetes.io (0.08 sec)
-
Set up Ingress on Minikube with the NGINX Ingre...
An Ingress is an API object that defines rules which allow external access to services in a cluster. An Ingress controller fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service 'web' or 'web2' depending on the HTTP URI. Before you begin This tutorial assumes that you are using minikube to run a local Kubernetes cluster. Visit Install tools to learn how to install minikube.kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/Registered: Fri May 09 06:33:48 UTC 2025 - 473.6K bytes - Viewed (0) -
Change the Reclaim Policy of a PersistentVolume...
This page shows how to change the reclaim policy of a Kubernetes PersistentVolume. 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/administer-cluster/change-pv-reclaim-policy/Registered: Fri May 09 06:18:14 UTC 2025 - 452K bytes - Viewed (0) -
Autoscale the DNS Service in a Cluster | Kubern...
This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes 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. 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/administer-cluster/dns-horizontal-autoscaling/Registered: Fri May 09 06:19:29 UTC 2025 - 477.4K bytes - Viewed (0) -
Troubleshooting CNI plugin-related errors | Kub...
To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...Registered: Fri May 09 06:19:37 UTC 2025 - 455.5K bytes - Viewed (0) -
API-initiated Eviction | Kubernetes
API-initiated eviction is the process by which you use the Eviction API to create an Eviction object that triggers graceful pod termination. You can request eviction by calling the Eviction API directly, or programmatically using a client of the API server, like the kubectl drain command. This creates an Eviction object, which causes the API server to terminate the Pod. API-initiated evictions respect your configured PodDisruptionBudgets and terminationGracePeriodSeconds. Using the API to create an Eviction object for a Pod is like performing a policy-controlled DELETE operation on the Pod.kubernetes.io/docs/concepts/scheduling-eviction/api-eviction/Registered: Fri May 09 06:16:56 UTC 2025 - 455.4K bytes - Viewed (0) -
Assign Pods to Nodes | Kubernetes
This page shows how to assign a Kubernetes Pod to a particular node in a Kubernetes 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. 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/configure-pod-container/assign-pods-nodes/Registered: Fri May 09 06:25:03 UTC 2025 - 458.8K bytes - Viewed (0) -
Extend the Kubernetes API with CustomResourceDe...
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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/extend-kubernetes/custom-resources/custom-resource-definitions/Registered: Fri May 09 06:30:23 UTC 2025 - 635.9K bytes - Viewed (0) -
Configure Multiple Schedulers | Kubernetes
Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/Registered: Fri May 09 06:30:19 UTC 2025 - 495.6K bytes - Viewed (0) -
Upgrading Windows nodes | Kubernetes
FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. Your Kubernetes server must be at or later than version 1.kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/Registered: Fri May 09 06:19:00 UTC 2025 - 451.3K bytes - Viewed (0) -
Reconfiguring a kubeadm cluster | Kubernetes
kubeadm does not support automated ways of reconfiguring components that were deployed on managed nodes. One way of automating this would be by using a custom operator. To modify the components configuration you must manually edit associated cluster objects and files on disk. This guide shows the correct sequence of steps that need to be performed to achieve kubeadm cluster reconfiguration. Before you begin You need a cluster that was deployed using kubeadm Have administrator credentials (/etc/kubernetes/admin.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure/Registered: Fri May 09 06:19:14 UTC 2025 - 460.9K bytes - Viewed (0)