openfaas / faas-netes

Serverless Functions For Kubernetes
https://www.openfaas.com
MIT License
2.12k stars 473 forks source link

Deploy Error:"the Community Edition license agreement only supports public images" #1217

Closed Lsgoose closed 3 months ago

Lsgoose commented 3 months ago

Current Behaviour

When I try to deploy a function after build and push it, problem occurs as follows: image It's weird that when I used the openfaas ui to deploy a store function it still failed: 469681a1cda73325c824b927b5de26c6 Both the pictures mentioned that "the Community Edition license agreement only supports public images". But I cannot even deply the store functions. So it confused me for days. I tried to pull my images pushed to my docker registry using "docker pull lsgoose/hello:latest", but it still failed: image

Your Environment

alexellis commented 3 months ago

This message clearly explains the situation. If you'd like to know more, please feel free to review a comparison here.

alexellis commented 3 months ago

No issue with deploying store functions from the classic UI portal, or the CLI to OpenFaaS CE:

image

If you're a hobbyist user, faasd may suit you better, which does have support for private images.

https://github.com/openfaas/faasd