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

I am working through the steps documented in https://blog.alexellis.io/openfaas-cloud-for-development/ but can not complete the installation 1. `get.sh` script is incorrect, this is fixed with https://github.com/openfaas/ofc-bootstrap/pull/238 2. the blog post references...

## Expected Behaviour DirectFunctions is False, in openfaas install) (Or configurable in init.yml, default to false) ## Current Behaviour it's not specified so uses chart default ## Possible Solution pass...

This PR replaces the custom OFC installation scripts (shell script and golang) with the OFC Helm chart which is pulled from the OFC release specified in the init.yaml. This PR...

## Expected Behaviour I want to use `ofc-bootstrap` against an existing and configured cluster, which already has `cert-manager` installed and configured on it. But `ofc-bootstrap` is always going to install...

## Expected Behaviour I want to use `ofc-bootstrap` against an existing and configured cluster, which already has ingress controller installed and configured on it. But `ofc-bootstrap` is always going to...

There's a helm chart for OFC now, the idea is to move this into use here. this will also include #154 ## Expected Behaviour use new OFC Helm chart ##...

## Expected Behaviour There are some settings that we might want to change, such as RO Filesystem, min/max replicas for scaling etc in the gateway_config.yaml, can we make those configurable,...

Today the `templates/gateway_config.yml` includes many essential values. Some of them are exposed to overrides in `init.yaml` But several are not. I think the best approach is to have default possible...

help wanted
good first issue
skill/beginner
size/m
design/approved

apply.go is ca. 800 lines, it does everything, its hard to see what happens where. My IDE can be used to jump about, but logically separating stuff may be better?...

## Expected Behaviour Instead of giving cert-manager broad control of CloudFlare DNS, allow for a restricted token to be used. I found myself having to change apiKeySecretRef to apiTokenSecretRef and...