IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

Install Documentation #62

Closed bmos299 closed 1 year ago

bmos299 commented 2 years ago

Describe the bug Using the install documentation at https://github.com/IBM/cloudpak-gitops/blob/main/docs/install.md.

To Reproduce Pam and I are walking through the install docs.

  1. Argo-app.
    -- why am I putting this on? -- how long will it take and should we wait ? (watch the sync?)
  2. cp-shared. Explain what it is doing.
  3. cicd-app tile is still yellow.
  4. can this be deleted as step 11 also says create?
  5. Parameters are set with defaults so people don't have to necessarily modify do they?
  6. waiting and putting operators on. It looks like operators are in ibm-cloudpaks, which is fine, but not typical so we may want to tell them. ....we are still working on this but wanted to give you a heads up.
nastacio commented 2 years ago

Agree with most. Exceptions:

  1. can this be deleted as step 11 also says create?

There are two applications

  1. It looks like operators are in ibm-cloudpaks, which is fine, but not typical

It is modeled after ibm-common-services. All Cloud Paks in this repository install to that same namespace. If someone wants a different namespace, they can set the corresponding parameter in the ArgoCD Application resource.

nastacio commented 2 years ago

5. cicd-app tile is still yellow. has since been addressed with #75 , where this unecessary app is no longer deployed

nastacio commented 1 year ago

All the non-question issues have been addressed in the documentation.

Also, the documentation has evolved a lot in the meantime, so issues and questions may have changed significantly.

Closing it.