-
Notifications
You must be signed in to change notification settings - Fork 535
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
support record event #343
support record event #343
Conversation
@junnplus Image is available for testing. |
a4ebcfc
to
8436b92
Compare
@junnplus Image is available for testing. |
8436b92
to
2c6fdd6
Compare
@junnplus Thanks for this PR, looks interesting but could you please convert it into a draft until you're bringing new changes? |
2c6fdd6
to
0755a79
Compare
0755a79
to
9fe9036
Compare
9fe9036
to
ba3a247
Compare
ba3a247
to
cb0187d
Compare
cb0187d
to
32f6148
Compare
@junnplus Image is available for testing. |
32f6148
to
3644e5c
Compare
@junnplus Image is available for testing. |
3644e5c
to
f025b25
Compare
@junnplus Image is available for testing. |
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.
Hi @junnplus Can you please add these permissions in clusterrole? Also, can you please pull the latest changes from the upstream master and resolve the conflicts if any?
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
Signed-off-by: Ye Sijun <junnplus@gmail.com>
f025b25
to
6937b81
Compare
@junnplus Image is available for testing. |
@@ -77,4 +77,11 @@ rules: | |||
- get | |||
- update | |||
- patch | |||
- apiGroups: |
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.
Please add this in clusterrole as well
Signed-off-by: Ye Sijun junnplus@gmail.com