From fa3f0b9d815b79f9a7c957cf35a40d5e16bfca5c Mon Sep 17 00:00:00 2001 From: dark Date: Tue, 4 Aug 2020 16:30:00 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 601a741..0675c2d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # Automated deploy of django-todo project. -This is Minicube version of https://git.ix.gs/public/coins-demo, I build it because the version with single node k8s still not stable in my test environment. I need some time to fix LB and CNI in QEMU. - -Minicube version of this deployment requires superuser (uid 0) permissions escalation via sudo. - ### Pre requires: 1. x86_64 deb based Linux distribution. Tested on Debian 9, but must work on any Debian based distro. 2. Internet access 3. GIT (`apt-get update && apt-get install -y git`) 4. Ansible (`apt-get update && apt-get install -y ansible`) +5. sudo (`apt-get update && apt-get install -y sudo`) ### Known bugs and limitation: 1. This solution not working on VirtualBox, but working fine on bare metal Debian installation.