Skip to content

Commit 6604742

Browse files
committed
README
1 parent 1c5e25c commit 6604742

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ This setup can host Clusterlust - the project to create a Kubernetes cluster wit
2121

2222
## Quick Start Windows/macOS/Ubuntu Laptop
2323

24+
This will download a pre-built image for the virtual machine with all software installed.
25+
2426
### Follow these steps to set up the environment:
2527

26-
1. You will need a Hypervisor to create a virtual machine on your machine with **Vagrant** (discussed below).
28+
1. You will need a Hypervisor to create a virtual machine. You can do that on your machine with **Vagrant** (discussed below), and one of:
2729
- [VirtualBox](https://www.virtualbox.org/), available for Windows/macOS/Linux
2830
- **Hyper-V** a Windows-only feature.
2931
- [Vagrant](https://www.vagrantup.com/) available for Windows/macOS/Linux, download and install.
@@ -36,8 +38,14 @@ This setup can host Clusterlust - the project to create a Kubernetes cluster wit
3638
5. Run `vagrant up` and take not of the IP address that is logged.
3739
6. Browse with https to the IP address. (NOTE: The certificate is self-signed at first.)
3840

41+
## Creating the virtual machine from source with Vagrant
42+
`vagrant up` in the source directory builds the Virtual machine with ansible playbooks.
43+
[VMWare Workstation or VMWare Fusion](https://blogs.vmware.com/workstation/2024/05/vmware-workstation-pro-now-available-free-for-personal-use.html)
44+
3945
## Quick Start AlmaLinux controller host
4046

47+
When you have a virtual machine with AlmaLinux 8, then you can just install the software.
48+
4149
### Prerequisites**:
4250

4351
**Note**: The `inventory/local` configuration is suitable for direct deployment on systems like Red Hat, AlmaLinux, Rocky Linux (8), or Ubuntu Jammy. In this setup, Vagrant and VirtualBox are not required.

0 commit comments

Comments
 (0)