- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5241 - 5250 of about 10,000 for content_length:[100000 TO 499999] (1.59 sec)
-
Process ID Limits And Reservations | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] Kubernetes allow you to limit the number of process IDs (PIDs) that a Pod can use. You can also reserve a number of allocatable PIDs for each node for use by the operating system and daemons (rather than by Pods). Process IDs (PIDs) are a fundamental resource on nodes. It is trivial to hit the task limit without hitting any other resource limits, which can then cause instability to a host machine.kubernetes.io/docs/concepts/policy/pid-limiting/Registered: Fri Dec 12 08:15:36 UTC 2025 - 464.9K bytes - Viewed (0) -
lightgbm.DaskLGBMClassifier — LightGBM 4.6.0.99...
Python API lightgbm.DaskLGBMClassifier lightgbm.DaskLGBMClassifier class lightgbm. DaskLGBMClassifier ( * , boostin...lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.DaskLGBMClassifier.htmlRegistered: Fri Dec 12 08:15:44 UTC 2025 - Last Modified: Tue Nov 18 15:35:33 UTC 2025 - 107.4K bytes - Viewed (0) -
Volume Attributes Classes | Kubernetes
FEATURE STATE: Kubernetes v1.34 [stable](enabled by default) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This feature is generally available (GA) as of version 1.34, and users have the option to disable it.kubernetes.io/docs/concepts/storage/volume-attributes-classes/Registered: Fri Dec 12 08:15:18 UTC 2025 - 469.5K bytes - Viewed (0) -
Testando WebSockets - FastAPI
fastapi.tiangolo.com/pt/advanced/testing-websockets/Registered: Fri Dec 12 08:16:25 UTC 2025 - 106.5K bytes - Viewed (0) -
Codificador Compatível com JSON - FastAPI
fastapi.tiangolo.com/pt/tutorial/encoder/Registered: Fri Dec 12 08:28:45 UTC 2025 - 110.8K bytes - Viewed (0) -
Callbacks na OpenAPI - FastAPI
fastapi.tiangolo.com/pt/advanced/openapi-callbacks/Registered: Fri Dec 12 08:27:49 UTC 2025 - 172K 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 Dec 12 08:28:13 UTC 2025 - 473.9K bytes - Viewed (0) -
Use Kube-router for NetworkPolicy | Kubernetes
This page shows how to use Kube-router for NetworkPolicy. Before you begin You need to have a Kubernetes cluster running. If you do not already have a cluster, you can create one by using any of the cluster installers like Kops, Bootkube, Kubeadm etc. Installing Kube-router addon The Kube-router Addon comes with a Network Policy Controller that watches Kubernetes API server for any NetworkPolicy and pods updated and configures iptables rules and ipsets to allow or block traffic as directed by the policies.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/kube-router-network-policy/Registered: Fri Dec 12 08:24:18 UTC 2025 - 460.3K bytes - Viewed (0) -
Use Antrea for NetworkPolicy | Kubernetes
This page shows how to install and use Antrea CNI plugin on Kubernetes. For background on Project Antrea, read the Introduction to Antrea. Before you begin You need to have a Kubernetes cluster. Follow the kubeadm getting started guide to bootstrap one. Deploying Antrea with kubeadm Follow Getting Started guide to deploy Antrea for kubeadm. What's next Once your cluster is running, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/antrea-network-policy/Registered: Fri Dec 12 08:27:41 UTC 2025 - 459.8K 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 Dec 12 08:27:53 UTC 2025 - 463.1K bytes - Viewed (0)