-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #911 from astrolabsoftware/909-add-simple-monitori…
…ng-stack Add option to install prometheus stack
- Loading branch information
Showing
6 changed files
with
45 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ dependencies: | |
- image: gitlab-registry.in2p3.fr/astrolabsoftware/fink/spark-py:k8s-3.4.1 | ||
labels: | ||
build: "true" | ||
- package: github.com/k8s-school/[email protected].3-rc9 | ||
- package: github.com/k8s-school/[email protected].4-rc1 | ||
labels: | ||
itest: "optional" | ||
- package: github.com/astrolabsoftware/finkctl/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Monitor fink-broker platform | ||
|
||
```bash | ||
# Run the fink-ci script to install fink-broker from scratch | ||
fink-ci.sh -m -s -b <branch-name> | ||
|
||
# Port forward to grafana | ||
kubectl port-forward $(kubectl get pods --selector=app.kubernetes.io/name=grafana -n monitoring --output=jsonpath="{.items..metadata.name}") -n monitoring 3001:3000 | ||
|
||
# Run ssh tunnel on workstation for remote access | ||
ssh fink_lpc -L 3001:localhost:3001 -N | ||
# Open URL below in a browser | ||
# login: admin | ||
# password: prom-operator | ||
curl http://localhost:3001 | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters