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

docs: correct link to Helm CLI installation info #2145

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The following is an imperative walkthrough.

- [Docker](https://docs.docker.com/get-started/overview/)
- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
- [Helm CLI](https://helm.sh/docs/intro/install/)
StackScribe marked this conversation as resolved.
Show resolved Hide resolved
- A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
(`kind create cluster`)
- [Helm](https://helm.io)

## Objectives

Expand Down
2 changes: 2 additions & 0 deletions docs/content/en/docs/install/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Your cluster should include the following:

* [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)

* [Helm CLI](https://helm.sh/docs/intro/install/)
StackScribe marked this conversation as resolved.
Show resolved Hide resolved

* Metric provider such as
[Prometheus](https://prometheus.io/),
[Dynatrace](https://www.dynatrace.com/),
Expand Down