Skip to content

Latest commit

 

History

History
 
 

manifests

Argo Rollouts Installation Manifests

  • install.yaml - Standard installation method. This will create a new namespace, argo-rollouts, where Argo Rollouts controller will run.

  • namespace-install.yaml - Installation which requires only namespace level privileges.

    Note: Argo Rollouts CRDs are not included into namespace-install.yaml. and have to be installed separately. The CRD manifests are located in manifests/crds directory. Use the following command to install them:

    kubectl apply -k https://github.com/argoproj/argo-rollouts/manifests/crds\?ref\=stable