From 5d0d6495ce5deab68d430a8999898d3d919473b4 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 23 Feb 2021 20:18:58 -0700 Subject: [PATCH] Remove 'Experimental' tag for embedded etcd --- content/k3s/latest/en/installation/datastore/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/k3s/latest/en/installation/datastore/_index.md b/content/k3s/latest/en/installation/datastore/_index.md index ca047436b97..f7baacab835 100644 --- a/content/k3s/latest/en/installation/datastore/_index.md +++ b/content/k3s/latest/en/installation/datastore/_index.md @@ -94,6 +94,6 @@ K3S_DATASTORE_KEYFILE='/path/to/client.key' \ k3s server ``` -### Embedded etcd for HA (Experimental) +### Embedded etcd for HA -Please see [High Availability with Embedded DB (Experimental)]({{}}/k3s/latest/en/installation/ha-embedded/) for instructions on how to run with this option. +Please see [High Availability with Embedded DB]({{}}/k3s/latest/en/installation/ha-embedded/) for instructions on how to run with this option.