- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7271 - 7280 of about 10,000 for content_length:[100000 TO 499999] (1.43 sec)
-
Upgrading Linux nodes | Kubernetes
This page explains how to upgrade a Linux Worker Nodes 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. To check the version, enter kubectl version.kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-linux-nodes/Registered: Fri Dec 12 08:32:38 UTC 2025 - 469.1K bytes - Viewed (0) -
Switching from Polling to CRI Event-based Updat...
FEATURE STATE: Kubernetes v1.26 [alpha](disabled by default) This page shows how to migrate nodes to use event based updates for container status. The event-based implementation reduces node resource consumption by the kubelet, compared to the legacy approach that relies on polling. You may know this feature as evented Pod lifecycle event generator (PLEG). That's the name used internally within the Kubernetes project for a key implementation detail. The polling based approach is referred to as generic PLEG.kubernetes.io/docs/tasks/administer-cluster/switch-to-evented-pleg/Registered: Fri Dec 12 08:37:13 UTC 2025 - 465K bytes - Viewed (0) -
Attach Handlers to Container Lifecycle Events |...
This page shows how to attach handlers to Container lifecycle events. Kubernetes supports the postStart and preStop events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated. A Container may specify one handler per event. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/Registered: Fri Dec 12 08:37:25 UTC 2025 - 467.8K bytes - Viewed (0) -
Migrate from PodSecurityPolicy to the Built-In ...
This page describes the process of migrating from PodSecurityPolicies to the built-in PodSecurity admission controller. This can be done effectively using a combination of dry-run and audit and warn modes, although this becomes harder if mutating PSPs are used. Before you begin Your Kubernetes server must be at or later than version v1.22. To check the version, enter kubectl version. If you are currently running a version of Kubernetes other than 1.kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/Registered: Fri Dec 12 08:37:39 UTC 2025 - 482.3K bytes - Viewed (0) -
Declare Network Policy | Kubernetes
This document helps you get started using the Kubernetes NetworkPolicy API to declare network policies that govern how pods communicate with each other. Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/administer-cluster/declare-network-policy/Registered: Fri Dec 12 08:38:21 UTC 2025 - 473.5K bytes - Viewed (0) -
API Changes for 3.8.0 — Matplotlib 3.10.7 docum...
Skip to main content Back to top Ctrl + K Plot types User guide Tutorials Examples Reference Contribute Releases Gitt...matplotlib.org/stable/api/prev_api_changes/api_changes_3.8.0.htmlRegistered: Fri Dec 12 08:41:42 UTC 2025 - Last Modified: Thu Oct 09 18:51:52 UTC 2025 - 185.9K bytes - Viewed (0) -
API Changes for 3.10.0 — Matplotlib 3.10.7 docu...
Skip to main content Back to top Ctrl + K Plot types User guide Tutorials Examples Reference Contribute Releases Gitt...matplotlib.org/stable/api/prev_api_changes/api_changes_3.10.0.htmlRegistered: Fri Dec 12 08:41:10 UTC 2025 - Last Modified: Thu Oct 09 18:51:52 UTC 2025 - 144.2K bytes - Viewed (0) -
Node Autoscaling | Kubernetes
Automatically provision and consolidate the Nodes in your cluster to adapt to demand and optimize cost.kubernetes.io/docs/concepts/cluster-administration/node-autoscaling/Registered: Fri Dec 12 08:32:46 UTC 2025 - 474.7K bytes - Viewed (0) -
Generate Certificates Manually | Kubernetes
When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.kubernetes.io/docs/tasks/administer-cluster/certificates/Registered: Fri Dec 12 08:31:53 UTC 2025 - 484.4K bytes - Viewed (0) -
Configure Default Memory Requests and Limits fo...
Define a default memory resource limit for a namespace, so that every new Pod in that namespace has a memory resource limit configured.kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-default-namespace/Registered: Fri Dec 12 08:32:04 UTC 2025 - 482.7K bytes - Viewed (0)