mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user