docs: add README.md
This commit is contained in:
parent
2edf914267
commit
4569a2232a
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Automated kubernetes cluster deployment on Proxmox VE
|
||||
|
||||
## Quick start
|
||||
|
||||
Create a file `.env`, which contains environment variables.
|
||||
|
||||
Example of a `.env` file:
|
||||
```
|
||||
# Proxmox VE host
|
||||
PROXMOX_HOST='pve.office.basealt.ru'
|
||||
# Proxmox VE user
|
||||
PROXMOX_USER='stepchenkoas'
|
||||
# Proxmox VE full username (e.g. username@BaseALT)
|
||||
PROXMOX_USER_FULL="${PROXMOX_USER}@BaseALT"
|
||||
# Proxmox VE user password
|
||||
PROXMOX_PASSWORD=super-secret-password
|
||||
# Whether VMs should be deleted at the start
|
||||
DELETE_VMS=1
|
||||
```
|
||||
|
||||
Then run the `run.sh` script.
|
||||
|
||||
```bash
|
||||
./run.sh
|
||||
```
|
||||
|
||||
TODO:
|
||||
- [ ] Add automatic deletion of created VMs after the tests are completed
|
Loading…
Reference in New Issue
Block a user