-
Notifications
You must be signed in to change notification settings - Fork 15
appsody operator fails to deploy with knative enabled #183
Comments
The To solve this, you'd need to specify readinessProbe:
failureThreshold: 12
httpGet:
path: /health/ready
port: 9080
initialDelaySeconds: 5
periodSeconds: 2
timeoutSeconds: 1 |
Here is the Knative Serving code validating Knative service: |
@dacleyra - can you please try out navid's suggestion as a workaround to unblock this? @navidsh / @leochr - can you please open an issue against the appsody stack template to make this update? |
@arthurdm Seems like all the stacks except |
Is this issue still valid? |
Bug Report
What did you do?
Deploy default java-microprofile stack application using kabanero collection, with knative enabled
https://github.com/kabanero-io/sample-java-microprofile
What did you expect to see?
Successful appsodyapplication deploy
What did you see instead?
failure to deploy
Environment
Appsody Stack: kabanero/java-microprofile
https://github.com/kabanero-io/collections/releases/download/0.3.0-rc.3/kabanero-index.yaml
Kubernetes version information: OCP 4.2
Client Version: v4.3.0
Server Version: 4.2.0
Kubernetes Version: v1.14.6+2e5ed54
Possible solution
Additional context
The text was updated successfully, but these errors were encountered: