Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression migrating from Standard to Enterprise Tier: Petclinic build fails #30

Closed
ezYakaEagle442 opened this issue Dec 18, 2022 · 4 comments
Assignees
Labels
Bug Something isn't working Tracking

Kommentare

@ezYakaEagle442
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:
Repro steps on my repo at https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv

My Java App uses the default builder, it should build successfully as it does with Standard Tier but it fails with Enterprise Tier

See my Deployment Workflow

        echo "About to deploy App ..."
        az spring app deploy \
        --name ${{ env.VETS_SERVICE }} \
        --service ${{ env.AZURE_SPRING_APPS_SERVICE }} -g ${{ env.RG_APP }} \
        --artifact-path ${{ env.VETS_SERVICE_PACKAGE_PATH }} \
        --deployment $DEPLOYMENT_NAME \
        --disable-probe true \
        --env SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT=${{ env.SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT }} VETS_SVC_APP_IDENTITY_CLIENT_ID=${{ env.VETS_SVC_APP_IDENTITY_CLIENT_ID }} SPRING_CLOUD_AZURE_TENANT_ID=${{ env.SPRING_CLOUD_AZURE_TENANT_ID }} \
        --jvm-options="${{ env.DEPLOYMENT_JVM_OPTIONS }}" \
        --version ${{ env.DEPLOYMENT_VERSION }}         

see the Workflows logs

****************************************************************************************
*                                                                                      *
*                                                                                      *
*About to deploy vets-service ...                                                      *
*                                                                                      *
*                                                                                      *
****************************************************************************************
VETS_SERVICE_STARTUP_PROBE_CFG=spring-petclinic-vets-service/src/main/resources/startupProbe.json
VETS_SERVICE_LIVENESS_PROBE_CFG=spring-petclinic-vets-service/src/main/resources/livenessProbe.json
VETS_SERVICE_READINESS_PROBE_CFG=spring-petclinic-vets-service/src/main/resources/readinessProbe.json
Set deployment name to STAGING
DEPLOYMENT_NAME=blue-vets-service
Cheking if any deployment already exist for App vets-service ...
WARNING: The command requires the extension spring. It will be installed first.
There are existing deployment(s) for vets-service
About to check Deployment  blue-vets-service
blue-vets-service deployment already exists
***
  "id": "/subscriptions/***/resourceGroups/rg-iac-asa-petclinic-mic-srv/providers/Microsoft.AppPlatform/Spring/asa-petcliasa/apps/vets-service/deployments/blue-vets-service",
  "name": "blue-vets-service",
  "properties": ***
    "active": false,
    "deploymentSettings": ***
      "addonConfigs": null,
      "containerProbeSettings": ***
        "disableProbe": true
      ***,
      "environmentVariables": ***
        "JAVA_OPTS": "-Xms512m -Xmx1024m -Dspring.profiles.active=mysql,key-vault,cloud",
        "SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT": "***",
        "SPRING_CLOUD_AZURE_TENANT_ID": "***",
        "VETS_SVC_APP_IDENTITY_CLIENT_ID": "d5c2af26-dd64-49b3-aad9-1e23602b021f"
      ***,
      "livenessProbe": null,
      "readinessProbe": null,
      "resourceRequests": ***
        "cpu": "500m",
        "memory": "1Gi"
      ***,
      "startupProbe": null,
      "terminationGracePeriodSeconds": 90
    ***,
    "instances": [
      ***
        "discoveryStatus": "UNREGISTERED",
        "name": "vets-service-blue-vets-service-12-75cf6bc7db-d68bb",
        "reason": "Failed to wait for deployment instances to be ready. Please check the application log (see https://aka.ms/azure-spring-cloud-doc-log ), and try again later.",
        "startTime": "2022-12-16T17:33:49Z",
        "status": "Failed",
        "zone": null
      ***
    ],
    "provisioningState": "Failed",
    "source": ***
      "buildResultId": "/subscriptions/***/resourceGroups/rg-iac-asa-petclinic-mic-srv/providers/Microsoft.AppPlatform/Spring/asa-petcliasa/buildServices/default/builds/vets-service-blue-vets-service/results/1",
      "type": "BuildResult",
      "version": "2.6.13"
    ***,
    "status": "Running"
  ***,
  "resourceGroup": "rg-iac-asa-petclinic-mic-srv",
  "sku": ***
    "capacity": 1,
    "name": "E0",
    "tier": "Enterprise"
  ***,
  "systemData": ***
    "createdAt": "2022-12-16T17:26:30.8[275](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6301727235#step:10:276)73+00:00",
    "createdBy": "***",
    "createdByType": "Application",
    "lastModifiedAt": "2022-12-16T17:33:36.[277](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6301727235#step:10:278)197+00:00",
    "lastModifiedBy": "***",
    "lastModifiedByType": "Application"
  ***,
  "type": "Microsoft.AppPlatform/Spring/apps/deployments"
