Skip to content

Commit 3959fd5

Browse files
authored
chore(docs): update README.md with outdated kiali and tools sorting (#583)
Latest result of `make update-readme-tools` Signed-off-by: Marc Nuri <[email protected]>
1 parent 4f0ed3e commit 3959fd5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,9 @@ The following sets of tools are available (toolsets marked with ✓ in the Defau
329329
|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
330330
| config | View and manage the current local Kubernetes configuration (kubeconfig) ||
331331
| core | Most common tools for Kubernetes management (Pods, Generic Resources, Events, etc.) ||
332-
| helm | Tools for managing Helm charts and releases ||
333332
| kiali | Most common tools for managing Kiali, check the [Kiali documentation](https://github.com/containers/kubernetes-mcp-server/blob/main/docs/KIALI.md) for more details. | |
334333
| kubevirt | KubeVirt virtual machine management tools | |
334+
| helm | Tools for managing Helm charts and releases ||
335335

336336
<!-- AVAILABLE-TOOLSETS-END -->
337337

@@ -451,33 +451,13 @@ In case multi-cluster support is enabled (default) and you have access to multip
451451

452452
<details>
453453

454-
<summary>helm</summary>
455-
456-
- **helm_install** - Install a Helm chart in the current or provided namespace
457-
- `chart` (`string`) **(required)** - Chart reference to install (for example: stable/grafana, oci://ghcr.io/nginxinc/charts/nginx-ingress)
458-
- `name` (`string`) - Name of the Helm release (Optional, random name if not provided)
459-
- `namespace` (`string`) - Namespace to install the Helm chart in (Optional, current namespace if not provided)
460-
- `values` (`object`) - Values to pass to the Helm chart (Optional)
461-
462-
- **helm_list** - List all the Helm releases in the current or provided namespace (or in all namespaces if specified)
463-
- `all_namespaces` (`boolean`) - If true, lists all Helm releases in all namespaces ignoring the namespace argument (Optional)
464-
- `namespace` (`string`) - Namespace to list Helm releases from (Optional, all namespaces if not provided)
465-
466-
- **helm_uninstall** - Uninstall a Helm release in the current or provided namespace
467-
- `name` (`string`) **(required)** - Name of the Helm release to uninstall
468-
- `namespace` (`string`) - Namespace to uninstall the Helm release from (Optional, current namespace if not provided)
469-
470-
</details>
471-
472-
<details>
473-
474454
<summary>kiali</summary>
475455

476-
- **kiali_get_mesh_graph** - Returns the topology of a specific namespaces, health, status of the mesh and namespaces. Includes a mesh health summary overview with aggregated counts of healthy, degraded, and failing apps, workloads, and services. Use this for high-level overviews
477-
- `graphType` (`string`) - Type of graph to return: 'versionedApp', 'app', 'service', 'workload', 'mesh'
456+
- **kiali_mesh_graph** - Returns the topology of a specific namespaces, health, status of the mesh and namespaces. Includes a mesh health summary overview with aggregated counts of healthy, degraded, and failing apps, workloads, and services. Use this for high-level overviews
457+
- `graphType` (`string`) - Optional type of graph to return: 'versionedApp', 'app', 'service', 'workload', 'mesh'
478458
- `namespace` (`string`) - Optional single namespace to include in the graph (alternative to namespaces)
479459
- `namespaces` (`string`) - Optional comma-separated list of namespaces to include in the graph
480-
- `rateInterval` (`string`) - Rate interval for fetching (e.g., '10m', '5m', '1h').
460+
- `rateInterval` (`string`) - Optional rate interval for fetching (e.g., '10m', '5m', '1h').
481461

482462
- **kiali_manage_istio_config** - Manages Istio configuration objects (Gateways, VirtualServices, etc.). Can list (objects and validations), get, create, patch, or delete objects
483463
- `action` (`string`) **(required)** - Action to perform: list, get, create, patch, or delete
@@ -549,6 +529,26 @@ In case multi-cluster support is enabled (default) and you have access to multip
549529

550530
</details>
551531

532+
<details>
533+
534+
<summary>helm</summary>
535+
536+
- **helm_install** - Install a Helm chart in the current or provided namespace
537+
- `chart` (`string`) **(required)** - Chart reference to install (for example: stable/grafana, oci://ghcr.io/nginxinc/charts/nginx-ingress)
538+
- `name` (`string`) - Name of the Helm release (Optional, random name if not provided)
539+
- `namespace` (`string`) - Namespace to install the Helm chart in (Optional, current namespace if not provided)
540+
- `values` (`object`) - Values to pass to the Helm chart (Optional)
541+
542+
- **helm_list** - List all the Helm releases in the current or provided namespace (or in all namespaces if specified)
543+
- `all_namespaces` (`boolean`) - If true, lists all Helm releases in all namespaces ignoring the namespace argument (Optional)
544+
- `namespace` (`string`) - Namespace to list Helm releases from (Optional, all namespaces if not provided)
545+
546+
- **helm_uninstall** - Uninstall a Helm release in the current or provided namespace
547+
- `name` (`string`) **(required)** - Name of the Helm release to uninstall
548+
- `namespace` (`string`) - Namespace to uninstall the Helm release from (Optional, current namespace if not provided)
549+
550+
</details>
551+
552552

553553
<!-- AVAILABLE-TOOLSETS-TOOLS-END -->
554554

0 commit comments

Comments
 (0)