From 9ab26f3cc54994ce4862fb78d49993032d15249a Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Mon, 13 Jan 2025 10:50:54 +0530 Subject: [PATCH] Updated docs of k8s Signed-off-by: AmbrishRamachandiran --- docs/deployment/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/k8s.md b/docs/deployment/k8s.md index 1a225d6d12..aae49b6069 100644 --- a/docs/deployment/k8s.md +++ b/docs/deployment/k8s.md @@ -169,7 +169,7 @@ Kubernetes definitions in a single file and apply them at the same time. Note the volume `type: local`; this creates a volume using local disk on Kubernetes nodes. More likely in a production scenario, you'd want to use a more highly available -[type of PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes). +[types of PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#types-of-persistent-volumes). Apply the storage volume and claim to the Kubernetes cluster: