Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-18 00:22:32 +00:00
parent c79024a75b
commit 1ecb3009a8
3 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Delete all deployments and services in a specified namespace:
`kubectl delete {{[deploy|deployment]}},{{[svcľservices]}} --all {{[-n|--namespace]}} {{namespace}}`
`kubectl delete {{[deploy|deployment]}},{{[svc|services]}} --all {{[-n|--namespace]}} {{namespace}}`
- Delete all nodes:

View File

@@ -10,4 +10,4 @@ source: https://github.com/tldr-pages/tldr.git
- Open Bash in a pod, using the first container by default:
`kubectl exec {{pod_name}} {{-it|--stdin --tty]}} -- bash`
`kubectl exec {{pod_name}} {{[-it|--stdin --tty]}} -- bash`

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# fprintd
> Fingerprint management daemon.
> `fprintd` isn't a command, but a set of commands.
> More information: <https://fprint.freedesktop.org/>.
- View documentation for listing enrolled fingerprints:
@@ -20,6 +21,6 @@ source: https://github.com/tldr-pages/tldr.git
`tldr fprintd-verify`
- View documentation for deleteting fingerprints from a database:
- View documentation for deleting fingerprints from a database:
`tldr fprintd-delete`