From c3d51a59bcdea84a81bf75e51ad3b1f0be7936cc Mon Sep 17 00:00:00 2001 From: dark Date: Fri, 31 Jul 2020 09:33:56 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index b0735dc..5678d74 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,26 @@ # [WiP] PoC of DevOps magic ### Pre requires: -1) Any x86_64 Linux distribution tested on Debian 10, but must work on any modern Linux system -2) DHCP in network -3) wget -4) bash/dash shell +1. Any x86_64 Linux distribution tested on Debian 10, but must work on any modern Linux system +2. DHCP in network +3. wget +4. bash/dash shell ### Known bugs and limitation: -1) Automated Keymap selection not working in the bootstrap process. You must hit Enter key. -2) Swap automatically created in the bootstrap process, I can't switch it off now. As a result, the minimum image size must be 8Gb or more. -3) It's still dirty, most exceptions during bootstrap still not handled +1. Automated Keymap selection not working in the bootstrap process. You must hit Enter key. +2. Swap automatically created in the bootstrap process, I can't switch it off now. As a result, the minimum image size must be 8Gb or more. +3. It's still dirty, most exceptions during bootstrap still not handled ### For start adventures: -1) just clone this repo -2) go to the repo directory -3) and type *./runme.sh* in your shell +1. just clone this repo +2. go to the repo directory +3. and type *./runme.sh* in your shell ### What happened after you run this script: -1) We bootup in-userspace VM and starting the automated installation of Debian 9 with docker and common automation tools (docker, git, ansible, helm, werf and etc). ----ToDo--- -2) Bootstrapping one node Kubernates cluster (LOL we invented minicube without minicube limitations) -3) Installing Ingress with Helm -4) Installing docker-repository in our shiny Kube (we are lazy of course we use Helm for it) -5) Installing Postgress into Kube 0_o -6) Deploying test service with Helm/Werf -... -n) PROFIT!!!1 \ No newline at end of file +1. We bootup in-userspace VM and starting the automated installation of Debian 9 with docker and common automation tools (docker, git, ansible, helm, werf and etc). +2. Bootstrapping one node Kubernates cluster (LOL we invented minicube without minicube limitations) +3. Installing Ingress with Helm +4. Installing docker-repository in our shiny Kube (we are lazy of course we use Helm for it) +5. Installing Postgress into Kube 0_o +6. Deploying test service with Helm/Werf +256. PROFIT!!!1 \ No newline at end of file