- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3971 - 3980 of about 10,000 for filetype:html (0.39 sec)
-
Git - git Documentation
English ▾ English Deutsch Español Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugrepor...git-scm.com/docs/git/2.10.5 Similar Results (5)Registered: Tue Nov 26 03:13:38 UTC 2024 - Last Modified: Mon Nov 25 17:47:18 UTC 2024 - 165K bytes - Viewed (0) -
Using Dataclasses - FastAPI
fastapi.tiangolo.com/pl/advanced/dataclasses/ Similar Results (8)Registered: Tue Nov 26 03:14:17 UTC 2024 - 129.3K bytes - Viewed (0) -
Policies | Kubernetes
Manage security and best-practices with policies.kubernetes.io/docs/concepts/policy/Registered: Tue Nov 26 03:13:47 UTC 2024 - 427.4K bytes - Viewed (0) -
Node-specific Volume Limits | Kubernetes
This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:kubernetes.io/docs/concepts/storage/storage-limits/Registered: Tue Nov 26 03:15:14 UTC 2024 - 427.2K bytes - Viewed (0) -
Volumes | Kubernetes
On-disk files in a container are ephemeral, which presents some problems for non-trivial applications when running in containers. One problem occurs when a container crashes or is stopped. Container state is not saved so all of the files that were created or modified during the lifetime of the container are lost. During a crash, kubelet restarts the container with a clean state. Another problem occurs when multiple containers are running in a Pod and need to share files.kubernetes.io/docs/concepts/storage/volumes/Registered: Tue Nov 26 03:17:27 UTC 2024 - 543.2K bytes - Viewed (0) -
Repository Management - FastAPI
fastapi.tiangolo.com/pl/management/Registered: Tue Nov 26 03:17:55 UTC 2024 - 110.5K bytes - Viewed (0) -
OpenAPI - FastAPI
fastapi.tiangolo.com/pl/reference/openapi/Registered: Tue Nov 26 03:16:32 UTC 2024 - 105.9K bytes - Viewed (0) -
Resource Quotas | Kubernetes
When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.kubernetes.io/docs/concepts/policy/resource-quotas/Registered: Tue Nov 26 03:16:16 UTC 2024 - 482.7K bytes - Viewed (0) -
Git - git Documentation
English ▾ English Deutsch Español Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugrepor...git-scm.com/docs/git/2.0.5 Similar Results (2)Registered: Tue Nov 26 03:17:03 UTC 2024 - Last Modified: Mon Nov 25 17:47:17 UTC 2024 - 157.1K bytes - Viewed (0) -
Taints and Tolerations | Kubernetes
Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/Registered: Tue Nov 26 03:16:38 UTC 2024 - 452.2K bytes - Viewed (0)