Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 251 - 260 of 704 for host:kubernetes.io (0.05 sec)

  1. Generating Reference Documentation for the Kube...

    This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
    Registered: Wed Nov 05 18:32:50 UTC 2025
    - 472.6K bytes
    - Viewed (0)
  2. kubectl create token | Kubernetes

    Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/
    Registered: Wed Nov 05 18:17:26 UTC 2025
    - 469.4K bytes
    - Viewed (0)
  3. kubectl port-forward | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_port-forward/
    Registered: Wed Nov 05 18:19:01 UTC 2025
    - 469.5K bytes
    - Viewed (0)
  4. kubectl options | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_options/
    Registered: Wed Nov 05 18:18:22 UTC 2025
    - 465.2K bytes
    - Viewed (0)
  5. Container Runtime Interface (CRI) | Kubernetes

    The CRI is a plugin interface which enables the kubelet to use a wide variety of container runtimes, without having a need to recompile the cluster components. You need a working container runtime on each Node in your cluster, so that the kubelet can launch Pods and their containers. The Container Runtime Interface (CRI) is the main protocol for the communication between the kubelet and Container Runtime. The Kubernetes Container Runtime Interface (CRI) defines the main gRPC protocol for the communication between the node components kubelet and container runtime.
    kubernetes.io/docs/concepts/architecture/cri/
    Registered: Fri Oct 24 08:58:49 UTC 2025
    - 463K bytes
    - Viewed (0)
  6. Configuring each kubelet in your cluster using ...

    Note: Dockershim has been removed from the Kubernetes project as of release 1.24. Read the Dockershim Removal FAQ for further details. FEATURE STATE: Kubernetes v1.11 [stable] The lifecycle of the kubeadm CLI tool is decoupled from the kubelet, which is a daemon that runs on each node within the Kubernetes cluster. The kubeadm CLI tool is executed by the user when Kubernetes is initialized or upgraded, whereas the kubelet is always running in the background.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/kubelet-integration/
    Registered: Wed Nov 05 10:17:27 UTC 2025
    - 475.9K bytes
    - Viewed (0)
  7. Set up a High Availability etcd Cluster with ku...

    By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
    Registered: Wed Nov 05 10:17:21 UTC 2025
    - 486.9K bytes
    - Viewed (0)
  8. Validate node setup | Kubernetes

    Node Conformance Test Node conformance test is a containerized test framework that provides a system verification and functionality test for a node. The test validates whether the node meets the minimum requirements for Kubernetes; a node that passes the test is qualified to join a Kubernetes cluster. Node Prerequisite To run node conformance test, a node must satisfy the same prerequisites as a standard Kubernetes node. At a minimum, the node should have the following daemons installed:
    kubernetes.io/docs/setup/best-practices/node-conformance/
    Registered: Wed Nov 05 10:16:25 UTC 2025
    - 465.8K bytes
    - Viewed (0)
  9. Dynamic Volume Provisioning | Kubernetes

    Dynamic volume provisioning allows storage volumes to be created on-demand. Without dynamic provisioning, cluster administrators have to manually make calls to their cloud or storage provider to create new storage volumes, and then create PersistentVolume objects to represent them in Kubernetes. The dynamic provisioning feature eliminates the need for cluster administrators to pre-provision storage. Instead, it automatically provisions storage when users create PersistentVolumeClaim objects. Background The implementation of dynamic volume provisioning is based on the API object StorageClass from the API group storage.
    kubernetes.io/docs/concepts/storage/dynamic-provisioning/
    Registered: Wed Nov 05 10:23:44 UTC 2025
    - 470.3K bytes
    - Viewed (0)
  10. Storage Classes | Kubernetes

    This document describes the concept of a StorageClass in Kubernetes. Familiarity with volumes and persistent volumes is suggested. A StorageClass provides a way for administrators to describe the classes of storage they offer. Different classes might map to quality-of-service levels, or to backup policies, or to arbitrary policies determined by the cluster administrators. Kubernetes itself is unopinionated about what classes represent. The Kubernetes concept of a storage class is similar to “profiles” in some other storage system designs.
    kubernetes.io/docs/concepts/storage/storage-classes/
    Registered: Wed Nov 05 10:22:21 UTC 2025
    - 522.6K bytes
    - Viewed (0)
Back to top