ofc-bootstrap icon indicating copy to clipboard operation
ofc-bootstrap copied to clipboard

Bootstrap OpenFaaS Cloud for your team

Results 21 ofc-bootstrap issues
Sort by recently updated
recently updated
newest added

This feature would add a ‘ofc-bootstrap check -f init.yaml’ command which would run through a number of diagnostics and advise the user of the status of their deployment. To start...

help wanted
skill/intermediate
size/l

The github app creation command on ofc-bootstrap can create a github app on a user, but not an organisation, The docs state that creating with a manifest is only supported...

## Expected Behaviour Installation should complete successfully. ## Current Behaviour Installations ends with a lot of > Failed to connect to 127.0.0.1 port 31111: Connection refused And the OpenFaaS Cloud...

We should move to using faas-cli to fetch the kubeseal secret from the cluster once its created rather than using bash, This is now possible because of this feature https://github.com/openfaas/faas-cli/pull/730...

Add Linkerd as add-on ## Expected Behaviour It'd be great to be able to pick `linkerd_enable: true` in init.yaml or something similar to that and have it download their CLI,...

It could be nice to have possible not only create secrets the first time you run ofc-bootstrap, but it could also be helpful to update all the secrets at once...

When working with ofc-bootstrap in a daily based for developing but also make it ready for production through more automation, it could be helpful to execute the ofc-bootstrap, so it...

Some suggestions to make the readme easier to read and follow along ## Expected Behaviour No doubt when "pulling the trigger" and executing the ofc-bootstrap. Knowing that you've completed all...

All functions currently run as non-root given that they must use certain templates which are non-root. The Dockerfile template is currently turned off but represents a way that a user...

priority/high

We can use the blocking command ## Expected Behaviour We can use `kubectl rollout status` instead of looping to see if various services / deployments have come up / are...

help wanted
good first issue
skill/beginner