Skip to content

Commit 73ff609

Browse files
author
Jill Grant
authored
Update howto-kubernetes-cluster-features.md
Metadata, caps, gerund fixes
1 parent 51ff071 commit 73ff609

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/operator-nexus/howto-kubernetes-cluster-features.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Understanding Kubernetes cluster feature in Azure Operator Nexus Kubernetes service #Required; page title is displayed in search results. Include the brand.
3-
description: Working with Kubernetes cluster features in Azure Operator Nexus Kubernetes clusters #Required; article description that is displayed in search results.
4-
author: dramasamy #Required; your GitHub user alias, with correct capitalization.
5-
ms.author: dramasamy #Required; microsoft alias of author; optional team alias.
6-
ms.service: azure-operator-nexus #Required; service per approved list. slug assigned by ACOM.
7-
ms.topic: how-to #Required; leave this attribute/value as-is.
8-
ms.date: 08/14/2024 #Required; mm/dd/yyyy format.
9-
ms.custom: template-how-to-pattern #Required; leave this attribute/value as-is.
2+
title: Understanding Kubernetes cluster features in Azure Operator Nexus Kubernetes service
3+
description: Working with Kubernetes cluster features in Azure Operator Nexus Kubernetes clusters
4+
author: dramasamy
5+
ms.author: dramasamy
6+
ms.service: azure-operator-nexus
7+
ms.topic: how-to
8+
ms.date: 08/14/2024
9+
ms.custom: template-how-to-pattern
1010
---
1111

12-
# Working with Kubernetes cluster features in Nexus Kubernetes clusters
12+
# Work with Kubernetes cluster features in Nexus Kubernetes clusters
1313

14-
In this article, you learn how to work with Nexus Kubernetes Cluster Features. Nexus Kubernetes Cluster Features is a functionality of the Nexus platform that allows customers to enhance their Nexus Kubernetes clusters by adding extra packages or features.
14+
In this article, you learn how to work with Nexus Kubernetes cluster features. Nexus Kubernetes Cluster Features is a functionality of the Nexus platform that allows customers to enhance their Nexus Kubernetes clusters by adding extra packages or features.
1515

1616
## Prerequisites
1717

@@ -58,7 +58,7 @@ The following Kubernetes cluster features are available to each Nexus Kubernetes
5858

5959
The following interactions allow for the creation and management of the Kubernetes cluster feature configuration.
6060

61-
### Installing a Kubernetes cluster feature
61+
### Install a Kubernetes cluster feature
6262

6363
To install a Kubernetes cluster feature in the cluster, use the `az networkcloud kubernetescluster feature create` command. If you have multiple Azure subscriptions, you must specify the subscription ID either by using the `--subscription` flag in the CLI command or by selecting the appropriate subscription ID with the [az account set](/cli/azure/account#az-account-set) command.
6464

@@ -105,7 +105,7 @@ az networkcloud kubernetescluster feature list \
105105
106106
```
107107

108-
### Retrieving a Kubernetes cluster feature
108+
### Retrieve a Kubernetes cluster feature
109109

110110
After a Kubernetes cluster is created, you can check the details of a specific Kubernetes cluster feature using the `networkcloud kubernetescluster feature show` command. This provides detailed information about the feature:
111111

@@ -117,7 +117,7 @@ az networkcloud kubernetescluster feature show \
117117

118118
This command returns a JSON representation of the Kubernetes cluster feature configuration.
119119

120-
### Updating a Kubernetes cluster feature
120+
### Update a Kubernetes cluster feature
121121

122122
Much like the creation of a Kubernetes cluster feature, you can perform an update action to modify the tags assigned to the Kubernetes cluster feature. Use the following command to update the tags:
123123

@@ -135,7 +135,7 @@ az networkcloud kubernetescluster feature update \
135135

136136
Specifying `--no-wait --debug` options in az command results in the execution of this command asynchronously. For more information, see [how to track asynchronous operations](howto-track-async-operations-cli.md).
137137

138-
### Deleting Kubernetes cluster feature
138+
### Delete Kubernetes cluster feature
139139

140140
Deleting a Kubernetes cluster feature removes the resource from the cluster. To delete a Kubernetes cluster feature, use the following command:
141141

0 commit comments

Comments
 (0)