From 625c2c043301253bc230c27a115b965ce7ec4ee0 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 30 Oct 2023 16:56:18 +0100 Subject: [PATCH] docs(README): Update TODO list --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5c2204b..324ffa0 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,10 @@ ## Setup -For ingress node connected to the internet, I recommend using a VPS of either choice, acting as the public input to the cluster. +For ingress node connected to the internet, I recommend using a VPS of either choice, acting as the public input to the cluster.
To do so, complete the IP in the `inventory/outsider.yml` file. This VPS needs to be pre-configured with [this script](https://git.halis.io/athens-school/ISO-repository/raw/branch/master/quick-installer.sh). -## Script -- Detect WSL or Linux +## TODO - Detect default network interface -- Inject network interface -- Gather IPs (vagrant ssh-config) -- Deploy Ansible playbook -- Download kubeconfig -- Ping cluster (kubectl get nodes)