Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4941 - 4950 of about 10,000 for content_length:[100000 TO 499999] (0.24 sec)

  1. Resource Quotas | Kubernetes

    When several users or teams share a cluster with a fixed number of nodes, there is a concern that one team could use more than its fair share of resources. Resource quotas are a tool for administrators to address this concern. A resource quota, defined by a ResourceQuota object, provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.
    kubernetes.io/docs/concepts/policy/resource-quotas/
    Registered: Fri Nov 15 06:38:26 UTC 2024
    - 484.7K bytes
    - Viewed (0)
  2. Projected Volumes | Kubernetes

    This document describes projected volumes in Kubernetes. Familiarity with volumes is suggested. Introduction A projected volume maps several existing volume sources into the same directory. Currently, the following types of volume sources can be projected: secret downwardAPI configMap serviceAccountToken clusterTrustBundle All sources are required to be in the same namespace as the Pod. For more details, see the all-in-one volume design document. Example configuration with a secret, a downwardAPI, and a configMap pods/storage/projected-secret-downwardapi-configmap.
    kubernetes.io/docs/concepts/storage/projected-volumes/
    Registered: Fri Nov 15 06:39:01 UTC 2024
    - 462.9K bytes
    - Viewed (0)
  3. Async Tests - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/zh-hant/advanced/async-tests/ Similar Results (1)
    Registered: Fri Nov 15 07:16:03 UTC 2024
    - 124.7K bytes
    - Viewed (0)
  4. kubectl create clusterrole | Kubernetes

    Synopsis Create a cluster role. kubectl create clusterrole NAME --verb=verb --resource=resource.group [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a cluster role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create clusterrole pod-reader --verb=get,list,watch --resource=pods # Create a cluster role named "pod-reader" with ResourceName specified kubectl create clusterrole pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a cluster role named "foo" with API Group specified kubectl create clusterrole foo --verb=get,list,watch --resource=rs.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_clusterrole/
    Registered: Fri Nov 15 07:15:04 UTC 2024
    - 438.6K bytes
    - Viewed (0)
  5. kubectl apply view-last-applied | Kubernetes

    Synopsis View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format. kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAME) Examples # View the last-applied-configuration annotations by type/name in YAML kubectl apply view-last-applied deployment/nginx # View the last-applied-configuration annotations by file in JSON kubectl apply view-last-applied -f deploy.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied/
    Registered: Fri Nov 15 07:15:20 UTC 2024
    - 434.8K bytes
    - Viewed (0)
  6. kubectl reference | Kubernetes

    kubectl reference kubectl kubectl annotate kubectl api-resources kubectl api-versions kubectl apply kubectl attach ku...
    kubernetes.io/docs/reference/kubectl/generated/
    Registered: Fri Nov 15 07:15:14 UTC 2024
    - 426.6K bytes
    - Viewed (0)
  7. Networking Reference | Kubernetes

    This section of the Kubernetes documentation provides reference details of Kubernetes networking.
    kubernetes.io/docs/reference/networking/
    Registered: Fri Nov 15 07:15:45 UTC 2024
    - 422.8K bytes
    - Viewed (0)
  8. kubectl cluster-info | Kubernetes

    Synopsis Display addresses of the control plane and services with label kubernetes.io/cluster-service=true. To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'. kubectl cluster-info [flags] Examples # Print the address of the control plane and cluster services kubectl cluster-info Options -h, --help help for cluster-info --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.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/
    Registered: Fri Nov 15 07:16:25 UTC 2024
    - 433.2K bytes
    - Viewed (0)
  9. kubeadm upgrade phase | Kubernetes

    In v1.15.0, kubeadm introduced preliminary support for kubeadm upgrade node phases. Phases for other kubeadm upgrade sub-commands such as apply, could be added in the following releases. kubeadm upgrade node phase Using this phase you can choose to execute the separate steps of the upgrade of secondary control-plane or worker nodes. Please note that kubeadm upgrade apply still has to be called on a primary control-plane node. phase preflight control-plane kubelet-config Use this command to invoke single phase of the node workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade-phase/
    Registered: Fri Nov 15 07:15:49 UTC 2024
    - 434.5K bytes
    - Viewed (0)
  10. kubectl cluster-info dump | Kubernetes

    Synopsis Dump cluster information out suitable for debugging and diagnosing cluster problems. By default, dumps everything to stdout. You can optionally specify a directory with --output-directory. If you specify a directory, Kubernetes will build a set of files in that directory. By default, only dumps things in the current namespace and 'kube-system' namespace, but you can switch to a different namespace with the --namespaces flag, or specify --all-namespaces to dump all namespaces.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cluster-info/kubectl_cluster-info_dump/
    Registered: Fri Nov 15 07:16:44 UTC 2024
    - 435.8K bytes
    - Viewed (0)
Back to top