Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3741 - 3750 of about 10,000 for content_length:[100000 TO 499999] (0.15 sec)

  1. kubectl set | Kubernetes

    Synopsis Configure application resources. These commands help you make changes to existing application resources. kubectl set SUBCOMMAND Options -h, --help help for set --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/
    Registered: Fri Nov 15 07:23:31 UTC 2024
    - 432.5K bytes
    - Viewed (0)
  2. kubectl drain | Kubernetes

    Synopsis Drain node in preparation for maintenance. The given node will be marked unschedulable to prevent new pods from arriving. 'drain' evicts the pods if the API server supports https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ eviction https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ . Otherwise, it will use normal DELETE to delete the pods. The 'drain' evicts or deletes all pods except mirror pods (which cannot be deleted through the API server). If there are daemon set-managed pods, drain will not proceed without --ignore-daemonsets, and regardless it will not delete any daemon set-managed pods, because those pods would be immediately replaced by the daemon set controller, which ignores unschedulable markings.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_drain/
    Registered: Fri Nov 15 07:23:25 UTC 2024
    - 438.2K bytes
    - Viewed (0)
  3. JSONPath Support | Kubernetes

    Kubectl supports JSONPath template. JSONPath template is composed of JSONPath expressions enclosed by curly braces {}. Kubectl uses JSONPath expressions to filter on specific fields in the JSON object and format the output. In addition to the original JSONPath template syntax, the following functions and syntax are valid: Use double quotes to quote text inside JSONPath expressions. Use the range, end operators to iterate lists. Use negative slice indices to step backwards through a list.
    kubernetes.io/docs/reference/kubectl/jsonpath/
    Registered: Fri Nov 15 07:23:03 UTC 2024
    - 438.4K bytes
    - Viewed (0)
  4. kubectl create secret | Kubernetes

    Synopsis Create a secret with specified type. A docker-registry type secret is for accessing a container registry. A generic type secret indicate an Opaque secret type. A tls type secret holds TLS certificate and its associated key. kubectl create secret (docker-registry | generic | tls) Options -h, --help help for secret --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret/
    Registered: Fri Nov 15 07:23:52 UTC 2024
    - 432.8K bytes
    - Viewed (0)
  5. Repository Management - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/nl/management/
    Registered: Fri Nov 15 06:48:36 UTC 2024
    - 110.5K bytes
    - Viewed (0)
  6. OpenAPI - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/nl/reference/openapi/
    Registered: Fri Nov 15 06:48:39 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. Deploy FastAPI on Cloud Providers - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/nl/deployment/cloud/
    Registered: Fri Nov 15 06:46:34 UTC 2024
    - 109.6K bytes
    - Viewed (0)
  8. Cluster Management | Kubernetes

    Cluster Management Running Kubelet in Standalone Mode Feedback Was this page helpful? Yes No Thanks for the feedback....
    kubernetes.io/docs/tutorials/cluster-management/
    Registered: Fri Nov 15 07:00:35 UTC 2024
    - 421.8K bytes
    - Viewed (0)
  9. Background Tasks - BackgroundTasks - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/zh/reference/background/
    Registered: Fri Nov 15 07:00:51 UTC 2024
    - 130K bytes
    - Viewed (0)
  10. Configuring Redis using a ConfigMap | Kubernetes

    This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. Objectives Create a ConfigMap with Redis configuration values Create a Redis Pod that mounts and uses the created ConfigMap Verify that the configuration was correctly applied. 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/tutorials/configuration/configure-redis-using-configmap/
    Registered: Fri Nov 15 07:00:03 UTC 2024
    - 449.2K bytes
    - Viewed (0)
Back to top