-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Update Stackdriver event exporter version #50511
Update Stackdriver event exporter version #50511
Conversation
958eecc
to
d64c880
Compare
@@ -29,10 +29,11 @@ subjects: | |||
apiVersion: apps/v1beta1 | |||
kind: Deployment | |||
metadata: | |||
name: event-exporter-v0.1.4 |
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.
will addona manager pick this change?
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.
AFAIU yes, the old deployment will be deleted: https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/addon-manager
Addon will be deleted when its manifest file is deleted.
I think changing the name of the deployment is the same as removing the old addon and creating a new one
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.
Just manually checked and it indeed works correctly
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crassirostris, piosz Associated issue: 50510 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 50485, 49951, 50508, 50511, 50506) |
…-#50511-upstream-release-1.7 Automatic merge from submit-queue Automated cherry pick of #50511 Cherry pick of #50511 on release-1.7. #50511: Update Stackdriver event exporter version ```release-note fluentd-gcp addon: Fix a bug in the event-exporter, when repeated events were not sent to Stackdriver. ```
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Fixes #50510