abc

PHOTO EMBED

Sun Jun 02 2024 15:11:20 GMT+0000 (Coordinated Universal Time)

Saved by @Vivekstyn

Install on Kubernetes
1.	Install Operator Lifecycle Manager (OLM), a tool to help manage the Operators running on your cluster.
$ curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.28.0/install.sh | bash -s v0.28.0
Copy to Clipboard
2.	Install the operator by running the following command:What happens when I execute this command?
$ kubectl create -f https://operatorhub.io/install/argocd-operator.yaml
Copy to Clipboard
This Operator will be installed in the "operators" namespace and will be usable from all namespaces in the cluster.
3.	After install, watch your operator come up using next command.
$ kubectl get csv -n operators
content_copyCOPY