Publish to my blog (weekly)
-
Kubernetes Components | Kubernetes
- If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for those data.
-
-
Persistent Volumes | Kubernetes
- pvc
- Status: Terminating
- Finalizers: [kubernetes.io/pvc-protection]
- pv
- Finalizers: [kubernetes.io/pv-protection]
- Status: Terminating
- path: /any/path/it/will/be/replaced
- in-tree plugin volumes
- Finalizers: [kubernetes.io/pv-protection kubernetes.io/pv-controller]
- Type: vSphereVolume (a Persistent Disk resource in vSphere)
- CSI volumes
- Finalizers: [kubernetes.io/pv-protection external-provisioner.volume.kubernetes.io/finalizer]
- Type: CSI (a Container Storage Interface (CSI) volume source) Driver: csi.vsphere.vmware.com
- storageClassName: "" # Empty string must be explicitly set otherwise default StorageClass will be set
- claimRef: name: foo-pvc namespace: foo
- allowVolumeExpansion: true
- name: pv0003
- spec:
- PersistentVolumes binds are exclusive, and since PersistentVolumeClaims are namespaced objects, mounting claims with "Many" modes (
ROX
,RWX
) is only possible within one namespace.
-
댓글