Merged
Conversation
Changed demo repo to https://github.com/linkerd/l2d-k3d-statefulset, which has been updated (linkerdll2d-k3d-statefulset#1) to fit the new multicluster link management in 2.18. Also fixed a couple other errors.
alpeb
added a commit
to linkerd/l2d-k3d-statefulset
that referenced
this pull request
Mar 28, 2025
chore: update for linkerd v2.18 - Install GatewayAPI CRDs before installing linkerd - Added multicluster config (east/mv-values.yml and west/mc-values.yml) to be fed into `linkerd mc install` - Use `linkerd mc link-gen` instead of `linkerd mc link` - Other various fixes Tested against linkerd/website#1945
wmorgan
reviewed
Apr 5, 2025
| Once our clusters are created, we will install Linkerd and the multi-cluster | ||
| extension. Finally, once both are installed, we need to link the two clusters | ||
| together so their services may be mirrored. To enable support for headless | ||
| services, we will pass an additional `--set "enableHeadlessServices=true` flag |
Member
There was a problem hiding this comment.
For my understanding, is this flag no longer required?
Member
Author
There was a problem hiding this comment.
That setting is a controller setting, so it has been moved to the controllers section in the multicluster extension values.yaml:
E.g. for east, https://github.com/linkerd/l2d-k3d-statefulset/blob/main/east/mc-values.yml :
controllers:
- link:
ref:
name: k3d-west
logLevel: debug
enableHeadlessServices: true
kflynn
reviewed
Apr 11, 2025
Member
kflynn
left a comment
There was a problem hiding this comment.
One question but looks good other than that!
linkerd.io/content/2-edge/tasks/multicluster-using-statefulsets.md
Outdated
Show resolved
Hide resolved
…s.md Co-authored-by: Flynn <kflynn@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changed demo repo to https://github.com/linkerd/l2d-k3d-statefulset, which has been updated (linkerdll2d-k3d-statefulset#1) to fit the new multicluster link management in 2.18.
Also fixed a couple other errors.