Skip to content

Conversation

@yboaron
Copy link
Contributor

@yboaron yboaron commented Jun 10, 2021

This PR addressed issue similar to [1] for the None platform,
since API VIP isn't used for None platform, the UseIPv6ForNodeIP
parameter should be calculated based on the content of service CIDR.

[1] #4756

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 10, 2021
@openshift-ci openshift-ci bot requested review from jhixson74 and mtnbikenc June 10, 2021 14:54
@openshift-ci openshift-ci bot added 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. labels Jun 10, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 10, 2021

@yboaron: This pull request references Bugzilla bug 1957700, 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)

No GitHub users were found matching the public email listed for the QA contact in Bugzilla (nshidlin@redhat.com), skipping review request.

Details

In response to this:

[WIP] Bug 1957700: None Platform - set Kubelet's node-ip param based on service net CIDR

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.

@yboaron
Copy link
Contributor Author

yboaron commented Jun 10, 2021

cc @celebdor

@yboaron yboaron changed the title [WIP] Bug 1957700: None Platform - set Kubelet's node-ip param based on service net CIDR Bug 1957700: None Platform - set Kubelet's node-ip param based on service net CIDR Jun 10, 2021
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 10, 2021
Copy link
Member

@cybertron cybertron left a comment

Choose a reason for hiding this comment

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

This doesn't match the behavior of the masters in UPI: https://github.com/openshift/machine-config-operator/blob/847e2216cc324cfc17904e6afa6a18a47c565674/pkg/operator/render.go#L156 and https://github.com/openshift/machine-config-operator/blob/ecb3c0e03652049b5c37d9f5d5678e9d6dc24301/templates/common/_base/units/nodeip-configuration.service.yaml#L25

The difference is that on the nodes it only forces ipv6 for single-stack deployments. For dual-stack it will still use ipv4 (which should be fine since both are available). I'm not sure whether it matters since in dual-stack either should work, but I think it would be safer to be consistent.

Also, need to fix the fmt failure.

@staebler
Copy link
Contributor

The difference is that on the nodes it only forces ipv6 for single-stack deployments. For dual-stack it will still use ipv4 (which should be fine since both are available). I'm not sure whether it matters since in dual-stack either should work, but I think it would be safer to be consistent.

Let's stay consistent with what is done in nodeip-configuration and only force ipv6 in single-stack.

@staebler
Copy link
Contributor

Can you help me understand why we care about the service network for this? The errors in the bug are with connecting to the API server. The service network is not relevant to that. Why wouldn't we be looking at the machine network instead?

@openshift-bot
Copy link
Contributor

/bugzilla refresh

The main branch will open for development of next OCP version. Recalculating validity of PRs linked to this PR.

@openshift-ci openshift-ci bot removed the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jun 14, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 14, 2021

@openshift-bot: This pull request references Bugzilla bug 1957700, which is invalid:

  • expected the bug to target the "4.9.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:

/bugzilla refresh

The main branch will open for development of next OCP version. Recalculating validity of PRs linked to this PR.

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 the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Jun 14, 2021
@openshift-bot
Copy link
Contributor

/bugzilla refresh

The main branch will open for development of next OCP version. Recalculating validity of PRs linked to this PR.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 14, 2021

@openshift-bot: This pull request references Bugzilla bug 1957700, which is invalid:

  • expected the bug to target the "4.9.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:

/bugzilla refresh

The main branch will open for development of next OCP version. Recalculating validity of PRs linked to this PR.

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.

@yboaron yboaron requested a review from cybertron June 17, 2021 09:08
YuviGold added a commit to YuviGold/release that referenced this pull request Jun 17, 2021
e2e-metal-assisted-none-ipv6 jobs are failing for a long time.
In order to reduce spamming on the CI channel, the alert would be removed until the job would return to work.

The job should pass once openshift/installer#4987 is merged.
@cybertron
Copy link
Member

/test e2e-vsphere-upi

