From b7834e367f4bbc78e99496b4bb863cadb196d9a9 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 13 Apr 2022 10:33:22 +0100 Subject: [PATCH] Fix download page introduction Remove a level 1 heading; we don't use these. --- content/en/releases/download.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/releases/download.md b/content/en/releases/download.md index 6283838f8a..f34b678825 100644 --- a/content/en/releases/download.md +++ b/content/en/releases/download.md @@ -3,11 +3,9 @@ title: Download Kubernetes type: docs --- -# Core Kubernetes components - Kubernetes ships binaries for each component as well as a standard set of client applications to bootstrap or interact with a cluster. Components like the -Kube API Server are capable of running within container images inside of a +API server are capable of running within container images inside of a cluster. Those components are also shipped in container images as part of the official release process. All binaries as well as container images are available for multiple operating systems as well as hardware architectures.