Skip to content

Commit 8b1144c

Browse files
Merge pull request #226799 from smile37773/qingyliu/build
update the supported version of buildpacks and update the agent pool size
2 parents bb8e377 + 1a53019 commit 8b1144c

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

articles/spring-apps/how-to-enterprise-build-service.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,19 @@ Tanzu Build Service in the Enterprise tier is the entry point to containerize us
3636

3737
The following table shows the build agent pool scale set sizes available:
3838

39-
| Scale Set | CPU/Gi |
40-
|-----------|---------------|
41-
| S1 | 2 vCPU, 4 Gi |
42-
| S2 | 3 vCPU, 6 Gi |
43-
| S3 | 4 vCPU, 8 Gi |
44-
| S4 | 5 vCPU, 10 Gi |
45-
| S5 | 6 vCPU, 12 Gi |
39+
| Scale Set | CPU/Gi |
40+
|-----------|-----------------|
41+
| S1 | 2 vCPU, 4 Gi |
42+
| S2 | 3 vCPU, 6 Gi |
43+
| S3 | 4 vCPU, 8 Gi |
44+
| S4 | 5 vCPU, 10 Gi |
45+
| S5 | 6 vCPU, 12 Gi |
46+
| S6 | 8 vCPU, 16 Gi |
47+
| S7 | 16 vCPU, 32 Gi |
48+
| S8 | 32 vCPU, 64 Gi |
49+
| S9 | 64 vCPU, 128 Gi |
50+
51+
Tanzu Build Service allows at most one pool-sized build task to build and twice the pool-sized build tasks to queue. If the quota of the agent pool is insufficient for the build task, the request for this build will get the following error: `The usage of build results in Building or Queuing status are (cpu: xxx, memory: xxxMi) and the remained quota is insufficient for this build. please retry with smaller size of build resourceRequests, retry after the previous build process completed or increased your build agent pool size`.
4652

4753
## Configure the build agent pool
4854

articles/spring-apps/how-to-enterprise-deploy-polyglot-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following table lists the features supported in Azure Spring Apps:
174174

175175
| Feature description | Comment | Environment variable | Usage |
176176
|---------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|----------------------------------------|
177-
| Specify a Python version. | Supports *3.7.\**, *3.8.\**, *3.9.\**, *3.10.\**. The default value is *3.10.\**<br> You can specify the version via the `BP_CPYTHON_VERSION` environment variable during build. | `BP_CPYTHON_VERSION` | `--build-env BP_CPYTHON_VERSION=3.8.*` |
177+
| Specify a Python version. | Supports *3.7.\**, *3.8.\**, *3.9.\**, *3.10.\**, *3.11.\**. The default value is *3.10.\**<br> You can specify the version via the `BP_CPYTHON_VERSION` environment variable during build. | `BP_CPYTHON_VERSION` | `--build-env BP_CPYTHON_VERSION=3.8.*` |
178178
| Add CA certificates to the system trust store at build and runtime. | See the [Use CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md#use-ca-certificates) of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
179179
| Enable configuration of labels on the created image. | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. | `BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more envs [here](https://github.com/paketo-buildpacks/image-labels). | `--build-env BP_OCI_AUTHORS=<value>` |
180180

@@ -200,7 +200,7 @@ The following table lists the features supported in Azure Spring Apps:
200200

201201
| Feature description | Comment | Environment variable | Usage |
202202
|----------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|--------------------------------------|
203-
| Specify a Node version. | Supports *12.\**, *14.\**, *16.\**, *18.\**. The default value is *16.\**. <br>You can specify the Node version via an *.nvmrc* or *.node-version* file at the application directory root. `BP_NODE_VERSION` overrides the settings. | `BP_NODE_VERSION` | `--build-env BP_NODE_VERSION=18.*` |
203+
| Specify a Node version. | Supports *12.\**, *14.\**, *16.\**, *18.\**, *19.\**. The default value is *18.\**. <br>You can specify the Node version via an *.nvmrc* or *.node-version* file at the application directory root. `BP_NODE_VERSION` overrides the settings. | `BP_NODE_VERSION` | `--build-env BP_NODE_VERSION=18.*` |
204204
| Add CA certificates to the system trust store at build and runtime. | See the [Use CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md#use-ca-certificates) of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
205205
| Integrate with Dynatrace, Elastic, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-intergration-and-ca-certificates.md). | N/A | N/A |
206206
| Enable configuration of labels on the created image. | Configures both OCI-specified labels with short environment variable names and arbitrary labels using a space-delimited syntax in a single environment variable. | `BP_IMAGE_LABELS` <br> `BP_OCI_AUTHORS` <br> See more envs [here](https://github.com/paketo-buildpacks/image-labels). | `--build-env BP_OCI_AUTHORS=<value>` |

0 commit comments

Comments
 (0)