You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AKS-Arc/validate-signed-container-images.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ Before you begin, ensure you have the following prerequisites:
26
26
- At least one Linux node.
27
27
- (Optional) Add a Windows node pool if you need to validate Windows container images.
28
28
29
-
1.**A Windows machine Jump Box** is required to run the image validation script. The machine must meet these prerequisites:
29
+
1.**A Windows machine jump box** is required to run the image validation script. The machine must meet these prerequisites:
30
30
31
-
-**Network access**: The Jump Box must be able to communicate with the Azure Local physical boxes where the AKS Arc cluster is deployed and route traffic to the IP addresses assigned to the AKS Arc cluster, including all control plane and worker nodes.
32
-
-**Required tools installed**: Install these tools on the Jump Box: **curl**, **ssh**, and **scp**. These tools enable secure remote access, file transfers, and HTTP-based interactions with your cluster or management endpoints.
33
-
-**SSH access**: The private SSH key used during cluster creation must be present on the Jump Box.
31
+
-**Network access**: The jump box must be able to communicate with the Azure Local physical boxes where the AKS Arc cluster is deployed and route traffic to the IP addresses assigned to the AKS Arc cluster, including all control plane and worker nodes.
32
+
-**Required tools installed**: Install these tools on the jump box: **curl**, **ssh**, and **scp**. These tools enable secure remote access, file transfers, and HTTP-based interactions with your cluster or management endpoints.
33
+
-**SSH access**: The private SSH key used during cluster creation must be present on the jump box.
34
34
- This key enables connections to individual nodes (Linux or Windows).
35
35
- For details on generating or retrieving the key, see [Configure SSH keys for a cluster](/azure/aks/aksarc/configure-ssh-keys).
36
36
@@ -50,14 +50,14 @@ Before you begin, ensure you have the following prerequisites:
50
50
51
51
## Step 1: download the image validation script
52
52
53
-
1. Open an administrative PowerShell window and create a temporary folder at **c:\imagesign**:
53
+
1. Open a PowerShell window as an administrator and create a temporary folder at **c:\imagesign**:
54
54
55
55
```powershell
56
56
mkdir c:\imagesign
57
57
cd c:\imagesign
58
58
```
59
59
60
-
1. Run the following commands to download the [prerequisite.ps1](https://raw.githubusercontent.com/Azure/aksArc/refs/heads/main/scripts/ImageSignValidation/prerequisite.ps1) script to the Jump Box and save it in **c:\imagesign**:
60
+
1. Run the following commands to download the [prerequisite.ps1](https://raw.githubusercontent.com/Azure/aksArc/refs/heads/main/scripts/ImageSignValidation/prerequisite.ps1) script to the jump box and save it in **c:\imagesign**:
@@ -120,7 +120,7 @@ Before you begin, ensure you have the following prerequisites:
120
120
121
121
---
122
122
123
-
## Step 2: Get the control plane and worker node IP addresses
123
+
## Step 2: get the control plane and worker node IP addresses
124
124
125
125
Follow steps 1 and 2 in the [Use SSH to connect to worker nodes](ssh-connect-to-windows-and-linux-worker-nodes.md#use-ssh-to-connect-to-worker-nodes) section to obtain IP addresses.
0 commit comments