Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 65 for Cloud (0.04 sec)

  1. docs/en/docs/deployment/cloud.md

    # Deploy FastAPI on Cloud Providers
    
    You can use virtually **any cloud provider** to deploy your FastAPI application.
    
    In most of the cases, the main cloud providers have guides to deploy FastAPI with them.
    
    ## Cloud Providers - Sponsors
    
    Some cloud providers ✨ [**sponsor FastAPI**](../help-fastapi.md#sponsor-the-author){.internal-link target=_blank} ✨, this ensures the continued and healthy **development** of FastAPI and its **ecosystem**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. docs/de/docs/deployment/cloud.md

    # FastAPI-Deployment bei Cloud-Anbietern
    
    Sie können praktisch **jeden Cloud-Anbieter** für das <abbr title="Bereitstellen der fertigen Anwendung für die Endbenutzer">Deployment</abbr> Ihrer FastAPI-Anwendung verwenden.
    
    In den meisten Fällen verfügen die Haupt-Cloud-Anbieter über Anleitungen zum Deployment von FastAPI.
    
    ## Cloud-Anbieter – Sponsoren
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:30:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. docs/zh/docs/deployment/cloud.md

    Sebastián Ramírez <******@****.***> 1706438314 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 10:38:34 UTC 2024
    - 990 bytes
    - Viewed (0)
  4. docs/tr/docs/deployment/cloud.md

    Hasan Sezer Taşan <******@****.***> 1716905155 +0300
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue May 28 14:05:55 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. docs/ko/docs/deployment/cloud.md

    Sebastián Ramírez <******@****.***> 1706438314 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 28 10:38:34 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. cluster/gce/manifests/cloud-controller-manager.manifest

    "containers":[
        {
        "name": "cloud-controller-manager",
        "image": "gcr.io/k8s-staging-cloud-provider-gcp/cloud-controller-manager:v30.0.0",
        "resources": {
          "requests": {
            "cpu": "{{cpurequest}}"
          }
        },
        "args": [
          "--log-file=/var/log/cloud-controller-manager.log",
          "--also-stdout=false",
          "--redirect-stderr=true",
          "/cloud-controller-manager",
          {{params}}
        ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:50:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. pkg/kubeapiserver/options/cloudprovider.go

    	default:
    		errs = append(errs, fmt.Errorf("unknown --cloud-provider: %s", opts.CloudProvider))
    	}
    
    	return errs
    }
    
    // AddFlags returns flags of cloud provider for a API Server
    func (s *CloudProviderOptions) AddFlags(fs *pflag.FlagSet) {
    	fs.StringVar(&s.CloudProvider, "cloud-provider", s.CloudProvider,
    		"The provider for cloud services. Empty string for no provider.")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 15:50:25 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. cluster/gce/gci/README.md

    ```shell
    $ gcloud compute images list --project=cos-cloud | grep cos-cloud
    cos-69-10895-385-0                                    cos-cloud          cos-69-lts                                    READY
    cos-73-11647-534-0                                    cos-cloud          cos-73-lts                                    READY
    cos-77-12371-274-0                                    cos-cloud          cos-77-lts                                    READY
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  9. cmd/cloud-controller-manager/providers.go

    // are cloud provider dependent. It uses the API to listen to new events on resources.
    
    package main
    
    // NOTE: Importing all in-tree cloud-providers is not required when
    // implementing an out-of-tree cloud-provider. Leaving this empty file
    // here as a reference.
    
    // Here is how you would inject a cloud provider, first
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 19:11:36 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. cluster/gce/addons/cloud-pvl-admission/mutating-webhook-configuration.yaml

    apiVersion: admissionregistration.k8s.io/v1
    kind: MutatingWebhookConfiguration
    metadata:
      name: "cloud-pvl-admission.k8s.io"
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
        k8s-app: cloud-pvl-admission
    webhooks:
    - name: "cloud-pvl-admission.k8s.io"
      rules:
      - apiGroups:   [""]
        apiVersions: ["v1"]
        operations:  ["CREATE"]
        resources:   ["persistentvolumes"]
        scope:       "*"
      clientConfig:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 02 23:15:32 UTC 2023
    - 699 bytes
    - Viewed (0)
Back to top