Skip to content

Commit 622f7bf

Browse files
authored
Acrolinx and style fixes
1 parent 5d2a1f1 commit 622f7bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/operator-nexus/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
href: concepts-compute.md
1414
- name: Storage overview
1515
href: concepts-storage.md
16-
- name: Cluster Deployment
16+
- name: Cluster deployment
1717
href: concepts-cluster-deployment-overview.md
1818
- name: Network Fabric
1919
expanded: false

articles/operator-nexus/azure-operator-nexus-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The Azure Operator Nexus doesn't offer the capability to select specific racks o
7070
### In the event of a network disruption between the cluster manager and on-premises servers during deployment, can the process be resumed once connectivity is restored?
7171
It depends on the cluster's status: if the cluster is failed, it needs to be deleted and redeployed. However, if the cluster is still deploying, it undergoes a reconcile process, allowing the deployment process to continue.
7272

73-
### Does cluster deploy wait for all the computes node provisioned?
73+
### Does cluster deploy wait for all the compute node provisioned?
7474
The deployment process will continuously retry the provisioning of compute nodes until all nodes are successfully provisioned. When the cluster reaches the defined threshold, cluster status changes to running. However, the remaining nodes continue undergoing the provisioning process until they too are successfully provisioned.
7575

7676
## Compute

articles/operator-nexus/concepts-cluster-deployment-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Operator Nexus cluster deployment overview
3-
description: Get an overview of cluster deployment overview for Azure Operator Nexus.
3+
description: Get an overview of cluster deployment for Azure Operator Nexus.
44
author: sbatchu
55
ms.author: sbatchu
66
ms.service: azure-operator-nexus
@@ -12,11 +12,11 @@ ms.custom: template-concept
1212
# Azure Operator Nexus cluster
1313
Azure Operator Nexus is built on basic constructs like compute servers, storage appliances, and network fabric devices. Azure Operator Nexus cluster represents an on-premises deployment of the platform. The lifecycle of platform-specific resources is dependent on the cluster state.
1414

15-
## Cluster Deployment Overview
15+
## Cluster deployment overview
1616

1717
During the cluster deployment, cluster undergoes various lifecycle phases, which have specific roles designated to ensure the target state is achieved.
1818

19-
### Hardware Validation Phase:
19+
### Hardware Validation phase:
2020

2121
Hardware Validation is initiated during the cluster deployment process, assessing the state of hardware components for the machines provided through the Cluster's rack definition. Based on the results of these checks and any user skipped machines, a determination is done on whether sufficient nodes passed and/or are available to meet the thresholds necessary for deployment to continue.
2222

@@ -29,7 +29,7 @@ Hardware validation results for a given server are written into the Log Analytic
2929

3030
This article provides instructions on how to check hardware results information [Troubleshoot Hardware validation](troubleshoot-hardware-validation-failure.md)
3131

32-
### Bootstrap Phase:
32+
### Bootstrap phase:
3333

3434
Once the Hardware Validation is successful, bootstrap image is generated for cluster deploy action on the cluster manager. This image iso URL is used to bootstrap the ephemeral node, which would deploy the target cluster components, which are provisioning the kubernetes control plane (KCP), Nexus Management plane (NMP), and storage appliance. These various states are reflected in the cluster status, which these stages are executed as part of the ephemeral bootstrap workflow.
3535

0 commit comments

Comments
 (0)