Skip to content

Bug 2045591: Fix reconciliation of aws pod identity webhook configuration#447

Merged
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
akhil-rane:fix-pod-identity-webhook-reconcialation
Jan 25, 2022
Merged

Bug 2045591: Fix reconciliation of aws pod identity webhook configuration#447
openshift-merge-robot merged 2 commits intoopenshift:masterfrom
akhil-rane:fix-pod-identity-webhook-reconcialation

Conversation

@akhil-rane
Copy link
Contributor

@akhil-rane akhil-rane commented Jan 24, 2022

Any changes to aws pod identity mutating webhook spec gets persisted.
Ideally, the controller should rewrite those changes with what exists in the
original manifest. With this PR, we now use mutating webhook helper
functions from library-go and openshift/library-go#1293 includes the fix for
the bug.

@akhil-rane
Copy link
Contributor Author

/hold

fix yet to be tested

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 24, 2022
@openshift-ci openshift-ci bot requested review from 2uasimojo and suhanime January 24, 2022 19:30
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 24, 2022
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #447 (7d46e91) into master (85a406b) will increase coverage by 0.17%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
+ Coverage   45.74%   45.92%   +0.17%     
==========================================
  Files          92       92              
  Lines        9336     9300      -36     
==========================================
  Hits         4271     4271              
+ Misses       4556     4520      -36     
  Partials      509      509              
Impacted Files Coverage Δ
pkg/operator/awspodidentity/controller.go 0.00% <0.00%> (ø)

@akhil-rane akhil-rane changed the title Fix reconciliation of aws pod identity webhook does not work Fix reconciliation of aws pod identity webhook configuration Jan 24, 2022
Copy link
Contributor

@joelddiaz joelddiaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 24, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akhil-rane, joelddiaz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [akhil-rane,joelddiaz]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@akhil-rane akhil-rane changed the title Fix reconciliation of aws pod identity webhook configuration Bug 2045591: Fix reconciliation of aws pod identity webhook configuration Jan 25, 2022
@openshift-ci openshift-ci bot added bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jan 25, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 25, 2022

@akhil-rane: This pull request references Bugzilla bug 2045591, which is invalid:

  • expected the bug to target the "4.10.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 2045591: Fix reconciliation of aws pod identity webhook configuration

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.

@akhil-rane
Copy link
Contributor Author

/hold cancel

tested works fine

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 25, 2022
@openshift-bot
Copy link
Contributor

/retest-required

Please review the full test history for this PR and help us cut down flakes.

@akhil-rane
Copy link
Contributor Author

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jan 25, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 25, 2022

@akhil-rane: This pull request references Bugzilla bug 2045591, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @lwan-wanglin

Details

In response to this:

/bugzilla refresh

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.

@openshift-ci openshift-ci bot requested a review from lwan-wanglin January 25, 2022 19:03
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 25, 2022

@akhil-rane: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit aa55102 into openshift:master Jan 25, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 25, 2022

@akhil-rane: All pull requests linked via external trackers have merged:

Bugzilla bug 2045591 has been moved to the MODIFIED state.

Details

In response to this:

Bug 2045591: Fix reconciliation of aws pod identity webhook configuration

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.

ming1013 pushed a commit to ming1013/cloud-credential-operator that referenced this pull request Dec 15, 2025
…hook-reconcialation

Bug 2045591: Fix reconciliation of aws pod identity webhook configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/severity-low Referenced Bugzilla bug's severity is low for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments