Skip to content

Commit 466c3c0

Browse files
committed
update cli examples
1 parent 09e4ebc commit 466c3c0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: JAC0BSMITH
55
ms.author: jacobsmith
66
ms.service: azure-operator-nexus
77
ms.topic: how-to
8-
ms.date: 03/03/2023
8+
ms.date: 02/08/2024
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

@@ -241,6 +241,12 @@ az networkcloud cluster show --resource-group "$CLUSTER_RG" \
241241

242242
The Cluster deployment is complete when detailedStatus is set to `Running` and detailedStatusMessage shows message `Cluster is up and running`.
243243

244+
View the management version of the cluster:
245+
246+
```azurecli
247+
az k8s-extension list --cluster-name <cluster> --resource-group "$CLUSTER_RG" --cluster-type connectedClusters --query "[?name=='nc-platform-extension'].{name:name, extensionType:extensionType, releaseNamespace:scope.cluster.releaseNamespace,provisioningState:provisioningState,version:version}" -o table --subscription "$SUBSCRIPTION_ID"
248+
```
249+
244250
## Cluster deployment Logging
245251

246252
Cluster create Logs can be viewed in the following locations:

articles/operator-nexus/howto-install-cli-extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: travisneely
66
ms.service: azure-operator-nexus
77
ms.custom: devx-track-azurecli
88
ms.topic: include
9-
ms.date: 10/02/2023
9+
ms.date: 02/08/2024
1010
# ms.custom: template-include
1111
---
1212

@@ -75,12 +75,12 @@ Example output:
7575
Name Version
7676
----------------------- -------------
7777
monitor-control-service 0.2.0
78-
connectedmachine 0.6.0
79-
connectedk8s 1.4.2
78+
connectedmachine 0.7.0
79+
connectedk8s 1.6.5
8080
k8s-extension 1.4.3
8181
networkcloud 1.1.0
8282
k8s-configuration 1.7.0
83-
managednetworkfabric 3.2.0
83+
managednetworkfabric 4.2.0
8484
customlocation 0.1.3
8585
ssh 2.0.2
8686
```

0 commit comments

Comments
 (0)