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

Grafana on the EKS cluster #14

Merged
merged 2 commits into from
Mar 6, 2023
Merged

Conversation

ackintosh
Copy link
Member

@ackintosh ackintosh commented Mar 2, 2023

Added a script to make it easy to create a Grafana instance in which our dashboards are preset, on the EKS cluster.

$ ./monitoring.sh

$ export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=grafana,app.kubernetes.io/instance=gossipsub-grafana" -o jsonpath="{.items[0].metadata.name}")

$ kubectl --namespace default port-forward $POD_NAME 3000

image

@ackintosh ackintosh marked this pull request as ready for review March 4, 2023 05:39
@ackintosh
Copy link
Member Author

This PR is ready for review. 🙂

The CI is failing in the clippy job like below, the failure has been addressed by #13.

https://github.com/sigp/gossipsub-testground/actions/runs/4329406299/jobs/7559935686

error: failed to get libp2p as a dependency of package censoring v0.1.0 (/home/runner/work/gossipsub-testground/gossipsub-testground/censoring)

Caused by:
failed to load source for dependency libp2p

Caused by:
Unable to update https://github.com/ackintosh/rust-libp2p.git?branch=testground#846b8970

Caused by:
object not found - no match for id (846b897036df675464b1d2b54db1dd8ee3b606a2); class=Odb (9); code=NotFound (-3)

@AgeManning AgeManning merged commit 7187468 into sigp:main Mar 6, 2023
@ackintosh ackintosh deleted the feature/eks-grafana branch March 7, 2023 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants