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

Update Multi-cluster user guide #4889

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Conversation

luolanzone
Copy link
Contributor

Update Multi-cluster user guide to provide more details for Gateway enablement.

@luolanzone luolanzone added kind/documentation Categorizes issue or PR as related to a documentation. area/multi-cluster Issues or PRs related to multi cluster. labels Apr 20, 2023

| Pod-to-Pod connectivity provided by underlay | Gateway Enabled | MC EndpointTypes | Cross-cluster Service/Pod communications |
| -------------------------------------------- | --------------- | ----------------- | ---------------------------------------- |
| No | No | ClusterIP(default)| No |
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand the MC EndpointTypes for this one. I thought MC Services would not work in this case (no cross-cluster Service traffic).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it won't work, changed it to None.
I was thinking there is no 'None' type of EndpointTypes before.

docs/multicluster/user-guide.md Outdated Show resolved Hide resolved
docs/multicluster/user-guide.md Outdated Show resolved Hide resolved
@@ -81,6 +81,12 @@ antrea-agent.conf: |
namespace: "" # Change to the Namespace where antrea-mc-controller is deployed.
```

In order for Multi-cluster features to work, `enableGateway` should be set to true by the user,
Copy link
Contributor

Choose a reason for hiding this comment

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

I was reading this again, and I think a small improvment could be:

In order for Multi-cluster features to work, it is necessary for enableGateway to be set to true by the user,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, thanks.


| Pod-to-Pod connectivity provided by underlay | Gateway Enabled | MC EndpointTypes | Cross-cluster Service/Pod communications |
| -------------------------------------------- | --------------- | ----------------- | ---------------------------------------- |
| No | No | None | No |
Copy link
Contributor

Choose a reason for hiding this comment

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

If you think it is better, you can replace "None" with "N/A"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated, thanks.

docs/multicluster/user-guide.md Outdated Show resolved Hide resolved
docs/multicluster/user-guide.md Outdated Show resolved Hide resolved
Update Multi-cluster user guide to provide more details for
Gateway enablement.

Signed-off-by: Lan Luo <luola@vmware.com>
@antoninbas
Copy link
Contributor

/skip-all

@antoninbas antoninbas merged commit b8171f3 into antrea-io:main Apr 25, 2023
jainpulkit22 pushed a commit to urharshitha/antrea that referenced this pull request Apr 28, 2023
Update Multi-cluster user guide to provide more details for
Gateway enablement.

Signed-off-by: Lan Luo <luola@vmware.com>
ceclinux pushed a commit to ceclinux/antrea that referenced this pull request Jun 5, 2023
Update Multi-cluster user guide to provide more details for
Gateway enablement.

Signed-off-by: Lan Luo <luola@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/multi-cluster Issues or PRs related to multi cluster. kind/documentation Categorizes issue or PR as related to a documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants