Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 71 - 80 of 630 for content_length:[100000 TO 499999] (0.02 sec)

  1. Set up a High Availability etcd Cluster with ku...

    Note:While kubeadm is being used as the management tool for external etcd nodes in this guide, please note that kubeadm does not plan to support certificate rotation or upgrades for such nodes. The long-term plan is to empower the tool etcdadm to manage these aspects. 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.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
    Registered: Fri May 24 07:13:43 UTC 2024
    - 443.5K bytes
    - Viewed (0)
  2. Garbage Collection | Kubernetes

    Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following: Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete Stale or expired CertificateSigningRequests (CSRs) Nodes deleted in the following scenarios: On a cloud when the cluster uses a cloud controller manager On-premises when the cluster uses an addon similar to a cloud controller manager Node Lease objects Owners and dependents Many objects in Kubernetes link to each other through owner references.
    kubernetes.io/docs/concepts/architecture/garbage-collection/
    Registered: Fri May 24 07:12:48 UTC 2024
    - 430.7K bytes
    - Viewed (0)
  3. Finalizers | Kubernetes

    Finalizers are namespaced keys that tell Kubernetes to wait until specific conditions are met before it fully deletes resources marked for deletion. Finalizers alert controllers to clean up resources the deleted object owned. When you tell Kubernetes to delete an object that has finalizers specified for it, the Kubernetes API marks the object for deletion by populating .metadata.deletionTimestamp, and returns a 202 status code (HTTP "Accepted"). The target object remains in a terminating state while the control plane, or other components, take the actions defined by the finalizers.
    kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/
    Registered: Fri May 24 07:13:52 UTC 2024
    - 425.5K bytes
    - Viewed (0)
  4. Workloads | Kubernetes

    Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.
    kubernetes.io/docs/concepts/workloads/
    Registered: Fri May 24 07:14:20 UTC 2024
    - 420.9K bytes
    - Viewed (0)
  5. 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: Fri May 24 07:15:03 UTC 2024
    - 422.7K bytes
    - Viewed (0)
  6. Certificate Management with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes. Using custom certificates By default, kubeadm generates all the certificates needed for a cluster to run. You can override this behavior by providing your own certificates.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
    Registered: Fri May 24 07:25:16 UTC 2024
    - 471.2K bytes
    - Viewed (0)
  7. Pod Priority and Preemption | Kubernetes

    FEATURE STATE: Kubernetes v1.14 [stable] Pods can have priority. Priority indicates the importance of a Pod relative to other Pods. If a Pod cannot be scheduled, the scheduler tries to preempt (evict) lower priority Pods to make scheduling of the pending Pod possible. Warning:In a cluster where not all users are trusted, a malicious user could create Pods at the highest possible priorities, causing other Pods to be evicted/not get scheduled.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
    Registered: Fri May 24 07:25:26 UTC 2024
    - 441.9K bytes
    - Viewed (0)
  8. Install and Set Up kubectl on macOS | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.30 client can communicate with v1.29, v1.30, and v1.31 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:
    kubernetes.io/docs/tasks/tools/install-kubectl-macos/
    Registered: Fri May 24 07:24:48 UTC 2024
    - 451.9K bytes
    - Viewed (0)
  9. Upgrading kubeadm clusters | Kubernetes

    This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.29.x to version 1.30.x, and from version 1.30.x to 1.30.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.28 to 1.29 Upgrading a kubeadm cluster from 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/
    Registered: Fri May 24 07:26:41 UTC 2024
    - 440.8K bytes
    - Viewed (0)
  10. Migrating telemetry and security agents from do...

    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' support for direct integration with Docker Engine is deprecated and has been removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that have a dependency on Docker to collect containers metadata, logs, and metrics.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-sec...
    Registered: Fri May 24 07:25:54 UTC 2024
    - 430.7K bytes
    - Viewed (0)
Back to top