Update 'README.md'
This commit is contained in:
parent
148115486b
commit
fa3f0b9d81
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue