Skip to content

Commit 641e0cf

Browse files
committed
Updates
1 parent 5ff93f7 commit 641e0cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Arc/validate-signed-container-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Before you begin, ensure you have the following prerequisites:
3838

3939
1. **Install the Kubernetes CLI**
4040

41-
You can use the Kubernetes CLI, [kubectl](https://kubernetes.io/docs/reference/kubectl/), to connect to your Kubernetes cluster. The following Azure CLI or Azure PowerShell commands can be used to install kubectl.
41+
You can use the Kubernetes CLI, [kubectl](https://kubernetes.io/docs/reference/kubectl/), to connect to your Kubernetes cluster. Use the following Azure CLI or Azure PowerShell commands to install **kubectl**:
4242

4343
# [Azure CLI](#tab/cli)
4444

45-
Install kubectl locally using the [az aks install-cli](/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli&preserve-view=true) command.
45+
Install **kubectl** locally using the [az aks install-cli](/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli&preserve-view=true) command.
4646

4747
# [PowerShell](#tab/powershell)
4848

49-
Install kubectl locally using the [Install-AzAksCliTool](/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0&preserve-view=true) cmdlet.
49+
Install **kubectl** locally using the [Install-AzAksCliTool](/powershell/module/az.aks/install-azaksclitool?view=azps-14.2.0&preserve-view=true) cmdlet.
5050

5151
---
5252

0 commit comments

Comments
 (0)