Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 721 for host:kubernetes.io (0.04 sec)

  1. kube-apiserver | Kubernetes

    Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control strings Admission is divided into two phases. In the first phase, only mutating admission plugins run. In the second phase, only validating admission plugins run.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    Registered: Fri Dec 26 07:54:53 UTC 2025
    - 534.2K bytes
    - Viewed (0)
  2. kubectl rollout restart | Kubernetes

    Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=nginx 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_rollout/kubectl_rollout_restart/ Similar Results (1)
    Registered: Fri Dec 26 07:55:33 UTC 2025
    - 477.1K bytes
    - Viewed (0)
  3. kubectl explain | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_explain/
    Registered: Fri Dec 26 07:55:41 UTC 2025
    - 475.9K bytes
    - Viewed (0)
  4. Glossary | Kubernetes

    Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...
    kubernetes.io/docs/reference/glossary/ Similar Results (1)
    Registered: Fri Dec 26 07:30:27 UTC 2025
    - 672.6K bytes
    - Viewed (0)
  5. Authenticating | Kubernetes

    This page provides an overview of authentication in Kubernetes, with a focus on authentication to the Kubernetes API. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.
    kubernetes.io/docs/reference/access-authn-authz/authentication/
    Registered: Fri Dec 26 07:30:52 UTC 2025
    - 673K bytes
    - Viewed (0)
  6. Perform a Rollback on a DaemonSet | Kubernetes

    This page shows how to perform a rollback on a DaemonSet. 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/manage-daemon/rollback-daemon-set/
    Registered: Fri Dec 26 07:29:44 UTC 2025
    - 474.6K bytes
    - Viewed (0)
  7. kubectl alpha | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_alpha/
    Registered: Fri Dec 26 07:37:29 UTC 2025
    - 473.6K bytes
    - Viewed (0)
  8. Command line tool (kubectl) | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/
    Registered: Fri Dec 26 07:37:57 UTC 2025
    - 514.9K bytes
    - Viewed (0)
  9. kubectl create poddisruptionbudget | Kubernetes

    Synopsis Create a pod disruption budget with the specified name, selector, and desired minimum available pods. kubectl create poddisruptionbudget NAME --selector=SELECTOR --min-available=N [--dry-run=server|client|none] Examples # Create a pod disruption budget named my-pdb that will select all pods with the app=rails label # and require at least one of them being available at any point in time kubectl create poddisruptionbudget my-pdb --selector=app=rails --min-available=1 # Create a pod disruption budget named my-pdb that will select all pods with the app=nginx label # and require at least half of the pods selected to be available at any point in time kubectl create pdb my-pdb --selector=app=nginx --min-available=50% 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_create/kubectl_create_poddisruptionbudget/
    Registered: Fri Dec 26 07:41:44 UTC 2025
    - 479.8K bytes
    - Viewed (0)
  10. kubectl config use-context | Kubernetes

    Synopsis Set the current-context in a kubeconfig file. kubectl config use-context CONTEXT_NAME Examples # Use the context for the minikube cluster kubectl config use-context minikube Options -h, --help help for use-context Parent Options Inherited --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_config/kubectl_config_use-context/ Similar Results (7)
    Registered: Fri Dec 26 07:42:26 UTC 2025
    - 474.1K bytes
    - Viewed (0)
Back to top