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
When creating the Civo cluster with Crossplane for the demo, the helm-service and the job-executor service are added.
However, what is still missing is a working Prometheus installation and the execution on keptn configure monitoring prometheus --project=crossplane.
This is currently drafted in the prometheus/setup.sh file but not yet working.
The current error message is shown here:
Potential fixes:
Add Prometheus via Helm chart to the crossplane definition file and install it via Crossplane in the environment-setup task
Give the job-executor enough permissions to be able to execute kubectl commands from within the job
The text was updated successfully, but these errors were encountered:
When creating the Civo cluster with Crossplane for the demo, the helm-service and the job-executor service are added.
However, what is still missing is a working Prometheus installation and the execution on
keptn configure monitoring prometheus --project=crossplane
.This is currently drafted in the
prometheus/setup.sh
file but not yet working.The current error message is shown here:
Potential fixes:
environment-setup
taskkubectl
commands from within the jobThe text was updated successfully, but these errors were encountered: