You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example where listing fails - and configured ForecastleApp does not show up in Forecastle:
# oc --as=system:serviceaccount:devops:forecastle get forecastleapp -n openshift-console
Error from server (Forbidden): forecastleapps.forecastle.stakater.com is forbidden: User "system:serviceaccount:devops:forecastle" cannot list resource "forecastleapps"in API group "forecastle.stakater.com"in the namespace "openshift-console"
After adding the workaround clusterrole and clusterrolebinding we can list, and we see the app in Forecastle.
$ oc --as=system:serviceaccount:devops:forecastle get forecastleapp -n openshift-console
NAME AGE
openshift-console 55m
The text was updated successfully, but these errors were encountered:
PR #313 introduced a regression where the referenced resource has a small typo,
forcastleapps
vsforecastleapps
(for..
vsfore..
).This causes Forecastle's service account to be unable to list configured ForecastleApp resources.
A temporary workaround is:
Example where listing fails - and configured ForecastleApp does not show up in Forecastle:
After adding the workaround clusterrole and clusterrolebinding we can list, and we see the app in Forecastle.
The text was updated successfully, but these errors were encountered: