imago icon indicating copy to clipboard operation
imago copied to clipboard

Imago fails without further context

Open rhuanbarreto opened this issue 1 year ago • 1 comments

When running imago in a cron job for a specific namespace, I keep getting an error but no context on it so I can debug:

2023/07/29 10:16:33 checking appsmith/StatefulSet/appsmith
2023/07/29 10:16:35     psql-init-container ok
2023/07/29 10:16:36     redis-init-container ok
2023/07/29 10:16:36     mongo-init-container ok
2023/07/29 10:16:38     appsmith ok
2023/07/29 10:16:38 checking appsmith/StatefulSet/appsmith-mongodb
2023/07/29 10:16:38     mongodb ok
2023/07/29 10:16:38 checking appsmith/StatefulSet/appsmith-mongodb-arbiter
2023/07/29 10:16:38     mongodb-arbiter ok
2023/07/29 10:16:38 checking appsmith/StatefulSet/appsmith-postgresql
2023/07/29 10:16:39     postgresql ok
2023/07/29 10:16:39 checking appsmith/StatefulSet/appsmith-redis-master
2023/07/29 10:16:40     redis ok
2023/07/29 10:16:40 checking appsmith/StatefulSet/appsmith-redis-replicas
2023/07/29 10:16:40     redis ok
2023/07/29 10:16:40 the server could not find the requested resource

rhuanbarreto avatar Jul 29 '23 10:07 rhuanbarreto

@philpep is it possible to exclude some artifact classes from the code? like excluding cronjobs from the search.

rhuanbarreto avatar Aug 03 '23 15:08 rhuanbarreto