Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Etcd embedded obsolete note
Browse files Browse the repository at this point in the history
  • Loading branch information
Arau committed Mar 22, 2021
1 parent 8f14dbe commit 8012e1e
Show file tree
Hide file tree
Showing 609 changed files with 1,489 additions and 1,299 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
23 changes: 11 additions & 12 deletions docs/best-practices/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
<link rel="icon" type="image/png" href="/favicons/android-192x192.png" sizes="192x192">

<title>StorageOS Best Practices | </title><meta property="og:title" content="StorageOS Best Practices" />
<meta property="og:description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. An embedded etcd instance is included in the StorageOS container, but for production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
<meta property="og:description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. For production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
It is highly recommended to use external etcd for cloud environments and place the etcd cluster on stable nodes." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://docs.storageos.com/docs/best-practices/" />

<meta itemprop="name" content="StorageOS Best Practices">
<meta itemprop="description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. An embedded etcd instance is included in the StorageOS container, but for production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
<meta itemprop="description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. For production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
It is highly recommended to use external etcd for cloud environments and place the etcd cluster on stable nodes.">

<meta itemprop="wordCount" content="877">
<meta itemprop="wordCount" content="866">



<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="StorageOS Best Practices"/>
<meta name="twitter:description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. An embedded etcd instance is included in the StorageOS container, but for production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
<meta name="twitter:description" content="Use an external Etcd cluster StorageOS uses the etcd distributed key-value store to store essential cluster metadata and manage distributed configuration state. For production environments and testing of production workloads, we recommend deploying an external etcd cluster. For more details about, and an example of, how to run etcd, see the External etcd Operations page.
It is highly recommended to use external etcd for cloud environments and place the etcd cluster on stable nodes."/>


Expand Down Expand Up @@ -191,7 +191,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -225,7 +225,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -1140,12 +1140,11 @@
<h1>StorageOS Best Practices</h1>

<h2 id="use-an-external-etcd-cluster">Use an external Etcd cluster</h2>
<p>StorageOS uses the <code>etcd</code> distributed key-value store to store essential
cluster metadata and manage distributed configuration state. An embedded etcd
instance is included in the StorageOS container, but for production
environments and testing of production workloads, <strong>we recommend deploying an
external etcd cluster.</strong> For more details about, and an example of, how to run
etcd, see the <a href="/docs/operations/external-etcd">External etcd Operations</a> page.</p>
<p>StorageOS uses the <code>etcd</code> distributed key-value store to store essential cluster
metadata and manage distributed configuration state. For production environments
and testing of production workloads, <strong>we recommend deploying an external etcd
cluster.</strong> For more details about, and an example of, how to run etcd, see the
<a href="/docs/operations/external-etcd">External etcd Operations</a> page.</p>
<p>It is highly recommended to use external etcd for <strong>cloud environments</strong> and
place the etcd cluster on stable nodes. Placing the etcd on nodes that are
recycled often might affect the normal operations of StorageOS.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/clusters/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/compression/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/etcd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -225,7 +225,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -220,7 +220,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/namespaces/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/nodes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/policies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/replication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -225,7 +225,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/rwx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -231,7 +231,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/volumes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -228,7 +228,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down Expand Up @@ -217,7 +217,7 @@
aria-label="Search this site…"
autocomplete="off"

data-offline-search-index-json-src="/offline-search-index.9c4ccbc7f3530b871118b07c2c94e89f3ce93cd7555c5667b45c3df0702e6d2222b6acde56830e45f2b626a81d4d407d2912ac80c4177fe8fddf5b96854d793e.json"
data-offline-search-index-json-src="/offline-search-index.666c9b608ec4b1047b56d0b012df866285cd2b4215c0763805b8313bf82a2af367631526d8df08436f62470e2ce81af63493146b22906560427c25fb6bb5d49b.json"
data-offline-search-base-href="/"
>

Expand Down
Loading

0 comments on commit 8012e1e

Please sign in to comment.