Update 'README.md'

This commit is contained in:
dark 2020-08-04 16:30:00 +00:00
parent 148115486b
commit fa3f0b9d81

View file

@ -1,14 +1,11 @@
# Automated deploy of django-todo project. # 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: ### Pre requires:
1. x86_64 deb based Linux distribution. Tested on Debian 9, but must work on any Debian based distro. 1. x86_64 deb based Linux distribution. Tested on Debian 9, but must work on any Debian based distro.
2. Internet access 2. Internet access
3. GIT (`apt-get update && apt-get install -y git`) 3. GIT (`apt-get update && apt-get install -y git`)
4. Ansible (`apt-get update && apt-get install -y ansible`) 4. Ansible (`apt-get update && apt-get install -y ansible`)
5. sudo (`apt-get update && apt-get install -y sudo`)
### Known bugs and limitation: ### Known bugs and limitation:
1. This solution not working on VirtualBox, but working fine on bare metal Debian installation. 1. This solution not working on VirtualBox, but working fine on bare metal Debian installation.