Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 561 - 570 of 685 for host:kubernetes.io (0.03 sec)

  1. Use Custom Resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/
    Registered: Wed Apr 16 06:17:44 UTC 2025
    - 430.5K bytes
    - Viewed (0)
  2. Configure Memory and CPU Quotas for a Namespace...

    Define overall memory and CPU resource limits for a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-memory-cpu-namespace/
    Registered: Wed Apr 16 06:01:55 UTC 2025
    - 452.1K bytes
    - Viewed (0)
  3. Upgrading Windows nodes | Kubernetes

    FEATURE STATE: Kubernetes v1.18 [beta] This page explains how to upgrade a Windows node created with kubeadm. Before you begin You need to have shell access to all the nodes, 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. Your Kubernetes server must be at or later than version 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/upgrading-windows-nodes/
    Registered: Wed Apr 16 06:01:33 UTC 2025
    - 438.3K bytes
    - Viewed (0)
  4. Change the Reclaim Policy of a PersistentVolume...

    This page shows how to change the reclaim policy of a Kubernetes PersistentVolume. 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/administer-cluster/change-pv-reclaim-policy/
    Registered: Wed Apr 16 06:01:37 UTC 2025
    - 439K bytes
    - Viewed (0)
  5. ConfigMaps | Kubernetes

    A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable. Caution:ConfigMap does not provide secrecy or encryption. If the data you want to store are confidential, use a Secret rather than a ConfigMap, or use additional (third party) tools to keep your data private.
    kubernetes.io/docs/concepts/configuration/configmap/
    Registered: Wed Apr 16 06:00:36 UTC 2025
    - 474.4K bytes
    - Viewed (0)
  6. Extending the Kubernetes API | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Registered: Wed Apr 16 06:01:45 UTC 2025
    - 434.4K bytes
    - Viewed (0)
  7. Storage | Kubernetes

    Ways to provide both long-term and temporary storage to Pods in your cluster.
    kubernetes.io/docs/concepts/storage/
    Registered: Wed Apr 16 06:00:20 UTC 2025
    - 433K bytes
    - Viewed (0)
  8. Safely Drain a Node | Kubernetes

    This page shows how to safely drain a node, optionally respecting the PodDisruptionBudget you have defined. Before you begin This task assumes that you have met the following prerequisites: You do not require your applications to be highly available during the node drain, or You have read about the PodDisruptionBudget concept, and have configured PodDisruptionBudgets for applications that need them. (Optional) Configure a disruption budget To ensure that your workloads remain available during maintenance, you can configure a PodDisruptionBudget.
    kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/
    Registered: Wed Apr 16 06:14:18 UTC 2025
    - 439.7K bytes
    - Viewed (0)
  9. Debug a StatefulSet | Kubernetes

    This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. You should have a StatefulSet running that you want to investigate. Debugging a StatefulSet In order to list all the pods which belong to a StatefulSet, which have a label app.kubernetes.io/name=MyApp set on them, you can use the following:
    kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/
    Registered: Wed Apr 16 06:14:46 UTC 2025
    - 434.2K bytes
    - Viewed (0)
  10. Deprecated API Migration Guide | Kubernetes

    As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release will stop serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.
    kubernetes.io/docs/reference/using-api/deprecation-guide/
    Registered: Wed Apr 16 06:25:18 UTC 2025
    - 458.1K bytes
    - Viewed (0)
Back to top