Skip to content
Snippets Groups Projects
Unverified Commit 1546f1e7 authored by Varac's avatar Varac
Browse files

etc

parent 5e738155
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ kubectl get componentstatus
- [K8s docs: Debug Running Pods](https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/)
- [k9s plugin](https://github.com/derailed/k9s/blob/master/plugins/debug-container.yaml)
- [kubectl plugin](https://github.com/nilic/kubectl-netshoot)
- [No arm v7 builds (RPi v3)](https://github.com/nicolaka/netshoot/issues/119)
#### Usage
......
......@@ -3,10 +3,16 @@
- [Github](https://github.com/prometheus/alertmanager)
- [Docs](https://prometheus.io/docs/alerting/alertmanager/)
## Config
Enable debug logging:
- Add `--log.level=debug` as cli parameter
### Routes
- [Routing tree editor](https://prometheus.io/webtools/alerting/routing-tree-editor/)
## Alternative Web-Interfaces / Dashboards
- [karma](https://github.com/prymitive/karma)
......
......@@ -71,7 +71,13 @@ Solution for ssh:
## Usage
- [Search terminal scrollback](https://sw.kovidgoyal.net/kitty/#scrollback): `ctrl+shift+h`
### Key bindings
- [Open key bindings in new browser window](https://github.com/kovidgoyal/kitty/issues/2164#issuecomment-1016024263):
`ctrl shift F6`
(opens man page in browser)
- Edit configuration: `ctrl shift F2`
- [Search terminal scrollback](https://sw.kovidgoyal.net/kitty/#scrollback): `ctrl shift h`
## Themes
......
......@@ -31,8 +31,16 @@ playwright install firefox
### Usage
#### Authentication
- [Http basic auth](https://playwright.dev/python/docs/network#http-authentication)
##### Basic auth
```sh
playwright codegen -b chromium "https://USER:PASSWORD@example.org"
```
#### Debug mode
Run playwright in [debug mode](https://playwright.dev/python/docs/debug):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment