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: articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,15 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
39
39
40
40
* The latest version of the Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
41
41
42
+
> [!NOTE]
43
+
> **Special instructions for AIO Internal Bugbash**:
44
+
>
45
+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below. However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27 and skip the az extension command below
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
49
+
>```
50
+
42
51
```bash
43
52
az extension add --upgrade --name azure-iot-ops
44
53
```
@@ -56,6 +65,15 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
56
65
57
66
* Azure CLI version 2.64.0 or newer installed on your development machine. Use `az --version` to check your version and `az upgrade` to update if necessary. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
58
67
68
+
> [!NOTE]
69
+
> **Special instructions for AIO Internal Bugbash**:
70
+
>
71
+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below. However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27 and skip the az extension command below
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
75
+
>```
76
+
59
77
* The latest version of the Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
60
78
61
79
```bash
@@ -301,6 +319,16 @@ To connect your cluster to Azure Arc:
301
319
302
320
To connect your cluster to Azure Arc:
303
321
322
+
> [!NOTE]
323
+
>**Special instructions for AIO Internal Bugbash**:
324
+
>
325
+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below.
326
+
> However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27
0 commit comments