Use an ipv4 network for test cluster and registry #1806
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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