Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 471 - 480 of 723 for host:kubernetes.io (0.03 sec)

  1. Configure Minimum and Maximum Memory Constraint...

    Define a range of valid memory resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/memory-constraint-namespace/
    Registered: Mon Jan 26 06:44:43 UTC 2026
    - 499.1K bytes
    - Viewed (0)
  2. Configure Default CPU Requests and Limits for a...

    Define a default CPU resource limits for a namespace, so that every new Pod in that namespace has a CPU resource limit configured.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-default-namespace/
    Registered: Mon Jan 26 06:44:37 UTC 2026
    - 490K bytes
    - Viewed (0)
  3. Migrating from dockershim | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/
    Registered: Mon Jan 26 06:43:25 UTC 2026
    - 470K bytes
    - Viewed (0)
  4. Force Delete StatefulSet Pods | Kubernetes

    This page shows how to delete Pods which are part of a stateful set, and explains the considerations to keep in mind when doing so. Before you begin This is a fairly advanced task and has the potential to violate some of the properties inherent to StatefulSet. Before proceeding, make yourself familiar with the considerations enumerated below. StatefulSet considerations In normal operation of a StatefulSet, there is never a need to force delete a StatefulSet Pod.
    kubernetes.io/docs/tasks/run-application/force-delete-stateful-set-pod/
    Registered: Mon Jan 26 07:02:37 UTC 2026
    - 475.2K bytes
    - Viewed (0)
  5. Developing and debugging services locally using...

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to get a shell on a running container in order to run debugging tools.
    kubernetes.io/docs/tasks/debug/debug-cluster/local-debugging/
    Registered: Mon Jan 26 07:02:59 UTC 2026
    - 474.1K bytes
    - Viewed (0)
  6. Pod Hostname | Kubernetes

    This page explains how to set a Pod's hostname, potential side effects after configuration, and the underlying mechanics. Default Pod hostname When a Pod is created, its hostname (as observed from within the Pod) is derived from the Pod's metadata.name value. Both the hostname and its corresponding fully qualified domain name (FQDN) are set to the metadata.name value (from the Pod's perspective) apiVersion: v1 kind: Pod metadata: name: busybox-1 spec: containers: - image: busybox:1.
    kubernetes.io/docs/concepts/workloads/pods/pod-hostname/
    Registered: Mon Jan 26 06:27:31 UTC 2026
    - 477.8K bytes
    - Viewed (0)
  7. Services, Load Balancing, and Networking | Kube...

    Concepts and resources behind networking in Kubernetes.
    kubernetes.io/docs/concepts/services-networking/
    Registered: Mon Jan 26 06:27:56 UTC 2026
    - 477.1K bytes
    - Viewed (0)
  8. Taints and Tolerations | Kubernetes

    Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.
    kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
    Registered: Mon Jan 26 06:41:33 UTC 2026
    - 507.3K bytes
    - Viewed (0)
  9. Assign Extended Resources to a Container | Kube...

    FEATURE STATE: Kubernetes v1.35 [stable] This page shows how to assign extended resources to a Container. 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/configure-pod-container/extended-resource/
    Registered: Mon Jan 26 06:50:46 UTC 2026
    - 483K bytes
    - Viewed (0)
  10. Using sysctls in a Kubernetes Cluster | Kubernetes

    FEATURE STATE: Kubernetes v1.21 [stable] This document describes how to configure and use kernel parameters within a Kubernetes cluster using the sysctl interface. Note:Starting from Kubernetes version 1.23, the kubelet supports the use of either / or . as separators for sysctl names. Starting from Kubernetes version 1.25, setting Sysctls for a Pod supports setting sysctls with slashes. For example, you can represent the same sysctl name as kernel.shm_rmid_forced using a period as the separator, or as kernel/shm_rmid_forced using a slash as a separator.
    kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/
    Registered: Mon Jan 26 06:49:48 UTC 2026
    - 481K bytes
    - Viewed (0)
Back to top