Project Status: BETA
Not all planned features are completed. The API, spec, status and other user facing objects may change.
A Kubernetes operator for managing Argo Rollouts. This operator provides an easy way to install, upgrade and manage the lifecycle of Argo Rollouts.
This operator is built using operator-sdk
, version - v1.35.0
.
The complete documentation for the operator can be found here.
When Installed, this operator creates a Custom Resource Definition called RolloutManager.
Operator will then wait for the users to deploy the corresponding Custom Resource to create the rollout controller and other resources according to the provided spec.
Read more about the Argo Rollout CRD specification here.
We have a getting started guide which provides information on how to start using the operator.
Instructions to run the operator locally or create your own version of the operator Image are provided in the development section of the docs.
[WIP]