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

Use an ipv4 network for test cluster and registry #1806

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

carolynvs
Copy link
Member

@carolynvs carolynvs commented Oct 19, 2021

What does this change

I am suddenly having trouble using ipv6 on my dev machine and after hours troubleshooting... I just need to be unblocked.

What I am seeing is that as soon as the registry container is connected to the kind network (which has ipv6 enabled), I can no longer run docker push localhost:5000/... It times out and is unable to connect. When I disconnect the container from a ipv6 enabled network, it works fine.

So for now, I'm making a network named porter with ipv6 disabled, and connecting both kind and the registry to it so that I'm unblocked.

What issue does it fix

I just want things to work again.

Notes for the reviewer

N/A

Checklist

  • Unit Tests
  • Documentation
  • Schema (porter.yaml)

I am suddenly having trouble using ipv6 on my dev machine and after
hours troubleshooting... I just need to be unblocked.

What I am seeing is that as soon as the registry container is connected
to the kind network (which has ipv6 enabled), I can no longer run docker
push localhost:5000/... It times out and is unable to connect. When I
disconnect the container from a ipv6 enabled network, it works fine.

So for now, I'm making a network named porter with ipv6 disabled, and
connecting both kind and the registry to it so that I'm unblocked.

Signed-off-by: Carolyn Van Slyck <[email protected]>
@carolynvs
Copy link
Member Author

/azp run porter-integration

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@carolynvs carolynvs marked this pull request as ready for review October 19, 2021 18:31
@carolynvs carolynvs merged commit bd756a7 into getporter:release/v1 Oct 19, 2021
@carolynvs carolynvs deleted the ipv6-hell branch October 19, 2021 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants