Add kubectl diff to common operations#18483
Add kubectl diff to common operations#18483zhouya0 wants to merge 1 commit intokubernetes:masterfrom
Conversation
|
/kind cleanup |
|
/assign |
| kubectl logs -f <pod-name> | ||
| ``` | ||
|
|
||
| `kubectl diff` - Diff configurations with the current online configuration. |
There was a problem hiding this comment.
Let's see how this conversation finishes: https://github.com/kubernetes/website/pull/18481/files#r364340730
a8c43e1 to
4597b06
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/lgtm Thanks! |
|
@tengqm please review this, thanks! |
|
And also please review this PR @jimangel, really thanks ! |
|
content looks good to me, but I don't know whether it is already GA'ed in 1.17 or GA is 1.18 thing. |
It gonna be GA in 1.18, so should i left "Beta" cause 1.18 is not released yet? |
|
@zhouya0 docs should not go ahead of code landings. If for 1.17 it is still a beta, we should not drop it from the master branch. When the code has landed and we are sure it is gonna be part of 1.18, you can propose a PR to the |
Exaclty, can you rebase your PR on top of dev-1.18 and re-submit? Your PR is really appreciated and definitely belongs there, thanks! |
|
@zhouya0: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Add
kubectl diffto common operations askubectl diffis GA.Part of kubernetes/kubernetes#86525