From 8da7f0988c5493290b87e3e65708447b01853bf6 Mon Sep 17 00:00:00 2001 From: Tatsinnit Date: Thu, 12 Oct 2023 10:58:32 +1300 Subject: [PATCH] Recommended doc text. --- docs/book/src/features/k8s-api-health-points.md | 2 +- docs/book/src/features/run-kubectl-command.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/features/k8s-api-health-points.md b/docs/book/src/features/k8s-api-health-points.md index 5a2e69c18..f1e1b613d 100644 --- a/docs/book/src/features/k8s-api-health-points.md +++ b/docs/book/src/features/k8s-api-health-points.md @@ -2,7 +2,7 @@ ### Run Kubernetes API Health Endpoints -Right click on your AKS cluster and click on **Run Kubectl Command** and as shown in the image below user can easily run health checks by selecting on in the new kubectl run command panel. Currently we have enable following health check: +Right click on your AKS cluster and click on **Run Kubectl Commands**. Select and run health check commands from the *Health* section as shown in the image below. Currently we provide: - Healthz - Livez diff --git a/docs/book/src/features/run-kubectl-command.md b/docs/book/src/features/run-kubectl-command.md index 38c97a858..5ddab82d3 100644 --- a/docs/book/src/features/run-kubectl-command.md +++ b/docs/book/src/features/run-kubectl-command.md @@ -11,7 +11,7 @@ Right click on your AKS cluster and click on **Run Kubectl Commands** to easily - Get Node - Get All Events -User can also run the custom command by typing the kubectl command parameter in the text area and click `Run`. +User can also run custom commands by typing or editing `kubectl` command parameters in the text field. Custom commands can optionally be saved for future use.. ![Kubectl commad](../resources/right-click-menu-kubectl.png)