Skip to content

Commit c8ebca2

Browse files
committed
Update backlog
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 05ec25a commit c8ebca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Backlog completed:
2323
- [x] Provision VMs/exit-nodes on public cloud
2424
- [x] Provision to [Packet.com](https://packet.com)
2525
- [x] Provision to DigitalOcean
26+
- [x] Provision to Scaleway
2627
- [x] Automatically update Service type LoadBalancer with a public IP
2728
- [x] Tunnel L7 `http` traffic
2829
- [x] In-cluster Role, Dockerfile and YAML files
@@ -31,16 +32,15 @@ Backlog completed:
3132
- [x] Ignore Services with `dev.inlets.manage: false` annotation
3233
- [x] Garbage collect hosts when Service or CRD is deleted
3334
- [x] CI with Travis (use openfaas-incubator/openfaas-operator as a sample)
34-
- [x] Provision to Scaleway
35+
- [x] Automate [`inlets-pro`](https://github.com/inlets/inlets-pro-pkg) for TCP traffic
3536

3637
Backlog pending:
3738

3839
- [ ] Automate `wss://` for control-port using self-signed certs or LetsEncrypt and nip.io
39-
- [ ] Move control-port and `/tunnel` endpoint to high port i.e. `31111`
40+
- [ ] Move control-port and `/tunnel` endpoint to high port i.e. `31111` and make it configurable in the helm chart
4041
- [ ] Provision to AWS EC2
4142
- [ ] Provision to GCP
42-
43-
- [ ] Automate [`inlets-pro`](https://github.com/inlets/inlets-pro-pkg) for TCP traffic
43+
- [ ] Provision to Civo
4444

4545
Inlets tunnels HTTP traffic at L7, so the inlets-operator can be used to tunnel HTTP traffic. A new project I'm working on called [inlets-pro](https://github.com/inlets/inlets-pro-pkg) tunnels any TCP traffic at L4 i.e. Mongo, Redis, NATS, SSH, TLS, whatever you like.
4646

0 commit comments

Comments
 (0)