Skip to content
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

Updates to use a hardcoded port for the kubeproxy. #517

Closed
wants to merge 2 commits into from

Conversation

z103cb
Copy link
Contributor

@z103cb z103cb commented Jul 27, 2023

Issue link

Fixes #516

What changes have been made

  • Hardcoded the port number to be used when starting a local kubeproxy in the end 2 end script.

Verification steps

Ran the script on my local development manchine.

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • Testing is not required for this change

@openshift-ci
Copy link

openshift-ci bot commented Jul 27, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@z103cb
Copy link
Contributor Author

z103cb commented Jul 27, 2023

/test all

…roxy --port=0'. This version doesn't hardcode the port making the code more reliable.
@metalcycling metalcycling marked this pull request as ready for review July 27, 2023 15:32
@metalcycling metalcycling requested review from Srihari1192 and removed request for metalcycling and astefanutti July 27, 2023 15:33
Copy link
Member

@asm582 asm582 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
Copy link

openshift-ci bot commented Jul 27, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: asm582

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

The pull request process is described here

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

metalcycling added a commit to metalcycling/multi-cluster-app-dispatcher that referenced this pull request Jul 27, 2023
metalcycling added a commit to metalcycling/multi-cluster-app-dispatcher that referenced this pull request Jul 27, 2023
metalcycling added a commit to metalcycling/multi-cluster-app-dispatcher that referenced this pull request Jul 27, 2023
asm582 pushed a commit that referenced this pull request Jul 27, 2023
…518)

* Triggering different build

* Checking if nodes can be listed

* Trigger build

* Resource patching. Extending resources of Kubernetes nodes to include 'fake' GPUs.

* Fixed command to describe nodes

* Kuttl tests for checking if GPUs we added correctly to the nodes

* Fixed namespace issue and node name issue.

* Adding all tests again now that the resource extension passes

* Changed where the extended resources are tested

* Added error checks for 'curl' calls. Rename variables to use lower case.

* Fixed 'if' equal operator

* Reopening PR #517 here to avoid naming issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

End 2 end tests not running on in certain configurations
3 participants