-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Add kubectl events command #19387
Conversation
[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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 9b8e2bf https://deploy-preview-19387--kubernetes-io-master-staging.netlify.com |
Hello @soltysh , If this change is for the 1.18 release, you should use the dev-1.18 branch. |
/hold because this PR seems to target the wrong branch |
@@ -81,6 +81,7 @@ Operation | Syntax | Description | |||
`describe` | `kubectl describe (-f FILENAME | TYPE [NAME_PREFIX | /NAME | -l label]) [flags]` | Display the detailed state of one or more resources. | |||
`diff` | `kubectl diff -f FILENAME [flags]`| Diff file or stdin against live configuration (**BETA**) | |||
`edit` | `kubectl edit (-f FILENAME | TYPE NAME | TYPE/NAME) [flags]` | Edit and update the definition of one or more resources on the server by using the default editor. | |||
`events` | `kubectl events | List events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`events` | `kubectl events | List events. | |
`events` | `kubectl events | List events (**ALPHA**). |
?
Do users have to do anything to make alpha subcommands work?
@soltysh: PR needs rebase. 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. |
@soltysh please target this PR to /cc @VineethReddy02 |
@soltysh we (SIG Docs) haven't heard from you in a while. If you want to propose a similar change for a future release, please go ahead. /close |
@sftim: Closed this PR. In 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. |
This PR documents the alpha feature kubernetes/enhancements#1440,
kubectl events
.