- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2101 - 2110 of about 10,000 for content_length:[100000 TO 499999] (0.21 sec)
-
Альтернативи, натхнення та порівняння - FastAPI
fastapi.tiangolo.com/uk/alternatives/Registered: Fri Aug 15 07:24:19 UTC 2025 - 159.9K bytes - Viewed (0) -
kubectl create deployment | Kubernetes
Synopsis Create a deployment with the specified name. kubectl create deployment NAME --image=image -- [COMMAND] [args...] Examples # Create a deployment named my-dep that runs the busybox image kubectl create deployment my-dep --image=busybox # Create a deployment with a command kubectl create deployment my-dep --image=busybox -- date # Create a deployment named my-dep that runs the nginx image with 3 replicas kubectl create deployment my-dep --image=nginx --replicas=3 # Create a deployment named my-dep that runs the busybox image and expose port 5701 kubectl create deployment my-dep --image=busybox --port=5701 # Create a deployment named my-dep that runs multiple containers kubectl create deployment my-dep --image=busybox:latest --image=ubuntu:latest --image=nginx 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_deployment/Registered: Fri Aug 15 07:22:46 UTC 2025 - 465K bytes - Viewed (0) -
Custom Request and APIRoute class - FastAPI
fastapi.tiangolo.com/id/how-to/custom-request-and-route/Registered: Fri Aug 15 07:14:44 UTC 2025 - 150.8K bytes - Viewed (0) -
Changes for 0.98.0 — Matplotlib 3.10.5 document...
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_0.98.0.htmlRegistered: Fri Aug 15 07:14:45 UTC 2025 - Last Modified: Thu Jul 31 20:13:48 UTC 2025 - 104.8K bytes - Viewed (0) -
Kubernetes Issue Tracker | Kubernetes
To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.kubernetes.io/docs/reference/issues-security/issues/Registered: Fri Aug 15 07:13:53 UTC 2025 - 452.5K bytes - Viewed (0) -
kubectl expose | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Registered: Fri Aug 15 07:19:20 UTC 2025 - 466K bytes - Viewed (0) -
Return a Response Directly - FastAPI
fastapi.tiangolo.com/uk/advanced/response-directly/Registered: Fri Aug 15 07:21:47 UTC 2025 - 117.1K bytes - Viewed (0) -
Including WSGI - Flask, Django, others - FastAPI
fastapi.tiangolo.com/uk/advanced/wsgi/Registered: Fri Aug 15 07:21:34 UTC 2025 - 111.3K 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: Fri Aug 15 07:19:43 UTC 2025 - 465K bytes - Viewed (0) -
kubectl rollout restart | Kubernetes
Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=nginx 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_rollout/kubectl_rollout_restart/ Similar Results (1)Registered: Fri Aug 15 07:19:48 UTC 2025 - 462.3K bytes - Viewed (0)