Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QE] Review e2e image #4040

Open
adrianriobo opened this issue Feb 21, 2024 · 1 comment · Fixed by #4065
Open

[QE] Review e2e image #4040

adrianriobo opened this issue Feb 21, 2024 · 1 comment · Fixed by #4065

Comments

@adrianriobo
Copy link
Contributor

We need to review the current e2e image to adapt it to the common stack used across qe:

@adrianriobo
Copy link
Contributor Author

adrianriobo commented Mar 12, 2024

For metrics we can not set them up from the outside, we need to add a flag within the e2e which enables them;

Once cluster has been started, ssh into machine and:

kubectl --kubeconfig /opt/kubeconfig proxy --port 52200 &
curl gateway.containers.internal/services/forwarder/expose -X POST -d '{"127.0.01":":52500","remote":"192.168.127.2:52200"}'

Now we can use from host curl http://localhost:52200/metrics and got prometheus metrics on the cluster

Some visualization idea: https://grafana.com/grafana/dashboards/3870-openshift-k8-cluster-overview/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant