We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a169 commit 2a56a4eCopy full SHA for 2a56a4e
articles/azure-arc/kubernetes/connect-cluster.md
@@ -150,7 +150,7 @@ Helm release deployment succeeded
150
List your connected clusters:
151
152
```console
153
-az connectedk8s list -g AzureArcTest
+az connectedk8s list -g AzureArcTest -o table
154
```
155
156
**Output:**
@@ -215,4 +215,4 @@ To remove the agents in the cluster you need to run `az connectedk8s delete` or
215
## Next steps
216
217
* [Use GitOps in a connected cluster](./use-gitops-connected-cluster.md)
218
-* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)
+* [Use Azure Policy to govern cluster configuration](./use-azure-policy.md)
0 commit comments