Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpillon authored Sep 14, 2024
1 parent 3bdf6ab commit 104d30b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Key features include:
- **Calico / Cilium + Multus**: Provides a robust networking solution.
- **TopoLVM Volume Manager**: Facilitates Persistent Volume Claims (PVCs) using logical volume management.
- **NGINX Ingress Controller**: Manages external access to services in the cluster.
- **Kubevirt**: run VM inside Kubernetes managed by [kubevirt-manager](https://kubevirt-manager.io/).
- **ARGOCD**: CI/CD for your installation.
- **Kubevirt**: run VM inside Kubernetes managed by [kubevirt-manager](https://kubevirt-manager.io/). (Optional)
- **ARGOCD**: CI/CD for your installation. (Optional)

## Why k4all?
- 1st time, it's ok.
Expand Down Expand Up @@ -72,6 +72,10 @@ To create a bootable USB device with the `k4all` ISO:

Sometimes, the installation, could give you errors. When you login you may see some failed units. Run the command `journalctl -xu <failed_unit>` to see error details. _Feel free to comtibute, opening an issue_ :)

During installation you can run `install-status.sh` to monitor the installation status. When the installation is completed, all the services should be in `loaded active exited` state. take a look to te pods also with `kubectl get pods -A`

Be Aware: during the installation phase, some failing logs are normal!

## Building the ISO

1. Ensure all dependencies (Podman or Docker) are installed.
Expand Down Expand Up @@ -101,4 +105,4 @@ Many thanks to:
Let's take a look to [Openshift Single Node](https://docs.openshift.com/container-platform/latest/installing/installing_sno/install-sno-installing-sno.html)

## References
- [kubevirt-manager.io](https://kubevirt-manager.io/)
- [kubevirt-manager.io](https://kubevirt-manager.io/)

0 comments on commit 104d30b

Please sign in to comment.