Search This Blog

Wednesday, 2 February 2022

Create, Expand & Delete PVC

 

Create, Expand & Delete PVC

oc get pvc -A PVC_NAME                                        #Search for PVC in all projects

oc project PROJECT_NAME                                    #To connect to the project 


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...