mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 00:46:47 +00:00
Update roadmap
This commit is contained in:
parent
1da2763a96
commit
ff9225d45e
12
README.md
12
README.md
@ -246,12 +246,10 @@ Other operations are pending development in the provider such as:
|
|||||||
* [ ] An installer for faasd and dependencies - runc, containerd
|
* [ ] An installer for faasd and dependencies - runc, containerd
|
||||||
* [ ] Monitor and restart any of the core components at runtime if the container stops
|
* [ ] Monitor and restart any of the core components at runtime if the container stops
|
||||||
* [ ] Provide ufw rules / example for blocking access to everything but a reverse proxy to the gateway container
|
* [ ] Provide ufw rules / example for blocking access to everything but a reverse proxy to the gateway container
|
||||||
* [ ] Provide [simple Caddyfile example](https://blog.alexellis.io/https-inlets-local-endpoints/) in the README showing how to expose the faasd proxy on port 80/443 with TLS
|
* [ ] Multiple replicas per function
|
||||||
|
|
||||||
### Known-issues
|
### Known-issues
|
||||||
|
|
||||||
* [ ] [containerd can't pull image from Github Docker Package Registry](https://github.com/containerd/containerd/issues/3291)
|
|
||||||
|
|
||||||
### Completed
|
### Completed
|
||||||
|
|
||||||
* [x] Provide a cloud-init configuration for faasd bootstrap
|
* [x] Provide a cloud-init configuration for faasd bootstrap
|
||||||
@ -271,8 +269,12 @@ Other operations are pending development in the provider such as:
|
|||||||
* [x] Setup custom working directory for faasd `/var/lib/faasd/`
|
* [x] Setup custom working directory for faasd `/var/lib/faasd/`
|
||||||
* [x] Use CNI to create network namespaces and adapters
|
* [x] Use CNI to create network namespaces and adapters
|
||||||
* [x] Optionally expose core services from the docker-compose.yaml file, locally or to all adapters.
|
* [x] Optionally expose core services from the docker-compose.yaml file, locally or to all adapters.
|
||||||
|
* [x] ~~[containerd can't pull image from Github Docker Package Registry](https://github.com/containerd/containerd/issues/3291)~~ ghcr.io support
|
||||||
|
* [x] Provide [simple Caddyfile example](https://blog.alexellis.io/https-inlets-local-endpoints/) in the README showing how to expose the faasd proxy on port 80/443 with TLS
|
||||||
|
* [x] Annotation support
|
||||||
|
* [x] Hard memory limits for functions
|
||||||
|
* [ ] Terraform for DigitalOcean
|
||||||
|
|
||||||
WIP:
|
WIP:
|
||||||
|
|
||||||
* [ ] Annotation support (PR ready)
|
* [ ] Terraform for AWS
|
||||||
* [ ] Hard memory limits for functions (PR ready)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user