Commit Graph

5 Commits

Author SHA1 Message Date
Travis Beckham 5c44d98b88
Replaced relref shortcode with link render hook (#1969)
Signed-off-by: Travis Beckham <travis@buoyant.io>
2025-05-01 15:55:06 -05:00
Travis Beckham f0ca25700a
Fixed incorrect value in the deployment manifest example (#1921)
Signed-off-by: Travis Beckham <travis@buoyant.io>
2025-02-03 10:35:14 -06:00
Travis Beckham 44a87dedaf
linkerd.io rebuild (#1860) 2024-10-28 10:39:51 -05:00
Eliza Weisman 2edd0626eb
update 2.12 docs to use `linkerd install --crds` before `install` (#1449)
* update 2.12 docs to use `linkerd install --crds` before `install`

The Linkerd CRDs must be installed before installing the control plane.
Most of the "Tasks" docs that require Linkerd to be installed just
reference the "Install" task, which demonstrates the use of
`install --crds`. However, some of the docs demonstrate alternative
configurations or installation methods, and actually show running the
`install` command. Many of those docs don't indicate that
`linkerd install --crds` must be run first.

This branch updates the 2.12 "Tasks" docs to show the use of
`linkerd install --crds` prior to running a `linkerd install` command. I
think I got all of them?

I didn't add `install --crds` in a couple of places where the install
command is not piped directly into `kubectl apply`. For example, in the
private docker registry documentation, we show piping `linkerd install`
into `grep` to get the docker image versions, and in that case, we are
not actually installing Linkerd into a cluster in that command example,
so the installation won't actually fail.

* update helm install instructions too
2022-08-25 12:13:05 -04:00
Eliza Weisman 264f7f31be
update documentation for Linkerd 2.12 (#1441)
Big bang merge of 2.12 docs into main.

Signed-off-by: Flynn <flynn@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Matei David <matei@buoyant.io>
Co-authored-by: Alejandro Pedraza <alejandro@buoyant.io>
Co-authored-by: Matei David <matei@buoyant.io>
Co-authored-by: Oliver Gould <ver@buoyant.io>
Co-authored-by: Flynn <flynn@buoyant.io>
Co-authored-by: Flynn <kflynn@users.noreply.github.com>
Co-authored-by: Alex Leong <alex@buoyant.io>
Co-authored-by: William Morgan <william@buoyant.io>
2022-08-23 17:35:16 -07:00