- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3091 - 3100 of about 10,000 for filetype:html (0.16 sec)
-
Handling Errors - FastAPI
fastapi.tiangolo.com/fa/tutorial/handling-errors/ Similar Results (8)Registered: Fri Sep 12 06:39:01 UTC 2025 - 159.3K bytes - Viewed (0) -
Run a Single-Instance Stateful Application | Ku...
This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/Registered: Fri Sep 12 06:40:40 UTC 2025 - 482K bytes - Viewed (0) -
Git - git-send-email Documentation
English ▾ English Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Gett...git-scm.com/docs/git-send-email/2.45.0 Similar Results (5)Registered: Fri Sep 12 06:39:47 UTC 2025 - Last Modified: Sat Sep 06 07:50:04 UTC 2025 - 99.4K bytes - Viewed (0) -
Response - Change Status Code - FastAPI
fastapi.tiangolo.com/he/advanced/response-change-status-code/ Similar Results (2)Registered: Fri Sep 12 06:54:29 UTC 2025 - 107.7K bytes - Viewed (0) -
Kubernetes Deprecation Policy | Kubernetes
This document details the deprecation policy for various facets of the system. Kubernetes is a large system with many components and many contributors. As with any such software, the feature set naturally evolves over time, and sometimes a feature may need to be removed. This could include an API, a flag, or even an entire feature. To avoid breaking existing users, Kubernetes follows a deprecation policy for aspects of the system that are slated to be removed.kubernetes.io/docs/reference/using-api/deprecation-policy/Registered: Fri Sep 12 06:53:11 UTC 2025 - 478.2K bytes - Viewed (0) -
Additional Status Codes - FastAPI
fastapi.tiangolo.com/he/advanced/additional-status-codes/Registered: Fri Sep 12 06:54:46 UTC 2025 - 132.4K bytes - Viewed (0) -
Managing Service Accounts | Kubernetes
A ServiceAccount provides an identity for processes that run in a Pod. A process inside a Pod can use the identity of its associated service account to authenticate to the cluster's API server. For an introduction to service accounts, read configure service accounts. This task guide explains some of the concepts behind ServiceAccounts. The guide also explains how to obtain or revoke tokens that represent ServiceAccounts, and how to (optionally) bind a ServiceAccount's validity to the lifetime of an API object.kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/Registered: Fri Sep 12 06:52:57 UTC 2025 - 528.1K bytes - Viewed (0) -
Configure a Pod to Use a PersistentVolume for S...
This page shows you how to configure a Pod to use a PersistentVolumeClaim for storage. Here is a summary of the process: You, as cluster administrator, create a PersistentVolume backed by physical storage. You do not associate the volume with any Pod. You, now taking the role of a developer / cluster user, create a PersistentVolumeClaim that is automatically bound to a suitable PersistentVolume. You create a Pod that uses the above PersistentVolumeClaim for storage.kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/Registered: Fri Sep 12 06:40:57 UTC 2025 - 500.1K bytes - Viewed (0) -
Git - git-send-email Documentation
English ▾ English Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Gett...git-scm.com/docs/git-send-email/2.30.0 Similar Results (8)Registered: Fri Sep 12 06:41:19 UTC 2025 - Last Modified: Sat Sep 06 07:49:50 UTC 2025 - 88.4K bytes - Viewed (0) -
Expose Pod Information to Containers Through En...
This page shows how a Pod can use environment variables to expose information about itself to containers running in the Pod, using the downward API. You can use environment variables to expose Pod fields, container fields, or both. In Kubernetes, there are two ways to expose Pod and container fields to a running container: Environment variables, as explained in this task Volume files Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/Registered: Fri Sep 12 06:41:26 UTC 2025 - 484.1K bytes - Viewed (0)