Skip to content

Commit 1ef0e9a

Browse files
authored
Merge pull request #27428 from RA489/updatetools
Improvement for other tools
2 parents 1739e65 + 78f125c commit 1ef0e9a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/en/docs/reference/tools/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ no_list: true
88
---
99

1010
<!-- overview -->
11-
Kubernetes contains several built-in tools and external tools that are commonly used or relevant that may as well be seen as required for Kubernetes to function.
12-
11+
Kubernetes contains several tools to help you work with the Kubernetes system.
1312

1413
<!-- body -->
1514

@@ -25,10 +24,14 @@ development and testing purposes.
2524
to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself.
2625

2726
## Helm
27+
{{% thirdparty-content single="true" %}}
2828

2929
[Helm](https://helm.sh/) is a tool for managing packages of pre-configured
3030
Kubernetes resources. These packages are known as _Helm charts_.
3131

32+
Helm is a third party managed tool for managing packages of pre-configured
33+
Kubernetes resources, aka Kubernetes charts.
34+
3235
Use Helm to:
3336

3437
* Find and use popular software packaged as Kubernetes charts

0 commit comments

Comments
 (0)