Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 71 - 80 of 659 for host:kubernetes.io (0.02 sec)

  1. Flow control | Kubernetes

    API Priority and Fairness controls the behavior of the Kubernetes API server in an overload situation. You can find more information about it in the API Priority and Fairness documentation. Diagnostics Every HTTP response from an API server with the priority and fairness feature enabled has two extra headers: X-Kubernetes-PF-FlowSchema-UID and X-Kubernetes-PF-PriorityLevel-UID, noting the flow schema that matched the request and the priority level to which it was assigned, respectively.
    kubernetes.io/docs/reference/debug-cluster/flow-control/
    Registered: Fri Apr 26 08:13:45 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  2. kubectl plugin | Kubernetes

    Synopsis Provides utilities for interacting with plugins. Plugins provide extended functionality that is not part of the major command-line distribution. Please refer to the documentation and examples for more information about how write your own plugins. The easiest way to discover and install plugins is via the kubernetes sub-project krew. To install krew, visit https://krew.sigs.k8s.io/docs/user-guide/setup/install/ krew.sigs.k8s.io https://krew.sigs.k8s.io/docs/user-guide/setup/install/ kubectl plugin [flags] Options -h, --help help for plugin --as string Username to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/
    Registered: Fri Apr 26 08:12:47 UTC 2024
    - 422K bytes
    - Viewed (0)
  3. Participating in SIG Docs | Kubernetes

    SIG Docs is one of the special interest groups within the Kubernetes project, focused on writing, updating, and maintaining the documentation for Kubernetes as a whole. See SIG Docs from the community github repo for more information about the SIG. SIG Docs welcomes content and reviews from all contributors. Anyone can open a pull request (PR), and anyone is welcome to file issues about content or comment on pull requests in progress.
    kubernetes.io/docs/contribute/participate/
    Registered: Fri Apr 26 08:16:23 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  4. Suggesting content improvements | Kubernetes

    If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a GitHub account and a web browser. In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors then review, categorize and tag issues as needed. Next, you or another member of the Kubernetes community open a pull request with changes to resolve the issue.
    kubernetes.io/docs/contribute/suggesting-improvements/
    Registered: Fri Apr 26 08:16:27 UTC 2024
    - 416.8K bytes
    - Viewed (0)
  5. Generating Reference Documentation for the Kube...

    This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
    Registered: Fri Apr 26 08:17:24 UTC 2024
    - 428.4K bytes
    - Viewed (0)
  6. Kubelet Configuration (v1) | Kubernetes

    Resource Types CredentialProviderConfig CredentialProviderConfig CredentialProviderConfig is the configuration containing information about each exec credential provider. Kubelet reads this configuration from disk and enables each provider as specified by the CredentialProvider type. FieldDescription apiVersionstringkubelet.config.k8s.io/v1 kindstringCredentialProviderConfig providers [Required] []CredentialProvider providers is a list of credential provider plugins that will be enabled by the kubelet. Multiple providers may match against a single image, in which case credentials from all providers will be returned to the kubelet.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1/
    Registered: Fri Apr 26 08:17:55 UTC 2024
    - 419.8K bytes
    - Viewed (0)
  7. Changing The Kubernetes Package Repository | Ku...

    This page explains how to enable a package repository for the desired Kubernetes minor release upon upgrading a cluster. This is only needed for users of the community-owned package repositories hosted at pkgs.k8s.io. Unlike the legacy package repositories, the community-owned package repositories are structured in a way that there's a dedicated package repository for each Kubernetes minor version. Note: This guide only covers a part of the Kubernetes upgrade process.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/change-package-repository/
    Registered: Fri Apr 26 07:35:16 UTC 2024
    - 425.5K bytes
    - Viewed (0)
  8. Find Out What Container Runtime is Used on a No...

    This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/
    Registered: Fri Apr 26 07:35:58 UTC 2024
    - 419.9K bytes
    - Viewed (0)
  9. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.27 [alpha] This document shares how to extend the existing Service IP range assigned to a cluster. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/network/extend-service-ip-ranges/
    Registered: Fri Apr 26 07:50:33 UTC 2024
    - 424.3K bytes
    - Viewed (0)
  10. Using kubectl to Create a Deployment | Kubernetes

    Learn about application Deployments. Deploy your first app on Kubernetes with kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Fri Apr 26 07:49:46 UTC 2024
    - 423.3K bytes
    - Viewed (0)
Back to top