Merge pull request #2412 from vterdunov/patch-1

Fix How Upgrades Work link to cluster.yaml
This commit is contained in:
Catherine Luse
2020-04-01 13:11:28 -07:00
committed by GitHub
@@ -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.]({{<baseurl>}}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 cant be accessed, resulting in downtime for the applications.
{{% /tab %}}
{{% /tabs %}}
{{% /tabs %}}