From a725da986bc26ef8f351f8f2ac20e89e45e0c06b Mon Sep 17 00:00:00 2001 From: David Nuzik Date: Tue, 12 Nov 2019 18:45:25 -0700 Subject: [PATCH] Add Metrics Server back in to config page but link to older config page - Forgot about one comment Catherine had. I added a link to the older config page on the main config page. --- content/k3s/latest/en/configuration/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/k3s/latest/en/configuration/_index.md b/content/k3s/latest/en/configuration/_index.md index 5084f2c1c4e..a5f1b996abf 100644 --- a/content/k3s/latest/en/configuration/_index.md +++ b/content/k3s/latest/en/configuration/_index.md @@ -162,3 +162,7 @@ k3s agents can be configured with options `--node-label` and `--node-taint` whic --node-taint key1=value1:NoExecute ``` +Metrics Server +-------------- + +>**Note:** v1.0.0 and newer includes the metrics-server by default. For older versions of k3s, please visit [Configuration Info Prior to v1.0.0]({{< baseurl >}}/k3s/latest/en/configuration/older-configuration/).