Cannot deploy functions on single node cluster: RevisionMissing #140
XieGuochao
started this conversation in
General
Replies: 1 comment 3 replies
-
@XieGuochao you are running vHive with Firecracker. vSwarm yamls are written only for container-based and gVisor based isolation. One can easily modiy those yamls to run with Firecracker, by comparing the content of the yaml files in vHive and vSwarm. Please see the developer's guide on how to run with containers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I use
scripts/cloudlab/start_onenode_vhive_cluster.sh
to create a single node cluster on a QEMU-KVM VM with a fresh Ubuntu 20.04 image. The setup is done and the knative is up. However, when I try to deploy hello-world or other functions, the deployer hangs forever and knative reportsRevisionMissing : Configuration "helloworld-0" is waiting for a Revision to become ready.
To Reproduce
Then, in another terminal:
Expected behavior
Hello-world function should be deployed successfully.
Logs
Possible errors of
scripts/cloudlab/start_onenode_vhive_cluster.sh
:kn service list
(I tried both hello-world and decoder):tail -n 30 /tmp/ctrd-logs/ctrd.err
:tail -n 30 fccd.err
:tail -n 10 /tmp/otrd-logs/orch.out
:Beta Was this translation helpful? Give feedback.
All reactions