Open
Description
Describe the bug
For node runtime, after running kn faas build
. Running kn faas deploy
fails with
Error: knative deployer failed to wait for the service to become ready: timeout: service 'testdaynodefunc' not ready after 60 seconds
To Reproduce
Steps to reproduce the behavior:
- kn faas init -l node
- kn faas build
- docker images | grep
- kn faas deploy
Expected behavior
successful deploy of the function
Screenshots
Deploying Function to cluster:
Creating Knative Service: testdaynodefunc
Waiting for Knative Service to become ready
Error: knative deployer failed to wait for the service to become ready: timeout: service 'testdaynodefunc' not ready after 60 seconds
docker images | grep testday
testdayquarkfunction latest fb2b0f91d03c 40 years ago 394MB
Desktop (please complete the following information):
- OS: macOs
- Browser if applicable [e.g. chrome, safari]
Additional context
Looks like push to quay.io is part of deploy step and since quay.io repo needs to be made public beforehand. This fails due to unavailability of the image.
Metadata
Assignees
Labels
No labels
Activity