From de80496fcfcb64a454b8a471293531d18a27f169 Mon Sep 17 00:00:00 2001 From: Tedley Meralus Date: Wed, 4 Aug 2021 17:11:28 -0400 Subject: [PATCH] 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).