Update README

This commit is contained in:
Garrett Mills 2025-02-26 22:29:58 -05:00
parent 958abcf5ac
commit 7c652479c7

View File

@ -4,7 +4,7 @@ P5x is a set of tools for running a Kubernetes cluster on LXC containers in Prox
Why? This allows the storage backend to be configured in Proxmox, instead of requiring a separate Kubernetes storage solution or local provisioner. It also makes Kubernetes volumes appear as native Proxmox disks _separate_ from the storage of the LXC container they're running on, which is much closer to a traditional cloud environment like EKS/GKE.
> **Before setting up the `csi-driver`, you must first deploy the P5x `api-server` component.** The `api-server` is required for all P5x components and manages communication between Kubernetes and the underlying Proxmox infrastructure.
> ⚠️ **Before setting up the `csi-driver`, you must first deploy the P5x `api-server` component.** The `api-server` is required for all P5x components and manages communication between Kubernetes and the underlying Proxmox infrastructure.
## Deployment