mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 13:01:53 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a resource using the resource definition file:
|
||||
|
||||
`kubectl create -f {{path/to/file.yml}}`
|
||||
`kubectl create {{[-f|--filename]}} {{path/to/file.yml}}`
|
||||
|
||||
- Create a resource from `stdin`:
|
||||
|
||||
`kubectl create -f -`
|
||||
`kubectl create {{[-f|--filename]}} -`
|
||||
|
||||
- Create a deployment:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user