From 66abf58628f4f33a6f5799d777311352a4f2563e Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 27 Aug 2024 18:20:23 -0700 Subject: [PATCH] Fix some misspellings of 'Kubernetes'. --- .../operate/kubernetes/recommendations/persistent-volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/operate/kubernetes/recommendations/persistent-volumes.md b/content/operate/kubernetes/recommendations/persistent-volumes.md index b85651076f..e7fec0eb72 100644 --- a/content/operate/kubernetes/recommendations/persistent-volumes.md +++ b/content/operate/kubernetes/recommendations/persistent-volumes.md @@ -33,7 +33,7 @@ spec should include a *persistentSpec* section, in the Persistence storage is a requirement for production deployments. {{< note >}} -For **production deployments** of Redis Enterprise Cluster on Kubenetes, +For **production deployments** of Redis Enterprise Cluster on Kubernetes, the Redis Enterprise Cluster (REC) must be deployed with persistence enabled. The REC deployment files in the [Kubernetes documentation](https://github.com/RedisLabs/redis-enterprise-k8s-docs) contain this declaration by default. {{< /note >}} @@ -53,7 +53,7 @@ Persistent volume claims can be expanded, but not reduced after creation. See [E {{< note >}} We recommend that you omit the volumeSize definition from the REC declaration -so that the Redis Enterprise Cluster deployment on Kubenetes use the default volume size. +so that the Redis Enterprise Cluster deployment on Kubernetes use the default volume size. {{< /note >}} ## Storage class name