I'm not entirely sure why we're using the service network for this, but it's what was used in MCO for determining whether kubelet should use ipv6.

@jhixson74
Copy link
Member

/uncc

@openshift-ci openshift-ci bot removed the request for review from jhixson74 July 8, 2021 01:20
This PR addressed issue similar to [1] for the None platform,
since API VIP isn't used for None platform, the UseIPv6ForNodeIP
parameter should be calculated based on the content of service CIDR.

[1] openshift#4756
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 18, 2021

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign patrickdillon after the PR has been reviewed.
You can assign the PR to them by writing /assign @patrickdillon in a comment when ready.

The full list of commands accepted by this bot can be found 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

@yboaron
Copy link
Contributor Author

yboaron commented Jul 18, 2021

/bugzilla refresh

@openshift-ci openshift-ci bot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Jul 18, 2021
@openshift-ci openshift-ci bot removed the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Jul 18, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 18, 2021

@yboaron: This pull request references Bugzilla bug 1957700, which is valid.

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

No GitHub users were found matching the public email listed for the QA contact in Bugzilla (nshidlin@redhat.com), skipping review request.

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.

@yboaron
Copy link
Contributor Author

yboaron commented Jul 19, 2021

/retest

@openshift-merge-robot
Copy link
Contributor

/bugzilla refresh

The requirements for Bugzilla bugs have changed, recalculating validity.

@openshift-ci openshift-ci bot removed the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Sep 6, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 6, 2021

@openshift-merge-robot: This pull request references Bugzilla bug 1957700, which is invalid:

  • expected the bug to target the "4.10.0" release, but it targets "4.9.0" 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:

/bugzilla refresh

The requirements for Bugzilla bugs have changed, recalculating validity.

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 the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Sep 6, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 29, 2022

@yboaron: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-libvirt 809eb3c link /test e2e-libvirt
ci/prow/e2e-aws-workers-rhel7 809eb3c link /test e2e-aws-workers-rhel7
ci/prow/e2e-openstack-kuryr 809eb3c link /test e2e-openstack-kuryr
ci/prow/e2e-crc 809eb3c link /test e2e-crc
ci/prow/e2e-aws-workers-rhel8 809eb3c link /test e2e-aws-workers-rhel8
ci/prow/e2e-alibaba 809eb3c link true /test e2e-alibaba
ci/prow/e2e-gcp-upgrade 809eb3c link true /test e2e-gcp-upgrade
ci/prow/e2e-aws-upgrade 809eb3c link true /test e2e-aws-upgrade
ci/prow/e2e-azure-upi 809eb3c link true /test e2e-azure-upi
ci/prow/e2e-aws-upi 809eb3c link true /test e2e-aws-upi
ci/prow/e2e-gcp-upi 809eb3c link true /test e2e-gcp-upi
ci/prow/e2e-vsphere 809eb3c link true /test e2e-vsphere
ci/prow/e2e-gcp 809eb3c link true /test e2e-gcp
ci/prow/e2e-azure 809eb3c link true /test e2e-azure
ci/prow/e2e-aws 809eb3c link true /test e2e-aws

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.

@sadasu
Copy link
Contributor

sadasu commented Jul 25, 2022

/close
Feel free to re-open it when needed.

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 25, 2022
@openshift-merge-robot
Copy link
Contributor

@yboaron: PR needs rebase.

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.

@openshift-ci openshift-ci bot closed this Jul 25, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 25, 2022

@sadasu: Closed this PR.

Details

In response to this:

/close
Feel free to re-open it when needed.

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
Copy link
Contributor

openshift-ci bot commented Jul 25, 2022

@yboaron: This pull request references Bugzilla bug 1957700. The bug has been updated to no longer refer to the pull request using the external bug tracker. All external bug links have been closed. The bug has been moved to the NEW state.
Warning: Failed to comment on Bugzilla bug with reason for changed state.

Details

In response to this:

Bug 1957700: None Platform - set Kubelet's node-ip param based on service net CIDR

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants