Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for PDs (0.19 sec)

  1. CHANGELOG/CHANGELOG-1.2.md

      * If a node or kubelet crashes with a volume attached, the volume will remain
    attached to that node. If that volume can only be attached to one node at a
    time (GCE PDs attached in RW mode, for example), then the volume must be
    manually detached before Kubernetes can attach it to other nodes.
      * If a volume is already attached to a node any subsequent attempts to attach it
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    - Kubernetes cannot distinguish between GCE Zonal PDs and Regional PDs with the same name. To workaround this issue, precreate PDs with unique names. PDs that are dynamically provisioned do not encounter this issue. ([#70716](https://github.com/kubernetes/kubernetes/pull/70716), [@msau42](https://github.com/msau42))
    
    ## Known Issues
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

    * Add storage-backend configuration option to kubernetes-master charm. ([#58830](https://github.com/kubernetes/kubernetes/pull/58830), [@wwwtyro](https://github.com/wwwtyro))
    
    * Fixed dynamic provisioning of GCE PDs to round to the next GB (base 1000) instead of GiB (base 1024). ([#56600](https://github.com/kubernetes/kubernetes/pull/56600), [@edisonxiang](https://github.com/edisonxiang))
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 341.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    - CSI Migration: GCE PD access mode now reflects read only status of inline volumes - this allows multi-attach for read only many PDs ([#84809](https://github.com/kubernetes/kubernetes/pull/84809), [@davidz627](https://github.com/davidz627))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  5. common-protos/k8s.io/api/core/v1/generated.proto

    //
    // A GCE PD must exist before mounting to a container. The disk must
    // also be in the same GCE project and zone as the kubelet. A GCE PD
    // can only be mounted as read/write once or read-only many times. GCE
    // PDs support ownership management and SELinux relabeling.
    message GCEPersistentDiskVolumeSource {
      // pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top