Search This Blog

Thursday, 24 March 2022

OLM - Operator Life Cycle Manager

 

OLM - Operator Life Cycle Manager


  1. An application that manages Kubernetes operators.     
  2. Provides an application that manages the deployment, resource utilization, updates, and deletion of operators that have been deployed through an operator catalog. The OLM itself is an operator that comes preinstalled with Openshift. 

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