- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1821 - 1830 of about 10,000 for content_length:[100000 TO 499999] (0.13 sec)
-
kubectl create configmap | Kubernetes
Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/Registered: Mon Nov 04 07:06:00 UTC 2024 - 437.9K bytes - Viewed (0) -
kubectl expose | Kubernetes
Synopsis Expose a resource as a new Kubernetes service. Looks up a deployment, service, replica set, replication controller or pod by name and uses the selector for that resource as the selector for a new service on the specified port. A deployment or replica set will be exposed as a service only if its selector is convertible to a selector that service supports, i.e. when the selector contains only the matchLabels component.kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Registered: Mon Nov 04 07:05:40 UTC 2024 - 439.7K bytes - Viewed (0) -
kubectl create poddisruptionbudget | Kubernetes
Synopsis Create a pod disruption budget with the specified name, selector, and desired minimum available pods. kubectl create poddisruptionbudget NAME --selector=SELECTOR --min-available=N [--dry-run=server|client|none] Examples # Create a pod disruption budget named my-pdb that will select all pods with the app=rails label # and require at least one of them being available at any point in time kubectl create poddisruptionbudget my-pdb --selector=app=rails --min-available=1 # Create a pod disruption budget named my-pdb that will select all pods with the app=nginx label # and require at least half of the pods selected to be available at any point in time kubectl create pdb my-pdb --selector=app=nginx --min-available=50% Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_poddisruptionbudget/Registered: Mon Nov 04 07:06:34 UTC 2024 - 439.3K bytes - Viewed (0) -
🔢 🔢 - FastAPI
fastapi.tiangolo.com/em/tutorial/query-params/Registered: Mon Nov 04 07:07:35 UTC 2024 - 140.6K bytes - Viewed (0) -
메타데이터 및 문서화 URL - FastAPI
fastapi.tiangolo.com/ko/tutorial/metadata/Registered: Mon Nov 04 07:21:53 UTC 2024 - 139.6K bytes - Viewed (0) -
추가 데이터 자료형 - FastAPI
fastapi.tiangolo.com/ko/tutorial/extra-data-types/Registered: Mon Nov 04 07:22:36 UTC 2024 - 159.4K bytes - Viewed (0) -
Git - git-rev-parse Documentation
English ▾ English Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Gett...git-scm.com/docs/git-rev-parse/2.43.0 Similar Results (7)Registered: Mon Nov 04 07:20:59 UTC 2024 - Last Modified: Fri Nov 01 04:40:20 UTC 2024 - 104.5K bytes - Viewed (0) -
미들웨어 - FastAPI
fastapi.tiangolo.com/ko/tutorial/middleware/Registered: Mon Nov 04 07:21:42 UTC 2024 - 117.7K bytes - Viewed (0) -
Advanced Dependencies - FastAPI
fastapi.tiangolo.com/bn/advanced/advanced-dependencies/Registered: Mon Nov 04 06:42:48 UTC 2024 - 156.1K bytes - Viewed (0) -
Performing a Rolling Update | Kubernetes
Perform a rolling update using kubectl.kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/Registered: Mon Nov 04 06:46:13 UTC 2024 - 432.6K bytes - Viewed (0)