openfaas / faasd

A lightweight & portable faas engine
https://store.openfaas.com/l/serverless-for-everyone-else
MIT License
2.97k stars 213 forks source link

Support request logging in #324

Closed lambda7xx closed 1 year ago

lambda7xx commented 1 year ago

Due diligence

My actions before raising this issue

I use the ./hack/install.sh to deploy the faasd on my machine

Then I run the faas-cli deploy -f ./hello-python.yml to deploy a example.

Then I meet this issue image

Why do you need this?

I use the openfaas as my research baseline

Who is this for?

What company is this for? Are you listed in the ADOPTERS.md file?

Expected Behaviour

Current Behaviour

Are you a GitHub Sponsor (Yes/No?)

Check at: https://github.com/sponsors/openfaas

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Your Environment

go version

containerd -version: containerd containerd.io 1.6.19 1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f

uname -a:  Linux ip-172-31-34-4 5.4.0-1094-aws #102~18.04.1-Ubuntu SMP Tue Jan 10 21:07:03 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/os-release:  VERSION="18.04.6 LTS (Bionic Beaver)"

faasd version: faasd version: 0.16.9   commit: e1d90bba609a55ca123d26e5b7e1ccfcfedf3e8f
alexellis commented 1 year ago

Hi @lambda7xx are there any contents in that file you're running into faas-cli login?

There's no known issues here, and I ran this workflow only a couple of days ago.

If faasd is new to you, I'd suggest you get a copy of the eBook, it's the manual for faasd and contains all the proper login commands etc.

I'm going to close this now as cannot reproduce. If you still have issues after buying the eBook and following the manual, come back and comment here again.

You'd probably find the tier with the video walk-through most helpful given that you got stuck here. It shows how to build/deploy a function, how to monitor faasd and what kinds of use-cases suit functions on a VM vs a large cluster.

Alex

alexellis commented 1 year ago

/set title: Support request logging in