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

Fix local playground setup #532

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Fix local playground setup #532

merged 1 commit into from
Jun 21, 2021

Conversation

k0da
Copy link
Collaborator

@k0da k0da commented Jun 21, 2021

Don't create service and don't point publish service to it. Istead use
node IPs as Ingress address

Signed-off-by: Dinar Valeev [email protected]

Don't create service and don't point publish service to it. Istead use
node IPs as Ingress address

Signed-off-by: Dinar Valeev <[email protected]>
@k0da
Copy link
Collaborator Author

k0da commented Jun 21, 2021

fixes #528

Copy link
Member

@ytsarev ytsarev left a comment

Choose a reason for hiding this comment

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

Good to merge assuming we create additional Issue to cover the problematic e2e scenario with terratest.

@kuritka do you agree to handle it separately assuming that make test-round-robin is green now?

@kuritka
Copy link
Collaborator

kuritka commented Jun 21, 2021

@ytsarev, @k0da agreed

@k0da k0da merged commit e20dea6 into master Jun 21, 2021
@ytsarev
Copy link
Member

ytsarev commented Jun 21, 2021

@k0da sorry if I missed it, was the issue for terratest extension created before the merge?

kuritka added a commit that referenced this pull request Jun 21, 2021
related to #532
terratest guarantees that ingress IP's are compatible with node internal IP's

|                    | k3d-test-gslb1              | k3d-test-gslb2              |
|--------------------|-----------------------------|-----------------------------|
| server-0           | `192.168.16.2`              | `192.168.16.4`              |
| agent-0            | `192.168.16.3`              | `192.168.16.5`              |
| test-gslb-failover | `192.168.16.4,192.168.16.5` | `192.168.16.4,192.168.16.5` |
| test-gslb          | `192.168.16.2,192.168.16.3` | `192.168.16.2,192.168.16.3` |

Signed-off-by: kuritka <[email protected]>
@k0da
Copy link
Collaborator Author

k0da commented Jun 21, 2021

@ytsarev just opened one

@ytsarev
Copy link
Member

ytsarev commented Jun 21, 2021

@k0da thank you 👍

@k0da k0da deleted the fix_publish_service branch October 14, 2021 10:10
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.

3 participants