Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 101 - 110 of 658 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. 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: Fri Jun 07 05:50:16 UTC 2024
    - 422.8K bytes
    - Viewed (0)
  2. Tasks | Kubernetes

    This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps. If you would like to write a task page, see Creating a Documentation Pull Request.
    kubernetes.io/docs/tasks/
    Registered: Fri Jun 07 05:50:41 UTC 2024
    - 417.3K bytes
    - Viewed (0)
  3. Extending the Kubernetes API | Kubernetes

    Custom resources are extensions of the Kubernetes API. Kubernetes provides two ways to add custom resources to your cluster: The CustomResourceDefinition (CRD) mechanism allows you to declaratively define a new custom API with an API group, kind, and schema that you specify. The Kubernetes control plane serves and handles the storage of your custom resource. CRDs allow you to create new types of resources for your cluster without writing and running a custom API server.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Registered: Fri Jun 07 05:49:58 UTC 2024
    - 417.2K bytes
    - Viewed (0)
  4. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Fri Jun 07 06:02:58 UTC 2024
    - 414.1K bytes
    - Viewed (0)
  5. Volume Attributes Classes | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [alpha] This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is unopinionated about what these classes represent. This is an alpha feature and disabled by default. If you want to test the feature whilst it's alpha, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager and the kube-apiserver.
    kubernetes.io/docs/concepts/storage/volume-attributes-classes/
    Registered: Fri Jun 07 05:41:54 UTC 2024
    - 428.4K bytes
    - Viewed (0)
  6. Volume Health Monitoring | Kubernetes

    FEATURE STATE: Kubernetes v1.21 [alpha] CSI volume health monitoring allows CSI Drivers to detect abnormal volume conditions from the underlying storage systems and report them as events on PVCs or Pods. Volume health monitoring Kubernetes volume health monitoring is part of how Kubernetes implements the Container Storage Interface (CSI). Volume health monitoring feature is implemented in two components: an External Health Monitor controller, and the kubelet. If a CSI Driver supports Volume Health Monitoring feature from the controller side, an event will be reported on the related PersistentVolumeClaim (PVC) when an abnormal volume condition is detected on a CSI volume.
    kubernetes.io/docs/concepts/storage/volume-health-monitoring/
    Registered: Fri Jun 07 05:41:59 UTC 2024
    - 421.6K bytes
    - Viewed (0)
  7. System Logs | Kubernetes

    System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!
    kubernetes.io/docs/concepts/cluster-administration/system-logs/
    Registered: Fri Jun 07 05:41:41 UTC 2024
    - 438.1K bytes
    - Viewed (0)
  8. Hardening Guide - Authentication Mechanisms | K...

    Information on authentication options in Kubernetes and their security properties.
    kubernetes.io/docs/concepts/security/hardening-guide/authentication-mechanisms/
    Registered: Fri Jun 07 05:41:36 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  9. Runtime Class | Kubernetes

    FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.
    kubernetes.io/docs/concepts/containers/runtime-class/
    Registered: Fri Jun 07 05:41:01 UTC 2024
    - 429.4K bytes
    - Viewed (0)
  10. Leases | Kubernetes

    Distributed systems often have a need for leases, which provide a mechanism to lock shared resources and coordinate activity between members of a set. In Kubernetes, the lease concept is represented by Lease objects in the coordination.k8s.io API Group, which are used for system-critical capabilities such as node heartbeats and component-level leader election. Node heartbeats Kubernetes uses the Lease API to communicate kubelet node heartbeats to the Kubernetes API server.
    kubernetes.io/docs/concepts/architecture/leases/
    Registered: Fri Jun 07 05:40:45 UTC 2024
    - 425.5K bytes
    - Viewed (0)
Back to top