-
Notifications
You must be signed in to change notification settings - Fork 217
Update argo rollout tutorial #2055
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
Open
GTRekter
wants to merge
10
commits into
linkerd:main
Choose a base branch
from
GTRekter:ivanp/update-argo-tutorial
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: Ivan Porta <[email protected]>
Problem Enterprise page/redirect points to archived training. Solution Remove stale redirect and/or update link to active edX listing. Fixes linkerd#2025 Signed-off-by: Beza <[email protected]> Signed-off-by: Ivan Porta <[email protected]>
…d#2016) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Flynn <[email protected]> Signed-off-by: Ivan Porta <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Flynn <[email protected]> Signed-off-by: Ivan Porta <[email protected]>
…inkerd#2028) * docs(edge/multicluster): use edge Helm repo & chart on 2-edge page; align version note Problem The 2-edge multicluster guide pointed to the stable Helm repo/chart, which mixes channels on an edge page. The version note could also be clearer. Solution - Add the edge Helm repo and run `helm repo update` - Install from `linkerd-edge/linkerd-multicluster` - Clarify the note: available starting with Linkerd 2.18 and edge-25.4.4 Signed-off-by: Beza <[email protected]> * docs(2-edge/multicluster): rewrap version note; no content change Reflow long lines in the declarative/GitOps note so passes. Signed-off-by: Beza <[email protected]> * docs(multicluster): align helm install formatting in 2.15–2.18 Remove line continuations (`\`) from the helm install command so it matches the style of other Helm examples in the docs. Signed-off-by: Beza <[email protected]> * docs(multicluster): add GitOps note to 2.15–2.18; keep stable chart Signed-off-by: Beza <[email protected]> * remove packages files Signed-off-by: Beza <[email protected]> --------- Signed-off-by: Beza <[email protected]> Signed-off-by: Ivan Porta <[email protected]>
Signed-off-by: Ivan Porta <[email protected]>
Signed-off-by: Travis Beckham <[email protected]> Signed-off-by: Ivan Porta <[email protected]>
Signed-off-by: Ivan Porta <[email protected]>
Signed-off-by: Ivan Porta <[email protected]>
75212eb to
8a815be
Compare
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.
Bump podinfo image: From
quay.io/stefanprodan/podinfo:1.7.0→quay.io/stefanprodan/podinfo:3.3.0.Why: 1.7.0 uses a Docker manifest schema v1 image, which is deprecated and disabled by default in containerd 2.0+.
(Optional) Update Gateway API plugin: From v0.0.0-rc1 → v0.2.0.
Why: Move off the release candidate; v0.2.0 still supports gateway.networking.k8s.io/v1beta1.
Fix Argo Rollouts HTTPRoute reference: Point the HTTPRoute to
argo-rollouts-http-route.Why: The previous reference pointed to a non-existent HTTPRoute.
References