andxu / andy_remote

0 stars 0 forks source link

azds up failed #7

Open testforstephen opened 6 years ago

testforstephen commented 6 years ago
> Executing task: C:\Program Files\Microsoft SDKs\Azure\Azure Dev Spaces CLI (Preview)\azds.exe up --port=57583:7000 --detach -- /javadebug/start.sh java -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000 -jar target/webfrontend-0.1.0.jar <

Using AKS cluster: 'andyAKSCluster4'
Synchronizing files...7s
Installing chart...4s
Building container image...
Step 1/8 : FROM maven:3.5-jdk-8-slim
Step 2/8 : EXPOSE 8080
Step 3/8 : WORKDIR /usr/src/app
Step 4/8 : COPY pom.xml .
Step 5/8 : RUN /usr/local/bin/mvn-entrypoint.sh mvn verify clean --fail-never
Step 6/8 : COPY . .
Step 7/8 : RUN mvn package
Step 8/8 : CMD java -jar target/webfrontend-0.1.0.jar
Built container image in 17s
Waiting for container...pods/webfrontend-5766f7569c-ch64n: Unhealthy: Liveness probe failed: Get http://10.244.0.47:8080/: EOF