|
1 | 1 | --- |
2 | 2 | title: Deploy on OpenShift |
3 | 3 | 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. |
5 | 5 | author: mihaelablendea |
6 | 6 | ms.author: mihaelab |
7 | 7 | ms.reviewer: mikeray |
@@ -32,7 +32,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo |
32 | 32 | > [!IMPORTANT] |
33 | 33 | > 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). |
34 | 34 |
|
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. |
36 | 36 | - 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. |
37 | 37 | - To help you compute the optimal value depending on your environment and planned SQL Server workloads, you can use the estimation and examples below: |
38 | 38 |
|
@@ -105,7 +105,7 @@ This article outlines deployment steps that are specific to the OpenShift platfo |
105 | 105 | azdata bdc config init --source openshift-dev-test --target custom-openshift |
106 | 106 | ``` |
107 | 107 |
|
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: |
109 | 109 |
|
110 | 110 | ```console |
111 | 111 | azdata bdc config init --source aro-dev-test --target custom-openshift |
|
0 commit comments