From 7eb1c17dd1d8b0a929a59018e72c60252d95c9af Mon Sep 17 00:00:00 2001 From: Terdunov Vyacheslav Date: Wed, 1 Apr 2020 13:58:04 +0400 Subject: [PATCH] Fix How Upgrades Work link to cluster.yaml --- content/rke/latest/en/upgrades/how-upgrades-work/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rke/latest/en/upgrades/how-upgrades-work/_index.md b/content/rke/latest/en/upgrades/how-upgrades-work/_index.md index b5dd4af8c4b..99eba360c5f 100644 --- a/content/rke/latest/en/upgrades/how-upgrades-work/_index.md +++ b/content/rke/latest/en/upgrades/how-upgrades-work/_index.md @@ -62,7 +62,7 @@ Because RKE addons are necessary for allowing traffic into the cluster, they wil For more information on configuring the number of replicas for each addon, refer to [this section.](#replicas-for-rke-addons) -For an example showing how to configure the addons, refer to the [example cluster.yml.](#example-cluster-yml) +For an example showing how to configure the addons, refer to the [example cluster.yml.]({{}}rke/latest/en/upgrades/configuring-strategy/#example-cluster-yml) {{% /tab %}} {{% tab "RKE prior to v1.1.0" %}} @@ -87,4 +87,4 @@ Worker nodes are upgraded simultaneously, in batches of either 50 or the total n When a worker node is upgraded, it restarts several Docker processes, including the `kubelet` and `kube-proxy`. When `kube-proxy` comes up, it flushes `iptables`. When this happens, pods on this node can’t be accessed, resulting in downtime for the applications. {{% /tab %}} -{{% /tabs %}} \ No newline at end of file +{{% /tabs %}}