- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 931 - 940 of about 10,000 for timestamp:[now/d-1d TO *] (0.1 sec)
-
Git - git-gc Documentation
English ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential hel...git-scm.com/docs/git-gc/2.24.0 Similar Results (2)Registered: Tue Nov 26 03:09:47 UTC 2024 - Last Modified: Mon Nov 25 17:47:16 UTC 2024 - 54.1K bytes - Viewed (0) -
Git - git-gc Documentation
Français ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential he...git-scm.com/docs/git-gc/frRegistered: Tue Nov 26 03:09:30 UTC 2024 - Last Modified: Mon Nov 25 17:47:17 UTC 2024 - 48.4K bytes - Viewed (0) -
Templating - Jinja2Templates - FastAPI
fastapi.tiangolo.com/pl/reference/templating/ Similar Results (4)Registered: Tue Nov 26 03:15:56 UTC 2024 - 149.7K bytes - Viewed (0) -
Ephemeral Volumes | Kubernetes
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.kubernetes.io/docs/concepts/storage/ephemeral-volumes/Registered: Tue Nov 26 03:15:57 UTC 2024 - 445.1K 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.43.4 Similar Results (9)Registered: Tue Nov 26 03:15:59 UTC 2024 - Last Modified: Mon Nov 25 17:47:17 UTC 2024 - 200.8K bytes - Viewed (0) -
Repository Management Tasks - FastAPI
fastapi.tiangolo.com/pl/management-tasks/ Similar Results (16)Registered: Tue Nov 26 03:15:31 UTC 2024 - 131.6K bytes - Viewed (0) -
Status Codes - FastAPI
fastapi.tiangolo.com/pl/reference/status/ Similar Results (13)Registered: Tue Nov 26 03:15:42 UTC 2024 - 218.4K bytes - Viewed (0) -
Scheduling Framework | Kubernetes
FEATURE STATE: Kubernetes v1.19 [stable] The scheduling framework is a pluggable architecture for the Kubernetes scheduler. It consists of a set of "plugin" APIs that are compiled directly into the scheduler. These APIs allow most scheduling features to be implemented as plugins, while keeping the scheduling "core" lightweight and maintainable. Refer to the design proposal of the scheduling framework for more technical information on the design of the framework.kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/Registered: Tue Nov 26 03:15:30 UTC 2024 - 440K bytes - Viewed (0) -
Pod Scheduling Readiness | Kubernetes
FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/Registered: Tue Nov 26 03:15:50 UTC 2024 - 436.1K bytes - Viewed (0) -
Cluster Networking | Kubernetes
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.kubernetes.io/docs/concepts/cluster-administration/networking/Registered: Tue Nov 26 03:15:43 UTC 2024 - 429.4K bytes - Viewed (0)