Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: %27 [xss] テスト test

Results 181 - 190 of 686 for host:kubernetes.io (0.07 sec)

  1. kubectl certificate deny | Kubernetes

    Synopsis Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requester. kubectl certificate deny (-f FILENAME | NAME) Examples # Deny CSR 'csr-sqgzp' kubectl certificate deny csr-sqgzp 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.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_deny/
    Registered: Wed Jun 04 07:20:46 UTC 2025
    - 455.6K bytes
    - Viewed (0)
  2. Debug cluster | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/debug-cluster/
    Registered: Wed Jun 04 07:42:43 UTC 2025
    - 443.2K bytes
    - Viewed (0)
  3. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Registered: Wed Jun 04 07:40:39 UTC 2025
    - 597.4K bytes
    - Viewed (0)
  4. Localizing Kubernetes documentation | Kubernetes

    This page shows you how to localize the docs for a different language. Contribute to an existing localization You can help add or improve the content of an existing localization. In Kubernetes Slack, you can find a channel for each localization. There is also a general SIG Docs Localizations Slack channel where you can say hello. Note:For extra details on how to contribute to a specific localization, look for a localized version of this page.
    kubernetes.io/docs/contribute/localization/
    Registered: Wed Jun 04 07:40:25 UTC 2025
    - 478.6K bytes
    - Viewed (0)
  5. PR wranglers | Kubernetes

    SIG Docs approvers take week-long shifts managing pull requests for the repository. This section covers the duties of a PR wrangler. For more information on giving good reviews, see Reviewing changes. Duties Each day in a week-long shift as PR Wrangler: Review open pull requests for quality and adherence to the Style and Content guides. Start with the smallest PRs (size/XS) first, and end with the largest (size/XXL). Review as many PRs as you can.
    kubernetes.io/docs/contribute/participate/pr-wranglers/
    Registered: Wed Jun 04 07:36:01 UTC 2025
    - 454.1K bytes
    - Viewed (0)
  6. Configuration APIs | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/config-api/
    Registered: Wed Jun 04 07:34:20 UTC 2025
    - 445.9K bytes
    - Viewed (0)
  7. Resize CPU and Memory Resources assigned to Con...

    FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: true) This page explains how to change the CPU and memory resource requests and limits assigned to a container without recreating the Pod. Traditionally, changing a Pod's resource requirements necessitated deleting the existing Pod and creating a replacement, often managed by a workload controller. In-place Pod Resize allows changing the CPU/memory allocation of container(s) within a running Pod while potentially avoiding application disruption.
    kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/
    Registered: Wed Jun 04 07:51:52 UTC 2025
    - 471.7K bytes
    - Viewed (0)
  8. Create an External Load Balancer | Kubernetes

    This page shows how to create an external load balancer. When creating a Service, you have the option of automatically creating a cloud load balancer. This provides an externally-accessible IP address that sends traffic to the correct port on your cluster nodes, provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package. You can also use an Ingress in place of Service.
    kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/
    Registered: Wed Jun 04 07:11:20 UTC 2025
    - 461.9K bytes
    - Viewed (0)
  9. Issue a Certificate for a Kubernetes API Client...

    Kubernetes lets you use a public key infrastructure (PKI) to authenticate to your cluster as a client. A few steps are required in order to get a normal user to be able to authenticate and invoke an API. First, this user must have an X.509 certificate issued by an authority that your Kubernetes cluster trusts. The client must then present that certificate to the Kubernetes API. You use a CertificateSigningRequest as part of this process, and either you or some other principal must approve the request.
    kubernetes.io/docs/tasks/tls/certificate-issue-client-csr/
    Registered: Wed Jun 04 07:11:25 UTC 2025
    - 459K bytes
    - Viewed (0)
  10. Hello Minikube | Kubernetes

    This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.
    kubernetes.io/docs/tutorials/hello-minikube/
    Registered: Wed Jun 04 07:12:23 UTC 2025
    - 464.3K bytes
    - Viewed (0)
Back to top