- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1391 - 1400 of 5,561 for timestamp:[now/d-1d TO *] (0.17 sec)
-
Status Codes - FastAPI
fastapi.tiangolo.com/ru/reference/status/Registered: Tue Nov 26 05:10:37 UTC 2024 - 220.6K bytes - Viewed (0) -
Обработка ошибок - FastAPI
fastapi.tiangolo.com/ru/tutorial/handling-errors/Registered: Tue Nov 26 05:11:35 UTC 2024 - 170.3K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Tue Nov 26 05:10:26 UTC 2024 - 429.4K bytes - Viewed (0) -
Kubelet Configuration Directory Merging | Kuber...
When using the kubelet's --config-dir flag to specify a drop-in directory for configuration, there is some specific behavior on how different types are merged. Here are some examples of how different data types behave during configuration merging: Structure Fields There are two types of structure fields in a YAML structure: singular (or a scalar type) and embedded (structures that contain scalar types). The configuration merging process handles the overriding of singular and embedded struct fields to create a resulting kubelet configuration.kubernetes.io/docs/reference/node/kubelet-config-directory-merging/Registered: Tue Nov 26 05:10:17 UTC 2024 - 444.5K bytes - Viewed (0) -
Environment Variables - FastAPI
fastapi.tiangolo.com/ur/environment-variables/Registered: Tue Nov 26 05:27:56 UTC 2024 - 128K bytes - Viewed (0) -
Cookie Parameters - FastAPI
fastapi.tiangolo.com/ur/tutorial/cookie-params/Registered: Tue Nov 26 05:27:41 UTC 2024 - 129.4K bytes - Viewed (0) -
kubectl create secret docker-registry | Kubernetes
Synopsis Create a new secret for use with Docker registries. Dockercfg secrets are used to authenticate against Docker registries. When using the Docker command line to push images, you can authenticate to a given registry by running: '$ docker login DOCKER_REGISTRY_SERVER --username=DOCKER_USER --password=DOCKER_PASSWORD --email=DOCKER_EMAIL'. That produces a ~/.dockercfg file that is used by subsequent 'docker push' and 'docker pull' commands to authenticate to the registry. The email address is optional.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_docker-registry/Registered: Tue Nov 26 05:27:45 UTC 2024 - 436.6K bytes - Viewed (0) -
kubectl create service nodeport | Kubernetes
Synopsis Create a NodePort service with the specified name. kubectl create service nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new NodePort service named my-ns kubectl create service nodeport my-ns --tcp=5678:8080 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_nodeport/Registered: Tue Nov 26 05:27:57 UTC 2024 - 435.1K bytes - Viewed (0) -
Reference - FastAPI
fastapi.tiangolo.com/ur/reference/Registered: Tue Nov 26 05:27:27 UTC 2024 - 106.3K bytes - Viewed (0) -
kubectl set serviceaccount | Kubernetes
Synopsis Update the service account of pod template resources. Possible resources (case insensitive) can be: replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs), statefulset kubectl set serviceaccount (-f FILENAME | TYPE NAME) SERVICE_ACCOUNT Examples # Set deployment nginx-deployment's service account to serviceaccount1 kubectl set serviceaccount deployment nginx-deployment serviceaccount1 # Print the result (in YAML format) of updated nginx deployment with the service account from local file, without hitting the API server kubectl set sa -f nginx-deployment.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount/Registered: Tue Nov 26 05:26:58 UTC 2024 - 434.5K bytes - Viewed (0)