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/operator-nexus/howto-kubernetes-cluster-features.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
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
10
10
---
11
11
12
-
# Working with Kubernetes cluster features in Nexus Kubernetes clusters
12
+
# Work with Kubernetes cluster features in Nexus Kubernetes clusters
13
13
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.
15
15
16
16
## Prerequisites
17
17
@@ -58,7 +58,7 @@ The following Kubernetes cluster features are available to each Nexus Kubernetes
58
58
59
59
The following interactions allow for the creation and management of the Kubernetes cluster feature configuration.
60
60
61
-
### Installing a Kubernetes cluster feature
61
+
### Install a Kubernetes cluster feature
62
62
63
63
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.
64
64
@@ -105,7 +105,7 @@ az networkcloud kubernetescluster feature list \
105
105
106
106
```
107
107
108
-
### Retrieving a Kubernetes cluster feature
108
+
### Retrieve a Kubernetes cluster feature
109
109
110
110
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:
111
111
@@ -117,7 +117,7 @@ az networkcloud kubernetescluster feature show \
117
117
118
118
This command returns a JSON representation of the Kubernetes cluster feature configuration.
119
119
120
-
### Updating a Kubernetes cluster feature
120
+
### Update a Kubernetes cluster feature
121
121
122
122
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:
123
123
@@ -135,7 +135,7 @@ az networkcloud kubernetescluster feature update \
135
135
136
136
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).
137
137
138
-
### Deleting Kubernetes cluster feature
138
+
### Delete Kubernetes cluster feature
139
139
140
140
Deleting a Kubernetes cluster feature removes the resource from the cluster. To delete a Kubernetes cluster feature, use the following command:
0 commit comments