Preview:
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
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter