-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OpenFaas to kbrew registry #38
Conversation
@PrasadG193, can you have a look when you have time? Interessted if the recipe is okay so. |
@dirien Recipe LGTM. Is there a quick way to verify if the installation was correct? If there, it require some wait? |
Co-authored-by: Prasad Ghangal <[email protected]>
hi @sahil-lakhwani , the web ui should appear on http://:8080. Depending on how long it take to pull the image and startup time of the service. |
Ok, then I think there's no definitive way without waiting. We can go without that for now. |
hi @sahil-lakhwani: Small ping 😄 |
hey @dirien , I was out last till yesterday. Merging this. Thanks a lot! |
@sahil-lakhwani great thanks. FYI @alexellis ! |
Fixes #37
Hope it is right.
Kind regards,
How i tested it localy:
➜ kbrew-registry git:(main) ✗ cp recipes/openfaas.yaml /Users/dirien/.kbrew/registries/kbrew-dev/kbrew-registry/recipes/ ➜ kbrew-registry git:(main) ✗ kbrew install openfaas 🚀 Installing openfaas app... Version: 8.0.2 Pre-install dependencies: Post-install dependencies: --- ✓ Installing app openfaas in openfaas namespace ➜ kbrew-registry git:(main) ✗ kbrew remove openfaas 🧹 Uninstalling openfaas app and its dependencies... Dependencies: --- ✓ Removing app openfaas from openfaas namespace