Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 301 - 310 of 699 for host:kubernetes.io (1.07 sec)

  1. kubectl for Docker Users | Kubernetes

    You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.
    kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/
    Registered: Wed Sep 03 06:53:23 UTC 2025
    - 474.9K bytes
    - Viewed (0)
  2. kubectl rollout history | Kubernetes

    Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 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. Only applies to golang and jsonpath output formats.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/
    Registered: Wed Sep 03 06:53:28 UTC 2025
    - 464.6K bytes
    - Viewed (0)
  3. Submitting articles to Kubernetes blogs | Kuber...

    There are two official Kubernetes blogs, and the CNCF has its own blog where you can cover Kubernetes too. For the main Kubernetes blog, we (the Kubernetes project) like to publish articles with different perspectives and special focuses, that have a link to Kubernetes. With only a few special case exceptions, we only publish content that hasn't been submitted or published anywhere else. Writing for the Kubernetes blog(s) As an author, you have three different routes towards publication.
    kubernetes.io/docs/contribute/blog/article-submission/
    Registered: Wed Sep 03 06:54:13 UTC 2025
    - 468.3K bytes
    - Viewed (0)
  4. kubectl run | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_run/
    Registered: Wed Sep 03 06:54:34 UTC 2025
    - 472.5K bytes
    - Viewed (0)
  5. kubectl rollout status | Kubernetes

    Synopsis Show the status of the rollout. By default 'rollout status' will watch the status of the latest rollout until it's done. If you don't want to wait for the rollout to finish then you can use --watch=false. Note that if a new rollout starts in-between, then 'rollout status' will continue watching the latest revision. If you want to pin to a specific revision and abort if it is rolled over by another revision, use --revision=N where N is the revision you need to watch for.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status/
    Registered: Wed Sep 03 06:49:33 UTC 2025
    - 464.2K bytes
    - Viewed (0)
  6. kubectl set env | Kubernetes

    Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/
    Registered: Wed Sep 03 06:49:03 UTC 2025
    - 468.8K bytes
    - Viewed (0)
  7. kube-apiserver Admission (v1) | Kubernetes

    Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.
    kubernetes.io/docs/reference/config-api/apiserver-admission.v1/
    Registered: Wed Sep 03 06:55:01 UTC 2025
    - 465.9K bytes
    - Viewed (0)
  8. 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 Sep 03 06:55:26 UTC 2025
    - 622.9K bytes
    - Viewed (0)
  9. kubectl proxy | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/
    Registered: Wed Sep 03 06:56:18 UTC 2025
    - 466.9K bytes
    - Viewed (0)
  10. Debug cluster | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/debug-cluster/
    Registered: Wed Sep 03 06:56:40 UTC 2025
    - 452K bytes
    - Viewed (0)
Back to top