- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2851 - 2860 of about 10,000 for content_length:[100000 TO 499999] (0.24 sec)
-
Coordinated Leader Election | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: false) Kubernetes 1.33 includes a beta feature that allows control plane components to deterministically select a leader via coordinated leader election. This is useful to satisfy Kubernetes version skew constraints during cluster upgrades. Currently, the only builtin selection strategy is OldestEmulationVersion, preferring the leader with the lowest emulation version, followed by binary version, followed by creation timestamp. Enabling coordinated leader election Ensure that CoordinatedLeaderElection feature gate is enabled when you start the API Server: and that the coordination.kubernetes.io/docs/concepts/cluster-administration/coordinated-leader-election/Registered: Fri Apr 25 06:16:13 UTC 2025 - 447.3K bytes - Viewed (0) -
Extending Kubernetes | Kubernetes
Different ways to change the behavior of your Kubernetes cluster.kubernetes.io/docs/concepts/extend-kubernetes/Registered: Fri Apr 25 06:16:19 UTC 2025 - 465.9K bytes - Viewed (0) -
Extending the Kubernetes API | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/extend-kubernetes/api-extension/Registered: Fri Apr 25 06:16:25 UTC 2025 - 446.5K bytes - Viewed (0) -
Configure Quotas for API Objects | Kubernetes
This page shows how to configure quotas for API objects, including PersistentVolumeClaims and Services. A quota restricts the number of objects, of a particular type, that can be created in a namespace. You specify quotas in a ResourceQuota object. 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/administer-cluster/quota-api-object/Registered: Fri Apr 25 06:16:44 UTC 2025 - 462.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 Apr 25 06:16:53 UTC 2025 - 450.9K 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 Apr 25 06:16:31 UTC 2025 - 450.2K bytes - Viewed (0) -
Metadata and Docs URLs - FastAPI
fastapi.tiangolo.com/hu/tutorial/metadata/Registered: Fri Apr 25 06:16:59 UTC 2025 - 141.6K bytes - Viewed (0) -
Proxies in Kubernetes | Kubernetes
This page explains proxies used with Kubernetes. Proxies There are several different proxies you may encounter when using Kubernetes: The kubectl proxy: runs on a user's desktop or in a pod proxies from a localhost address to the Kubernetes apiserver client to proxy uses HTTP proxy to apiserver uses HTTPS locates apiserver adds authentication headers The apiserver proxy: is a bastion built into the apiserver connects a user outside of the cluster to cluster IPs which otherwise might not be reachable runs in the apiserver processes client to proxy uses HTTPS (or http if apiserver so configured) proxy to target may use HTTP or HTTPS as chosen by proxy using available information can be used to reach a Node, Pod, or Service does load balancing when used to reach a Service The kube proxy:kubernetes.io/docs/concepts/cluster-administration/proxies/Registered: Fri Apr 25 06:19:35 UTC 2025 - 449.1K bytes - Viewed (0) -
Adding Windows worker nodes | Kubernetes
FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to add Windows worker nodes to a kubeadm cluster. Before you begin A running Windows Server 2022 (or higher) instance with administrative access. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. Adding Windows worker nodes Note:To facilitate the addition of Windows worker nodes to a cluster, PowerShell scripts from the repository https://sigs.kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/Registered: Fri Apr 25 06:18:58 UTC 2025 - 456.2K 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 Apr 25 06:19:31 UTC 2025 - 454.3K bytes - Viewed (0)