Skip to content

Commit

Permalink
Merge branch 'flynn/edge-release-updates' of github.com:linkerd/websi…
Browse files Browse the repository at this point in the history
…te into flynn/edge-release-updates

* 'flynn/edge-release-updates' of github.com:linkerd/website:
Bump ws from 6.2.2 to 6.2.3 in /linkerd.io (#1789)
Fix helm install instructions (#1790)
Update featured image for 2024-06 roundup (#1788)
Updated latest version of BEL (#1787)

Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Jun 20, 2024
2 parents 868ab93 + c32652f commit b3ac67e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
18 changes: 9 additions & 9 deletions linkerd.io/content/2.15/tasks/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ page. {{< /note >}}
The `linkerd-crds` chart sets up the CRDs linkerd requires:

```bash
helm install linkerd-crds linkerd/linkerd-crds \
helm install linkerd-crds linkerd-edge/linkerd-crds \
-n linkerd --create-namespace
```

Expand All @@ -62,7 +62,7 @@ helm install linkerd-control-plane \
--set-file identityTrustAnchorsPEM=ca.crt \
--set-file identity.issuer.tls.crtPEM=issuer.crt \
--set-file identity.issuer.tls.keyPEM=issuer.key \
linkerd/linkerd-control-plane
linkerd-edge/linkerd-control-plane
```

{{< note >}} If you are using [Linkerd's CNI plugin](../../features/cni/), you
Expand All @@ -80,7 +80,7 @@ specified in those files.
You can get `values-ha.yaml` by fetching the chart file:

```bash
helm fetch --untar linkerd/linkerd-control-plane
helm fetch --untar linkerd-edge/linkerd-control-plane
```

Then use the `-f` flag to provide this override file. For example:
Expand All @@ -92,7 +92,7 @@ helm install linkerd-control-plane \
--set-file identity.issuer.tls.crtPEM=issuer.crt \
--set-file identity.issuer.tls.keyPEM=issuer.key \
-f linkerd-control-plane/values-ha.yaml \
linkerd/linkerd-control-plane
linkerd-edge/linkerd-control-plane
```

## Upgrading with Helm
Expand All @@ -103,9 +103,9 @@ First, make sure your local Helm repos are updated:
helm repo update

helm search repo linkerd
NAME CHART VERSION APP VERSION DESCRIPTION
linkerd/linkerd-crds <chart-semver-version> Linkerd gives you observability, reliability, and securit...
linkerd/linkerd-control-plane <chart-semver-version> {{% latestedge %}} Linkerd gives you observability, reliability, and securit...
NAME CHART VERSION APP VERSION DESCRIPTION
linkerd-edge/linkerd-crds <chart-semver-version> Linkerd gives you observability, reliability, and securit...
linkerd-edge/linkerd-control-plane <chart-semver-version> {{% latestedge %}} Linkerd gives you observability, reliability, and securit...
```

During an upgrade, you must choose whether you want to reuse the values in the
Expand Down Expand Up @@ -136,10 +136,10 @@ your `values.yaml` file. Then you can use:

```bash
# the linkerd-crds chart currently doesn't have a values.yaml file
helm upgrade linkerd-crds linkerd/linkerd-crds
helm upgrade linkerd-crds linkerd-edge/linkerd-crds

# whereas linkerd-control-plane does
helm upgrade linkerd-control-plane linkerd/linkerd-control-plane --reset-values -f values.yaml --atomic
helm upgrade linkerd-control-plane linkerd-edge/linkerd-control-plane --reset-values -f values.yaml --atomic
```

The `--atomic` flag will ensure that all changes are rolled back in case the
Expand Down
7 changes: 4 additions & 3 deletions linkerd.io/content/blog/2024/0606-edge-release-roundup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: |-
url:
/2024/06/06/linkerd-edge-release-roundup/
thumbnail: '/uploads/2023/06/roundup-clocks-square.png'
featuredImage: '/uploads/2023/06/roundup-clocks-rect.png'
featuredImage: '/uploads/2024/06/roundup-06-featured.png'
tags: [Linkerd, linkerd, edge, release, roundup]
featured: false
---
Expand All @@ -24,8 +24,9 @@ greatest!
Remember, edge releases are a snapshot of our current development work on
`main`; by definition, they always have the most recent features but they may
have incomplete features, features that end up getting rolled back later, or
(like all software) even bugs. That said, edge release *are* intended for production use, and go through
a rigorous set of automated and manual tests before being released.
(like all software) even bugs. That said, edge releases *are* intended for
production use, and go through a rigorous set of automated and manual tests
before being released.

We would be delighted to hear how these releases work out for you! You can
open [a GitHub issue](https://github.com/linkerd/linkerd2/issues/) or
Expand Down
6 changes: 3 additions & 3 deletions linkerd.io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3ac67e

Please sign in to comment.