Limitations of using the GitOps agent with MicroShift
Using Red Hat OpenShift GitOps with Argo CD for MicroShift is different from using the entire GitOps Operator in the following ways:
-
The
gitops-operatorcomponent is not used with MicroShift. -
To maintain the small resource use of MicroShift use the Argo CD CLI. The Argo CD web console is not available.
-
Because MicroShift is single-node, there is no multi-node support. Each instance of MicroShift is paired with a local GitOps agent.
-
The
oc adm must-gathercommand is not available in MicroShift.