Skip to content

Commit

Permalink
adds faq
Browse files Browse the repository at this point in the history
  • Loading branch information
SheryarButt committed Dec 6, 2023
1 parent 5187741 commit a180a2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
## Q. InvalidSpecError: application repo \<repo\> is not permitted in project \<project\>

**A.** The above error can occur if the ArgoCD Application is syncing from a source that is not allowed the referenced AppProject. To solve this, verify that you have referred to the correct project in the given ArgoCD Application, and that the repoURL used for the Application's source is valid. If the error still appears, you can add the URL to the relevant Tenant's `spec.argocd.sourceRepos` array.

## Q. Why are there mto-showback-* pods failing in my cluster?

**A.** The mto-showback-* pods are used to calculate the cost of the resources used by each tenant. These pods are created by the Multi-Tenant Operator and are scheduled to run every 10 mintutes. If the pods are failing, it is likely that the operator's necessary to calculate cost are not present in the cluster. To solve this, you can navigate to `Operators` -> `Installed Operators` in the OpenShift console and check if the MTO-OpenCost and MTO-Promehteus operators are installed. If they are in a pending state, you can manually approve them to install them in the cluster.

0 comments on commit a180a2e

Please sign in to comment.