Skip to content

Commit 6b0409e

Browse files
Kubernetes resource view for Arc-enabled K8s
1 parent 1923cca commit 6b0409e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
6262
6363
You can enable the Cluster Connect on any Azure Arc-enabled Kubernetes cluster by running the following command on a machine where the `kubeconfig` file is pointed to the cluster of concern:
6464
65-
```azurecli
66-
az connectedk8s enable-features --features cluster-connect -n $CLUSTER_NAME -g $RESOURCE_GROUP
67-
```
65+
```azurecli
66+
az connectedk8s enable-features --features cluster-connect -n $CLUSTER_NAME -g $RESOURCE_GROUP
67+
```
6868

6969
## Azure Active Directory authentication option
7070

articles/azure-arc/kubernetes/kubernetes-resource-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Access Kubernetes resources from the Azure portal
2+
title: Access Kubernetes resources from Azure portal
33
services: azure-arc
44
ms.service: azure-arc
55
ms.date: 10/31/2021
@@ -9,7 +9,7 @@ ms.author: shasb
99
description: Learn how to interact with Kubernetes resources to manage an Azure Arc-enabled Kubernetes cluster from the Azure portal.
1010
---
1111

12-
# Access Kubernetes resources from the Azure portal
12+
# Access Kubernetes resources from Azure portal
1313

1414
The Azure portal includes a Kubernetes resource view for easy access to the Kubernetes resources in your Azure Arc-enabled Kubernetes cluster. Viewing Kubernetes resources from the Azure portal reduces context switching between the Azure portal and the `kubectl` command-line tool, streamlining the experience for viewing and editing your Kubernetes resources. The resource viewer currently includes multiple resource types, such as deployments, pods, and replica sets.
1515

0 commit comments

Comments
 (0)