Skip to content

Commit 13d9ab8

Browse files
committed
A few edits
1 parent 1d38860 commit 13d9ab8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/big-data-cluster/deploy-openshift.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploy on OpenShift
33
titleSuffix: SQL Server Big Data Cluster
4-
description: Learn how to upgrade SQL Server Big Data Clusters on OpenShift .
4+
description: Learn how to upgrade SQL Server Big Data Clusters on OpenShift.
55
author: mihaelablendea
66
ms.author: mihaelab
77
ms.reviewer: mikeray
@@ -32,7 +32,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
3232
> [!IMPORTANT]
3333
> Below pre-requisites must be performed by a OpenShift cluster admin (cluster-admin cluster role) that has sufficient permissions to create these cluster level objects. For more information on cluster roles in OpenShift see [Using RBAC to define and apply permissions](https://docs.openshift.com/container-platform/4.4/authentication/using-rbac.html).
3434
35-
1. Ensure the `pidsLimit` setting on the OpenShift is updated to accommodate SQL Server workloads. The default value in OpenShift is too low for production like workloads. We recommend a value of at least `4096`, but the optimal value will depend of the `max worker threads` setting in SQL Server and the number of CPU processors on the OpenShift host node.
35+
1. Ensure the `pidsLimit` setting on the OpenShift is updated to accommodate SQL Server workloads. The default value in OpenShift is too low for production like workloads. Start with at least `4096`, but the optimal value depends the `max worker threads` setting in SQL Server and the number of CPU processors on the OpenShift host node.
3636
- To find out how to update `pidsLimit` for your OpenShift cluster use [these instructions]( https://github.com/openshift/machine-config-operator/blob/master/docs/ContainerRuntimeConfigDesign.md). Note that OpenShift versions before `4.3.5` had a defect causing the updated value to not take effect. Make sure you upgrade OpenShift to the latest version.
3737
- To help you compute the optimal value depending on your environment and planned SQL Server workloads, you can use the estimation and examples below:
3838

@@ -105,7 +105,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo
105105
azdata bdc config init --source openshift-dev-test --target custom-openshift
106106
```
107107

108-
For a deployment on ARO, we recommend to start with one of the `aro-` profiles, that includes default values for `serviceType` and `storageClass` appropriate for this environment. For example:
108+
For a deployment on ARO, start with one of the `aro-` profiles, that includes default values for `serviceType` and `storageClass` appropriate for this environment. For example:
109109

110110
```console
111111
azdata bdc config init --source aro-dev-test --target custom-openshift

0 commit comments

Comments
 (0)