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

Remove stale notes in external net guide #1044

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions src/content/getting-started/quickstart/external/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,19 +322,6 @@ curl 242.0.255.253

On test-vm, check the console log of HTTP server that there are accesses from pods

{{% notice note %}}
Currently, **headless** service without selector is not supported for Globalnet,
therefore service without selector needs to be used.
This feature is under discussion in [#1537](https://github.com/submariner-io/submariner/issues/1537).
{{% /notice %}}

{{% notice note %}}
Currently, DNS resolution for service without selector is not supported,
therefore global IPs need to be used to access to the external hosts.
This feature is under discussion in [#603](https://github.com/submariner-io/lighthouse/issues/603).
Note that there is a workaround to make it resolvable by manually creating endpointslice, as described [here](https://github.com/submariner-io/lighthouse/issues/603#issuecomment-901944297).
{{% /notice %}}

##### Verify access to Deployment from non-cluster hosts

Create Deployment in cluster-b:
Expand Down