Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 658 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. 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: Fri May 17 08:24:17 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  2. 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: Fri May 17 08:24:22 UTC 2024
    - 545.9K bytes
    - Viewed (0)
  3. kubectl wait | Kubernetes

    Synopsis Experimental: Wait for a specific condition on one or many resources. The command takes multiple resources and waits until the specified condition is seen in the Status field of every given resource. Alternatively, the command can wait for the given set of resources to be deleted by providing the "delete" keyword as the value to the --for flag. A successful message will be printed to stdout indicating when the specified condition has been met.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_wait/
    Registered: Fri May 17 08:24:33 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  4. Configuration APIs | Kubernetes

    Configuration APIs Client Authentication (v1) Client Authentication (v1beta1) Event Rate Limit Configuration (v1alpha...
    kubernetes.io/docs/reference/config-api/
    Registered: Fri May 17 08:25:14 UTC 2024
    - 415.1K bytes
    - Viewed (0)
  5. kubeadm reset phase | Kubernetes

    kubeadm reset phase enables you to invoke atomic steps of the node reset process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm reset phase is consistent with the kubeadm reset workflow, and behind the scene both use the same code. kubeadm reset phase phase Use this command to invoke single phase of the reset workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset-phase/
    Registered: Fri May 17 08:12:42 UTC 2024
    - 424.1K bytes
    - Viewed (0)
  6. kubectl api-versions | Kubernetes

    Synopsis Print the supported API versions on the server, in the form of "group/version". kubectl api-versions Examples # Print the supported API versions kubectl api-versions Options -h, --help help for api-versions --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_api-versions/
    Registered: Fri May 17 08:11:52 UTC 2024
    - 423.1K bytes
    - Viewed (0)
  7. 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: Fri May 17 08:19:02 UTC 2024
    - 431.7K bytes
    - Viewed (0)
  8. 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: Fri May 17 08:22:58 UTC 2024
    - 448.6K bytes
    - Viewed (0)
  9. 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: Fri May 17 08:23:03 UTC 2024
    - 428.4K bytes
    - Viewed (0)
  10. kubectl version | Kubernetes

    Synopsis Print the client and server version information for the current context. kubectl version [flags] Examples # Print the client and server versions for the current context kubectl version Options --client If true, shows client version only (no server required). -h, --help help for version -o, --output string One of 'yaml' or 'json'. --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_version/
    Registered: Fri May 17 08:28:23 UTC 2024
    - 423.3K bytes
    - Viewed (0)
Back to top