Skip to content

Comments

Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1#305

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
danwinship:rebase-1.21.1
May 25, 2021
Merged

Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1#305
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
danwinship:rebase-1.21.1

Conversation

@danwinship
Copy link
Contributor

rebase to latest sdn-4.8-kubernetes-1.21.1, including openshift/kubernetes#762 (windows kube-proxy fix) and openshift/kubernetes#764 (fixing kube-proxy hack for local dns)

/cc @aravindhp @Miciah @aojea

@openshift-ci openshift-ci bot requested review from Miciah, aojea and aravindhp May 22, 2021 15:46
@openshift-ci openshift-ci bot added bugzilla/severity-high Referenced Bugzilla bug's severity is high 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. labels May 22, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 22, 2021

@danwinship: This pull request references Bugzilla bug 1939968, 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.8.0) matches configured target release for branch (4.8.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @sgaoshang

Details

In response to this:

Bug 1939968: rebase to latest sdn-4.8-kubernetes-1.21.1

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 sgaoshang May 22, 2021 15:46
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 22, 2021
useEndpointSlices := utilfeature.DefaultFeatureGate.Enabled(features.EndpointSliceProxying)
if proxyMode == proxyModeUserspace {
// userspace mode doesn't support endpointslice.
useEndpointSlices = false
Copy link
Contributor

Choose a reason for hiding this comment

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

is this consistent with your last PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  1. Note that we have not merged any PRs that affect endpointslice handling.
  2. If you mean "will it cause any conflicts with proxy: filter/delegate EndpointSlices as well as Endpoints #296", then no, because cmd/kube-proxy/ is only used by the actual kube-proxy binary, not openshift-sdn's embedded copy of kube-proxy.
  3. If you mean "will it cause inconsistency between standalone kube-proxy's behavior and embedded kube-proxy's behavior", then that's not a relevant question. Currently standalone kube-proxy in 4.8 in userspace mode doesn't work, and this fixes it. Embedded kube-proxy in 4.8 in userspace mode already worked (and still works after Bug 1953257: Fix invalid egress IP assignments in sdn-controller #295) and this change doesn't affect it.

Copy link
Contributor

Choose a reason for hiding this comment

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

it was about 2. :)

@danwinship
Copy link
Contributor Author

/retitle Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1

(un-stealing WMCO bug since apparently they have their own distinct vendored copy of kube-proxy)

@openshift-ci openshift-ci bot changed the title Bug 1939968: rebase to latest sdn-4.8-kubernetes-1.21.1 Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1 May 24, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 24, 2021

@danwinship: This pull request references Bugzilla bug 1964059, 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.8.0) matches configured target release for branch (4.8.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 @zhaozhanqi

Details

In response to this:

Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1

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 added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. and removed bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. labels May 24, 2021
@openshift-ci openshift-ci bot requested a review from zhaozhanqi May 24, 2021 16:02
@aojea
Copy link
Contributor

aojea commented May 24, 2021

/lgtm
/retest

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

openshift-ci bot commented May 24, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aojea, danwinship

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:

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

@openshift-bot
Copy link
Contributor

/retest

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

3 similar comments
@openshift-bot
Copy link
Contributor

/retest

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

@openshift-bot
Copy link
Contributor

/retest

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

@openshift-bot
Copy link
Contributor

/retest

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

@openshift-merge-robot openshift-merge-robot merged commit 3ac5486 into openshift:master May 25, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 25, 2021

@danwinship: All pull requests linked via external trackers have merged:

Bugzilla bug 1964059 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1964059: rebase to latest sdn-4.8-kubernetes-1.21.1

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.

@danwinship danwinship deleted the rebase-1.21.1 branch September 6, 2021 22:59
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-medium Referenced Bugzilla bug's severity is medium 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