Skip to content

Instantly share code, notes, and snippets.

@oke-py
Created September 1, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oke-py/b32a42ef7ff750dd47909ef9683e6d66 to your computer and use it in GitHub Desktop.
Save oke-py/b32a42ef7ff750dd47909ef9683e6d66 to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 fb6364d <file>
diff --git a/content/en/docs/setup/best-practices/multiple-zones.md b/content/en/docs/setup/best-practices/multiple-zones.md
index ba58df028..7c2622641 100644
--- a/content/en/docs/setup/best-practices/multiple-zones.md
+++ b/content/en/docs/setup/best-practices/multiple-zones.md
@@ -5,16 +5,16 @@ reviewers:
- quinton-hoole
title: Running in multiple zones
weight: 10
-content_template: templates/concept
+content_type: concept
---
-{{% capture overview %}}
+<!-- overview -->
This page describes how to run a cluster in multiple zones.
-{{% /capture %}}
-{{% capture body %}}
+
+<!-- body -->
## Introduction
@@ -78,7 +78,7 @@ federation support).
a single master node by default. While services are highly
available and can tolerate the loss of a zone, the control plane is
located in a single zone. Users that want a highly available control
-plane should follow the [high availability](/docs/admin/high-availability) instructions.
+plane should follow the [high availability](/docs/setup/production-environment/tools/kubeadm/high-availability/) instructions.
### Volume limitations
The following limitations are addressed with [topology-aware volume binding](/docs/concepts/storage/storage-classes/#volume-binding-mode).
@@ -401,4 +401,4 @@ KUBERNETES_PROVIDER=aws KUBE_USE_EXISTING_MASTER=true KUBE_AWS_ZONE=us-west-2b k
KUBERNETES_PROVIDER=aws KUBE_AWS_ZONE=us-west-2a kubernetes/cluster/kube-down.sh
```
-{{% /capture %}}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment