From 0dac712cd7b91368c97b9451580a11955db7d1d5 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Wed, 26 Feb 2025 22:30:25 -0500 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a97bb3..56243ec 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ 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