From bdfff4e8c559dc3b0057f1f27372500618a0231e Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Fri, 24 Jul 2020 09:25:08 +0100 Subject: [PATCH] Update roadmap and known-issues Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ace4f8d..e907e2e 100644 --- a/README.md +++ b/README.md @@ -155,12 +155,17 @@ Other operations are pending development in the provider such as: ### Backlog -* [ ] Monitor and restart any of the core components at runtime if the container stops -* [ ] Store and retrieve annotations in function spec +* [ ] [Store and retrieve annotations in function spec](https://github.com/openfaas/faasd/pull/86) - in progress +* [ ] Offer live rolling-updates, with zero downtime - requires moving to IDs vs. names for function containers * [ ] An installer for faasd and dependencies - runc, containerd +* [ ] 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 [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 +### Known-issues + +* [ ] [containerd can't pull image from Github Docker Package Registry](https://github.com/containerd/containerd/issues/3291) + ### Completed * [x] Provide a cloud-init configuration for faasd bootstrap