mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #56673 from niuzhenguo/fix-diff-cmd-typo
Automatic merge from submit-queue (batch tested with PRs 56639, 56746, 56715, 56673, 56726). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix a typo in kubectl/diff cmd long description. **What this PR does / why we need it**: Correct a typo in kubelet alpha diff cmd long description. **Release note**: ```release-note NONE ```
This commit is contained in:
commit
6541b1ae06
@ -44,7 +44,7 @@ var (
|
||||
Diff configurations specified by filename or stdin between their local,
|
||||
last-applied, live and/or "merged" versions.
|
||||
|
||||
LOCAL and LIVE versions are diffed by default. Other availble keywords
|
||||
LOCAL and LIVE versions are diffed by default. Other available keywords
|
||||
are MERGED and LAST.
|
||||
|
||||
Output is always YAML.
|
||||
|
Loading…
Reference in New Issue
Block a user