Bug 2033751: Library go bump#2880
Conversation
|
Some of the required tests are failing, need fixing |
|
Can we update k8s.io/kubernetes as well to 1.23 in replace section of go.mod? |
sinnykumari
left a comment
There was a problem hiding this comment.
Few comments, other than that LGTM,
|
Absolutely, digging into some of those test errors, and I'll update k8s, thanks! |
|
You will need to run |
90c87f4 to
beda448
Compare
|
With Feature Freeze in place, this PR will require a valid bug. |
|
/retest |
|
After discussion with MCO team, we think that this is not really a bug and we are post Feature Freeze that means only bug should go in. Putting hold and this can go once master is open for 4.11 |
|
Hi, just wondering what is the current status of this? We are seeing some failures in CI for the main 1.23 rebase (openshift/kubernetes#1087) around MCO and wondering if bumping it to 1.23 will resolve it. Updating to 1.23 should be done for 4.10 |
d7cf247 to
b61db4b
Compare
|
/retitle Bug 2033751: Library go bump |
|
@eggfoobar: This pull request references Bugzilla bug 2033751, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/retest-required |
|
/test e2e-gcp-op-single-node |
|
Required tests are passing just taking a look at a few others before approving. Getting confirmation elsewhere that this should go in. |
|
e2e-agnostic-upgrade seems to be hitting unrelated errors: /test e2e-agnostic-upgrade |
kikisdeliveryservice
left a comment
There was a problem hiding this comment.
Overall, PR is good, but would like a few changes for consistency and a couple questions.
Thanks!
There was a problem hiding this comment.
Any background on this change? This was added a few months ago from @Prashanth684 who said it would only be external once there was a CCM for PowerVS, did that happen (I'm unsure about the status)
See: #2801 (comment)
There was a problem hiding this comment.
correct. this should not be external yet and the comment referenced above still holds. could this change be reverted please.
There was a problem hiding this comment.
I don't have the full context to make a recommendation here, the unit test will break since that information seems to be coming from library-go added in this commit
There was a problem hiding this comment.
hmm..yeah..i'm checking with the IBM folks but looks like it has been marked as an external provider and i do see changes in CCM too, so this should be good. i'll confirm once i hear back from them.
There was a problem hiding this comment.
alright yeah so CCM now includes PowerVS: openshift/cluster-cloud-controller-manager-operator#129 which is supported through the IBM cloud provider, so this change is good! thanks @kikisdeliveryservice for notifying and thanks @eggfoobar for this change!
|
This is going to need a rebase otherise looks good thanks for the updates! |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
19 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
adding a hold while azure infra issues get sorted out. /hold |
|
removing hold now /hold cancel |
|
/retest-required |
|
@eggfoobar: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
azure problems are still here: |
|
@eggfoobar: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged: These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with Bugzilla bug 2033751 has not been moved to the MODIFIED state. 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. |
Bumping the library-go dependency to latest, this should take advantage of leader election changes for SNO clusters proposed in this library-go PR and performance improvements in this PR.
- What I did
The latest library-go exposes methods for leader election related to SNO topology, this change will fetch cluster topology on start up and if the operator is running in an SNO cluster, a different set of leader election configs will be used, otherwise the normal conventions will be used for typical clusters.
- How to verify it
Leader election
leaseDurationshould be 137s for HA clusters as defined in the ha conventions based off of these calculations and270sfor SNO clusters and these calculations- Description for the changelog