Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 61 - 70 of 660 for host:kubernetes.io (0.04 sec)

  1. kubectl create priorityclass | Kubernetes

    Synopsis Create a priority class with the specified name, value, globalDefault and description. kubectl create priorityclass NAME --value=VALUE --global-default=BOOL [--dry-run=server|client|none] Examples # Create a priority class named high-priority kubectl create priorityclass high-priority --value=1000 --description="high priority" # Create a priority class named default-priority that is considered as the global default priority kubectl create priorityclass default-priority --value=1000 --global-default=true --description="default priority" # Create a priority class named high-priority that cannot preempt pods with lower priority kubectl create priorityclass high-priority --value=1000 --description="high priority" --preemption-policy="Never" 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_priorityclass/
    Registered: Fri May 17 08:16:28 UTC 2024
    - 432.1K bytes
    - Viewed (0)
  2. kubectl debug | Kubernetes

    Synopsis Debug cluster resources using interactive debugging containers. 'debug' provides automation for common debugging tasks for cluster objects identified by resource and name. Pods will be used by default if no resource is specified. The action taken by 'debug' varies depending on what resource is specified. Supported actions include: Workload: Create a copy of an existing pod with certain attributes changed, for example changing the image tag to a new version.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_debug/
    Registered: Fri May 17 08:16:39 UTC 2024
    - 428.1K bytes
    - Viewed (0)
  3. kubectl patch | Kubernetes

    Synopsis Update fields of a resource using strategic merge patch, a JSON merge patch, or a JSON patch. JSON and YAML formats are accepted. Note: Strategic merge patch is not supported for custom resources. kubectl patch (-f FILENAME | TYPE NAME) [-p PATCH|--patch-file FILE] Examples # Partially update a node using a strategic merge patch, specifying the patch as JSON kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}' # Partially update a node using a strategic merge patch, specifying the patch as YAML kubectl patch node k8s-node-1 -p $'spec:\n unschedulable: true' # Partially update a node identified by the type and name specified in "node.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_patch/
    Registered: Fri May 17 08:16:23 UTC 2024
    - 428.4K 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 May 17 08:26:01 UTC 2024
    - 418.7K bytes
    - Viewed (0)
  5. 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 May 17 08:26:21 UTC 2024
    - 420.9K bytes
    - Viewed (0)
  6. Configure Certificate Rotation for the Kubelet ...

    This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.
    kubernetes.io/docs/tasks/tls/certificate-rotation/
    Registered: Fri May 17 07:56:31 UTC 2024
    - 420.5K bytes
    - Viewed (0)
  7. Manual Rotation of CA Certificates | Kubernetes

    This page shows how to manually rotate the certificate authority (CA) certificates. 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/tls/manual-rotation-of-ca-certificates/
    Registered: Fri May 17 07:56:37 UTC 2024
    - 429.7K bytes
    - Viewed (0)
  8. Run Jobs | Kubernetes

    Run Jobs using parallel processing.
    kubernetes.io/docs/tasks/job/
    Registered: Fri May 17 07:55:41 UTC 2024
    - 414K bytes
    - Viewed (0)
  9. Manage HugePages | Kubernetes

    Configure and manage huge pages as a schedulable resource in a cluster.
    kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
    Registered: Fri May 17 07:55:45 UTC 2024
    - 427K bytes
    - Viewed (0)
  10. Distribute Credentials Securely Using Secrets |...

    This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. 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/inject-data-application/distribute-credentials-secure/
    Registered: Fri May 17 07:55:50 UTC 2024
    - 468.2K bytes
    - Viewed (0)
Back to top