Search This Blog

Thursday, 20 January 2022

PersistentVolumeClaims

 PersistentVolumeClaims:

Details:

  1. Name:pvc1
  2. Namespace: namespace1
  3. StorageClass:storageclass1
  4. PersistentVolume: pv1
  5. Status: [Bound,]
  6. RequestedCapacity: 2GiB
  7. Capacity: 2GiB
  8. Used: 512 MiB
  9. AccessModes: [ReadWriteOnce, ReadWriteMany, ReadOnlyMany]
  10. VolumeMode: [Filesystem, Block ]
  11. Annotations:
  12. Labels:
  13. LabelSelector:
  14. Owner: [Noowner]
YAML
Events
VolumeSnapshots

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...