openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 266 forks source link

Prometheus deployment fails #1098

Open davebrownrational opened 3 years ago

davebrownrational commented 3 years ago

In what katacoda scenario did this bug occur? How to set up Prometheus and Grafana on OpenShift

At what step of the scenario did this happen? Step 2 - Deploying Prometheus to collect exposed metrics Namespace for monitoring

Describe the bug When attempting to deploy Prometheus, with the given command, the server says it can't be found. I saw the "dc" error in a previous exercise. The work around was to replace "dc" with "deployment". I tried that, and it also failed.

Logs or error messages $ oc rollout latest dc/prometheus-demo -n pad-monitoring Error from server (NotFound): deploymentconfigs.apps.openshift.io "prometheus-demo" not found

$ oc rollout latest deployment/prometheus-demo -n pad-monitoring Error from server (NotFound): deployments.apps "prometheus-demo" not found

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

davebrownrational commented 3 years ago

@ryanj just adding tags to tickets, isn't helping me get past these problems. I've looked at all the related tickets with this tag, and don't see any solution to this problem. I've been "stuck" on 3 scenarios for weeks because the instructions don't work. Can anyone please provide some guidance on the correct workarounds? And maybe even fix the instructions so that everyone doesn't have to repeat the same process.

davebrownrational commented 3 years ago

@cedricclyburn Any progress on this one? Haven't seen anything in over a month.

davebrownrational commented 3 years ago

@cedricclyburn - still working on this?