Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-6080

RolloutManager should have kind of v1alpha1 in all cases

XMLWordPrintable

      My first time filing a RHDEVDOCS bug, so let me know if anything is missing .

      At present, all cases in the documentation where we refer to the apiVerison of the RolloutManager CR are incorrect, and need to be updated.

      e.g.
      apiVersion: argoproj.io/v1beta1 -> apiVersion: argoproj.io/v1alpha1

      In context, that looks like this:

      apiVersion: argoproj.io/v1beta1 
      kind: RolloutManager
      metadata: 
      # (...)
      

      should be

      apiVersion: argoproj.io/v1alpha1 
      kind: RolloutManager
      metadata: 
      # (...)
      

      This needs to be updated in main branch, 1.13, 1.12, 1.11, and 1.10:

      This bug is only related to RolloutManager. (For example, the ArgoCD CR uses v1beta1, which is correct for that kind.)

      I've set this as a blocker, as it will fully break (and confuse) anyone trying to create a Rollouts install.

              dsoni@redhat.com Dhruv Soni
              jgwest Jonathan West
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: