Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 451 - 460 of 702 for host:kubernetes.io (0.04 sec)

  1. kubectl taint | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Wed Oct 15 08:42:51 UTC 2025
    - 469.6K bytes
    - Viewed (0)
  2. kubectl edit | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/
    Registered: Wed Oct 15 08:44:49 UTC 2025
    - 470.3K bytes
    - Viewed (0)
  3. kubectl set image | Kubernetes

    Synopsis Update existing container image(s) of resources. Possible resources include (case insensitive): pod (po), replicationcontroller (rc), deployment (deploy), daemonset (ds), statefulset (sts), cronjob (cj), replicaset (rs) kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 ... CONTAINER_NAME_N=CONTAINER_IMAGE_N Examples # Set a deployment's nginx container image to 'nginx:1.9.1', and its busybox container image to 'busybox' kubectl set image deployment/nginx busybox=busybox nginx=nginx:1.9.1 # Update all deployments' and rc's nginx container's image to 'nginx:1.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_image/
    Registered: Wed Oct 15 08:45:58 UTC 2025
    - 470K bytes
    - Viewed (0)
  4. kubectl label | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Wed Oct 15 08:45:40 UTC 2025
    - 470.2K bytes
    - Viewed (0)
  5. Communication between Nodes and the Control Pla...

    This document catalogs the communication paths between the API server and the Kubernetes cluster. The intent is to allow users to customize their installation to harden the network configuration such that the cluster can be run on an untrusted network (or on fully public IPs on a cloud provider). Node to Control Plane Kubernetes has a "hub-and-spoke" API pattern. All API usage from nodes (or the pods they run) terminates at the API server.
    kubernetes.io/docs/concepts/architecture/control-plane-node-communication/
    Registered: Wed Oct 15 07:28:49 UTC 2025
    - 469.7K bytes
    - Viewed (0)
  6. Dual-stack support with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/
    Registered: Wed Oct 15 07:27:32 UTC 2025
    - 478.5K bytes
    - Viewed (0)
  7. Available Documentation Versions | Kubernetes

    This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.
    kubernetes.io/docs/home/supported-doc-versions/
    Registered: Wed Oct 15 07:27:58 UTC 2025
    - 461.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: Wed Oct 15 07:42:25 UTC 2025
    - 489.6K bytes
    - Viewed (0)
  9. Node-specific Volume Limits | Kubernetes

    This page describes the maximum number of volumes that can be attached to a Node for various cloud providers. Cloud providers like Google, Amazon, and Microsoft typically have a limit on how many volumes can be attached to a Node. It is important for Kubernetes to respect those limits. Otherwise, Pods scheduled on a Node could get stuck waiting for volumes to attach. Kubernetes default limits The Kubernetes scheduler has default limits on the number of volumes that can be attached to a Node:
    kubernetes.io/docs/concepts/storage/storage-limits/
    Registered: Wed Oct 15 07:41:59 UTC 2025
    - 465.1K bytes
    - Viewed (0)
  10. Debug Init Containers | Kubernetes

    This page shows how to investigate problems related to the execution of Init Containers. The example command lines below refer to the Pod as <pod-name> and the Init Containers as <init-container-1> and <init-container-2>. 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.
    kubernetes.io/docs/tasks/debug/debug-application/debug-init-containers/
    Registered: Wed Oct 15 08:07:28 UTC 2025
    - 465.2K bytes
    - Viewed (0)
Back to top