From 0fa70ea741f65127042ddb90e2b27fb7c0ca102d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 10 Oct 2021 16:29:15 +0200 Subject: [PATCH] README: Add some additional todos and ideas --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ea09d047..928bad7b5 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,11 @@ This toolchain is still under development. Before it will be used in production - [x] Automate overlay network deployment - [x] Use encrypted overlay network (wireguard) - [x] Automate cluster monitoring deployment -- [x] Automate ingress controller deployment +- [x] Automate ingress-controller deployment - [x] Automate policy enforcement (kyverno) deployment - [x] Provide an fully encrypted storage class (rook) -- [ ] Automate ingress controller default certificate deployment +- [ ] Automate ingress-controller default certificate deployment +- [ ] Automate ingress-controller configuration for proxy-protocol - [ ] Automate hetzner cloud integration deployment ([hetzner-cloud-controller-manager](https://git.shivering-isles.com/github-mirror/hetznercloud/hcloud-cloud-controller-manager)) - [ ] Document usage and thoughts in repository and blog posts - [ ] Automate deployment of Kubernetes @@ -103,6 +104,7 @@ This toolchain is still under development. Before it will be used in production - [ ] Automate system upgrades using Kubernetes - [ ] Automate system configuration using Kubernetes - [ ] Integrate with [hcloud-dynfw](https://git.shivering-isles.com/sheogorath/hcloud-dynfw) +- [ ] Automate deployment of [cluster autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/hetzner) Assumption --- -- GitLab