From de80496fcfcb64a454b8a471293531d18a27f169 Mon Sep 17 00:00:00 2001 From: Tedley Meralus Date: Wed, 4 Aug 2021 17:11:28 -0400 Subject: [PATCH 1/2] fixed small typo changed uprate to upgrade on line 12 --- content/en/docs/setup/production-environment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/_index.md b/content/en/docs/setup/production-environment/_index.md index fc99c31a7d..ca5aa7bd50 100644 --- a/content/en/docs/setup/production-environment/_index.md +++ b/content/en/docs/setup/production-environment/_index.md @@ -9,7 +9,7 @@ no_list: true A production-quality Kubernetes cluster requires planning and preparation. If your Kubernetes cluster is to run critical workloads, it must be configured to be resilient. This page explains steps you can take to set up a production-ready cluster, -or to uprate an existing cluster for production use. +or to upgrade an existing cluster for production use. If you're already familiar with production setup and want the links, skip to [What's next](#what-s-next). From 964ab4a274bfe928f405478c2a4f6dbd37799dd7 Mon Sep 17 00:00:00 2001 From: Tedley Meralus Date: Tue, 24 Aug 2021 23:57:00 -0400 Subject: [PATCH 2/2] changed uprate to promote changed word to better clarify actions used in kubernetes cluster --- content/en/docs/setup/production-environment/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/_index.md b/content/en/docs/setup/production-environment/_index.md index ca5aa7bd50..1611170ec9 100644 --- a/content/en/docs/setup/production-environment/_index.md +++ b/content/en/docs/setup/production-environment/_index.md @@ -9,7 +9,7 @@ no_list: true A production-quality Kubernetes cluster requires planning and preparation. If your Kubernetes cluster is to run critical workloads, it must be configured to be resilient. This page explains steps you can take to set up a production-ready cluster, -or to upgrade an existing cluster for production use. +or to promote an existing cluster for production use. If you're already familiar with production setup and want the links, skip to [What's next](#what-s-next).