***

About to deploy App ...
WARNING: This command usually takes minutes to run. Add '--verbose' parameter if needed.
WARNING: [1/5] Requesting for upload URL.
WARNING: [2/5] Uploading package to blob.
WARNING: [3/5] Creating or Updating build 'vets-service'.
WARNING: [4/5] Waiting for building container image to finish. This may take a few minutes.
WARNING: [5/5] Updating deployment in app "vets-service" (this operation can take a while to complete)
ERROR: 112404: Failed to wait for deployment instances to be ready. Please check the application log (see https://aka.ms/azure-spring-cloud-doc-log ), and try again later.
Build reason(s): CONFIG
CONFIG:
	resources:
	  limits:
	    cpu: "1"
	    memory: 2Gi
	services:
	- apiVersion: v1
	  kind: Secret
	  name: 0-7default-7default-1
	source:
	  blob:
	-     url: https://1826c50187634f49aeeb1f26.file.core.windows.net/119e2834b4524cc1982393c691e5c73f/resources/2022121617-fba87097-5f50-41d0-b7a4-01e9fa602870?sv=2020-08-04&se=2023-04-15T17%3A27%3A35Z&sr=f&sp=r&sig=Rira6bvz2%2Bof%2FD3vR6WGd1o6e9ma%2BZ6QRYgPYAEbF5Y%3D
	+     url: https://1826c50187634f49aeeb1f26.file.core.windows.net/119e2834b4524cc1982393c691e5c73f/resources/2022121619-36935c97-3928-45ab-9cdb-5bd221352c22?sv=2020-08-04&se=2023-04-15T19%3A28%3A52Z&sr=f&sp=r&sig=UFCe3KuX5rPIKlkQjw4PYURr%2B92MqkSo4%2BZ%2Flew5uqA%3D
Loading secrets for "acr3da[318](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6301727235#step:10:319)443a37414d8.azurecr.io" from secret "docker-kpack"
Loading cluster credential helpers
Downloading 1826c50187634f49aeeb1f26.file.core.windows.net/119e2834b4524cc1982393c691e5c73f/resources/2022121619-36935c97-3928-45ab-9cdb-5bd221352c22...
Successfully downloaded 1826c50187634f49aeeb1f26.file.core.windows.net/119e2834b4524cc1982393c691e5c73f/resources/2022121619-36935c97-3928-45ab-9cdb-5bd221352c22 in path "/workspace"
Builder:
 Image: acr3da318443a37414d8.azurecr.io/build-service-builder-119e2834b4524cc1982393c691e5c73f-default-default@sha256:a179e49eeaa9d4119a0be6917a701263983d2955570653aa40ad28fbf199830a 
 Name: default.default.1 
 Kind: Builder 
2022-12-16 19:30:33.468: No log from server
Restoring data for SBOM from previous image
7 of 41 buildpacks participating
paketo-buildpacks/ca-certificates            3.4.0
paketo-buildpacks/microsoft-openjdk          2.6.0
paketo-buildpacks/syft                       1.10.1
paketo-buildpacks/executable-jar             6.5.0
paketo-buildpacks/dist-zip                   5.4.0
paketo-buildpacks/spring-boot                5.19.0
paketo-buildpacks/azure-application-insights 5.8.0
Warning: Not restoring cached layer data, no cache flag specified.
Restoring metadata for "paketo-buildpacks/ca-certificates:helper" from app image
Restoring metadata for "paketo-buildpacks/microsoft-openjdk:helper" from app image
Restoring metadata for "paketo-buildpacks/microsoft-openjdk:java-security-properties" from app image
Restoring metadata for "paketo-buildpacks/spring-boot:helper" from app image
Restoring metadata for "paketo-buildpacks/spring-boot:spring-cloud-bindings" from app image
Restoring metadata for "paketo-buildpacks/spring-boot:web-application-type" from app image
Restoring metadata for "paketo-buildpacks/azure-application-insights:azure-application-insights-java" from app image
Restoring metadata for "paketo-buildpacks/azure-application-insights:helper" from app image
    Writing env.launch/BPI_JVM_CACERTS.default
    Writing env.launch/BPI_JVM_CLASS_COUNT.default
    Writing env.launch/BPI_JVM_SECURITY_PROVIDERS.default
    Writing env.launch/JAVA_HOME.default
    Writing env.launch/JAVA_TOOL_OPTIONS.append
    Writing env.launch/JAVA_TOOL_OPTIONS.delim
    Writing env.launch/MALLOC_ARENA_MAX.default
  Launch Helper: Reusing cached layer
  Java Security Properties: Reusing cached layer

Paketo Syft Buildpack 1.10.1
  https://github.com/paketo-buildpacks/syft
    Reusing cached download from buildpack
    Writing env.build/SYFT_CHECK_FOR_APP_UPDATE.default

Paketo Buildpack for Executable JAR 6.5.0
  https://github.com/paketo-buildpacks/executable-jar
  Class Path: Contributing to layer
    Writing env/CLASSPATH.delim
    Writing env/CLASSPATH.prepend
  Process types:
    executable-jar: java org.springframework.boot.loader.JarLauncher (direct)
    task:           java org.springframework.boot.loader.JarLauncher (direct)
    web:            java org.springframework.boot.loader.JarLauncher (direct)

Paketo Buildpack for Spring Boot 5.19.0
  https://github.com/paketo-buildpacks/spring-boot
  Build Configuration:
    $BP_SPRING_CLOUD_BINDINGS_DISABLED   false  whether to contribute Spring Boot cloud bindings support
  Launch Configuration:
    $BPL_SPRING_CLOUD_BINDINGS_DISABLED  false  whether to auto-configure Spring Boot environment properties from bindings
    $BPL_SPRING_CLOUD_BINDINGS_ENABLED   true   Deprecated - whether to auto-configure Spring Boot environment properties from bindings
  Creating slices from layers index
    dependencies (84.8 MB)
    spring-boot-loader (282.2 KB)
    snapshot-dependencies (0.0 B)
    application (105.3 KB)
  Launch Helper: Reusing cached layer
  Spring Cloud Bindings 1.10.0: Reusing cached layer
  Web Application Type: Reusing cached layer
  4 application slices
  Image labels:
    org.opencontainers.image.title
    org.opencontainers.image.version
    org.springframework.boot.version

Paketo Buildpack for Azure Application Insights 5.8.0
  https://github.com/paketo-buildpacks/azure-application-insights
  Azure Application Insights Java Agent 3.4.2: Reusing cached layer
  Launch Helper: Reusing cached layer
Warning: Will not cache data, no cache flag specified.
Reusing layers from image 'acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service@sha256:08f600ea3a9ee9d33bdec052022bb4df39b1cd3b15680cac0b0f3563a744992e'
Reusing layer 'paketo-buildpacks/ca-certificates:helper'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:helper'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:java-security-properties'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:jdk'
Reusing layer 'paketo-buildpacks/executable-jar:classpath'
Reusing layer 'paketo-buildpacks/spring-boot:helper'
Reusing layer 'paketo-buildpacks/spring-boot:spring-cloud-bindings'
Reusing layer 'paketo-buildpacks/spring-boot:web-application-type'
Reusing layer 'paketo-buildpacks/azure-application-insights:azure-application-insights-java'
Reusing layer 'paketo-buildpacks/azure-application-insights:helper'
Adding layer 'launch.sbom'
Reusing 5/5 app layer(s)
Reusing layer 'launcher'
Reusing layer 'config'
Reusing layer 'process-types'
Adding label 'io.buildpacks.lifecycle.metadata'
Adding label 'io.buildpacks.build.metadata'
Adding label 'io.buildpacks.project.metadata'
Adding label 'org.opencontainers.image.title'
Adding label 'org.opencontainers.image.version'
Adding label 'org.springframework.boot.version'
Setting default process type 'web'
Saving acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result...
*** Images (sha256:e[321](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6301727235#step:10:322)8f99841180b22a9383a35473d491228ade003a403e898994268[326](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6301727235#step:10:327)a39e87):
      acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result
      acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result-2
Build successful
Error: Process completed with exit code 1.

Expected behavior
The App should be successfully deployed without any error message

Screenshots
N/A

Additional context
see also #29

@ezYakaEagle442 ezYakaEagle442 added the Bug Something isn't working label Dec 18, 2022
@ezYakaEagle442
Copy link
Author

rerunning the Job I see :

Restoring metadata for "paketo-buildpacks/azure-application-insights:helper" from app image
    $BPL_JAVA_NMT_ENABLED        true                                                         enables Java Native Memory Tracking (NMT)
    $BPL_JAVA_NMT_LEVEL          summary                                                      configure level of NMT, summary or detail
    $BPL_JFR_ARGS                                                                             configure custom Java Flight Recording (JFR) arguments
    $BPL_JFR_ENABLED             false                                                        enables Java Flight Recording (JFR)
    $BPL_JMX_ENABLED             false                                                        enables Java Management Extensions (JMX)
    $BPL_JMX_PORT                5000                                                         configure the JMX port
    $BPL_JVM_HEAD_ROOM           0                                                            the headroom in memory calculation
    $BPL_JVM_LOADED_CLASS_COUNT  35% of classes                                               the number of loaded classes in memory calculation
    $BPL_JVM_THREAD_COUNT        250                                                          the number of threads in memory calculation
    $JAVA_TOOL_OPTIONS                                                                        the JVM launch flags
    Using Java version 11 extracted from MANIFEST.MF
  No valid JRE available, providing matching JDK instead. Using a JDK at runtime has security implications.
  Microsoft OpenJDK 11.0.16: Contributing to layer
    Reusing cached download from buildpack
    Expanding to /layers/paketo-buildpacks_microsoft-openjdk/jdk
    Adding 127 container CA certificates to JVM truststore
    Writing env.build/JAVA_HOME.default
    Writing env.launch/BPI_APPLICATION_PATH.default
    Writing env.launch/BPI_JVM_CACERTS.default
    Writing env.launch/BPI_JVM_CLASS_COUNT.default
    Writing env.launch/BPI_JVM_SECURITY_PROVIDERS.default
    Writing env.launch/JAVA_HOME.default
    Writing env.launch/JAVA_TOOL_OPTIONS.append
    Writing env.launch/JAVA_TOOL_OPTIONS.delim
    Writing env.launch/MALLOC_ARENA_MAX.default
  Launch Helper: Reusing cached layer
  Java Security Properties: Reusing cached layer

Paketo Syft Buildpack 1.10.1
  https://github.com/paketo-buildpacks/syft
    Reusing cached download from buildpack
    Writing env.build/SYFT_CHECK_FOR_APP_UPDATE.default

Paketo Buildpack for Executable JAR 6.5.0
  https://github.com/paketo-buildpacks/executable-jar
  Class Path: Contributing to layer
    Writing env/CLASSPATH.delim
    Writing env/CLASSPATH.prepend
  Process types:
    executable-jar: java org.springframework.boot.loader.JarLauncher (direct)
    task:           java org.springframework.boot.loader.JarLauncher (direct)
    web:            java org.springframework.boot.loader.JarLauncher (direct)

Paketo Buildpack for Spring Boot 5.19.0
  https://github.com/paketo-buildpacks/spring-boot
  Build Configuration:
    $BP_SPRING_CLOUD_BINDINGS_DISABLED   false  whether to contribute Spring Boot cloud bindings support
  Launch Configuration:
    $BPL_SPRING_CLOUD_BINDINGS_DISABLED  false  whether to auto-configure Spring Boot environment properties from bindings
    $BPL_SPRING_CLOUD_BINDINGS_ENABLED   true   Deprecated - whether to auto-configure Spring Boot environment properties from bindings
  Creating slices from layers index
    dependencies (84.8 MB)
    spring-boot-loader (282.2 KB)
    snapshot-dependencies (0.0 B)
    application (105.3 KB)
  Launch Helper: Reusing cached layer
  Spring Cloud Bindings 1.10.0: Reusing cached layer
  Web Application Type: Reusing cached layer
  4 application slices
  Image labels:
    org.opencontainers.image.title
    org.opencontainers.image.version
    org.springframework.boot.version


Paketo Buildpack for Azure Application Insights 5.8.0
  https://github.com/paketo-buildpacks/azure-application-insights
  Azure Application Insights Java Agent 3.4.2: Reusing cached layer
  Launch Helper: Reusing cached layer
Warning: Will not cache data, no cache flag specified.
2022-12-18 11:04:27.292: No log from server
Reusing layers from image 'acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service@sha256:e3218f998[411](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6316691637#step:10:412)80b22a9383a35473d491228ade003a403e898994268326a39e87'
Reusing layer 'paketo-buildpacks/ca-certificates:helper'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:helper'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:java-security-properties'
Reusing layer 'paketo-buildpacks/microsoft-openjdk:jdk'
Reusing layer 'paketo-buildpacks/executable-jar:classpath'
Reusing layer 'paketo-buildpacks/spring-boot:helper'
WARNING: [5/5] Updating deployment in app "vets-service" (this operation can take a while to complete)
ERROR: 112404: Failed to wait for deployment instances to be ready. Please check the application log (see https://aka.ms/azure-spring-cloud-doc-log ), and try again later.
Reusing layer 'paketo-buildpacks/spring-boot:spring-cloud-bindings'
Reusing layer 'paketo-buildpacks/spring-boot:web-application-type'
Reusing layer 'paketo-buildpacks/azure-application-insights:azure-application-insights-java'
Reusing layer 'paketo-buildpacks/azure-application-insights:helper'
Adding layer 'launch.sbom'
Reusing 5/5 app layer(s)
Reusing layer 'launcher'
Reusing layer 'config'
Reusing layer 'process-types'
Adding label 'io.buildpacks.lifecycle.metadata'
Adding label 'io.buildpacks.build.metadata'
Adding label 'io.buildpacks.project.metadata'
Adding label 'org.opencontainers.image.title'
Adding label 'org.opencontainers.image.version'
Adding label 'org.springframework.boot.version'
Setting default process type 'web'
Saving acr3da318443a37[414](https://github.com/ezYakaEagle442/azure-spring-apps-petclinic-mic-srv/actions/runs/3715175103/jobs/6316691637#step:10:415)d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result...
*** Images (sha256:7793b8db89a50fea7aa73c1078712d7845301df5492156118ae27453da4611dd):
      acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result
      acr3da318443a37414d8.azurecr.io/build-service-result-image-119e2834b4524cc1982393c691e5c73f-default-vets-service-blue-vets-service:result-3
Error: Process completed with exit code 1.

@ezYakaEagle442
Copy link
Author

There are other changes that should be documented , mainly the sizing and BP_JVM_VERSION=11 with Enterprise tiers, NOT Java_11 like in Standard Tier.

see also MicrosoftDocs/azure-docs#102826

The base image has some difference between enterprise/standard tier, and the some memories may allocated by buildpacks, which results in setting more memories to App deployments with Enterprise Tier.

with with Standard Tier :

  DEPLOYMENT_JVM_OPTIONS: -Xms512m -Xmx1024m 
  DEPLOYMENT_RUNTIME_VERSION: Java_11
  DEPLOYMENT_CPU: 500m
  DEPLOYMENT_MEMORY: 1Gi
  DEPLOYMENT_INSTANCE_COUNT: 1

        az spring app deploy \
        --name ${{ env.VETS_SERVICE }} \
        --service ${{ env.AZURE_SPRING_APPS_SERVICE }} -g ${{ env.RG_APP }} \
        --artifact-path ${{ env.VETS_SERVICE_PACKAGE_PATH }} \
        --deployment $DEPLOYMENT_NAME \
        --disable-probe true \
        --env SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT=${{ env.SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT }} VETS_SVC_APP_IDENTITY_CLIENT_ID=${{ env.VETS_SVC_APP_IDENTITY_CLIENT_ID }} SPRING_CLOUD_AZURE_TENANT_ID=${{ env.SPRING_CLOUD_AZURE_TENANT_ID }} \
        --jvm-options="${{ env.DEPLOYMENT_JVM_OPTIONS }}" \
        --version ${{ env.DEPLOYMENT_VERSION }} \
        --runtime-version ${{ env.DEPLOYMENT_RUNTIME_VERSION }}   

with Enterprise Tier:

DEPLOYMENT_JVM_OPTIONS: -Xms1024m -Xmx2048m
DEPLOYMENT_CPU: 500m
DEPLOYMENT_MEMORY: 2Gi
DEPLOYMENT_INSTANCE_COUNT: 1

  BP_JVM_VERSION: 11 # just '11' NOT Java_11
  BUILD_ENV: BP_JVM_VERSION=11 # Space-separated environment variables in 'key[=value]' format: <key1=value1>, <key2=value2>
  BUILD_CPU: 1 # CPU resource quantity. Should be 500m or number of CPU cores. Default: 1.
  BUILD_MEMORY: 2Gi # Memory resource quantity. Should be 512Mi or #Gi, e.g., 1Gi, 3Gi. Default: 2Gi.
  BUILDER: default # default or java-builder
  CFG_FILE_PATTERNS: application # Config file  patterns separated with ',' to decide which patterns of Application Configuration Service will be used. Use '""' to clear existing configurations.

        az spring app deploy \
        --name ${{ env.VETS_SERVICE }} \
        --service ${{ env.AZURE_SPRING_APPS_SERVICE }} -g ${{ env.RG_APP }} \
        --artifact-path ${{ env.VETS_SERVICE_PACKAGE_PATH }} \
        --deployment $DEPLOYMENT_NAME \
        --disable-probe true \
        --env SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT=${{ env.SPRING_CLOUD_AZURE_KEY_VAULT_ENDPOINT }} VETS_SVC_APP_IDENTITY_CLIENT_ID=${{ env.VETS_SVC_APP_IDENTITY_CLIENT_ID }} SPRING_CLOUD_AZURE_TENANT_ID=${{ env.SPRING_CLOUD_AZURE_TENANT_ID }} \
        --jvm-options="${{ env.DEPLOYMENT_JVM_OPTIONS }}" \
        --version ${{ env.DEPLOYMENT_VERSION }} \
        --build-env ${{ env.BUILD_ENV }}  \
        --build-cpu ${{ env.BUILD_CPU }} \
        --build-memory ${{ env.BUILD_MEMORY }} \
        --builder ${{ env.BUILDER }} \
        --config-file-patterns ${{ env.CFG_FILE_PATTERNS }}

@ezYakaEagle442
Copy link
Author

DEPLOYMENT_JVM_OPTIONS: -Xms512m -Xmx1024m results in the deployment failure, as a workaround I now use :

  DEPLOYMENT_JVM_OPTIONS: -Dspring.profiles.active=mysql,key-vault,cloud
  
  DEPLOYMENT_VERSION: 2.6.13
  DEPLOYMENT_CPU: 500m
  DEPLOYMENT_MEMORY: 2Gi
  DEPLOYMENT_INSTANCE_COUNT: 1

@zhoufenqin
Copy link
Member

@ezYakaEagle442 I see it's a long time ago issue, is it solved?
We have updated the build service doc, see here
About the parameters for build, see more details here

@allxiao allxiao closed this as completed Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Tracking
Projects
None yet
Development

No branches or pull requests

3 participants