mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 21:43:35 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/kubectl-diff
Normal file
13
tldr/kubectl-diff
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kubectl diff
|
||||
|
||||
> Check differences between live resources and files.
|
||||
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_diff>.
|
||||
|
||||
- View differences between the live resource and file definition:
|
||||
|
||||
`kubectl diff {{[-f|--filename]}} {{path/to/filename}}`
|
||||
Reference in New Issue
Block a user