mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-17 15:31:34 +01:00
docs: remove obsolete references to init nodes
This PR removes obsolete references Signed-off-by: Steve Francis <steve.francis@talos-systems.com> Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
This commit is contained in:
parent
6eefa9d9cb
commit
00c3ee3ac3
@ -16,7 +16,7 @@ description: "Hardware requirements for running Talos Linux."
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border px-4 py-2">Init/Control Plane</td>
|
<td class="border px-4 py-2">Control Plane</td>
|
||||||
<td class="border px-4 py-2">2GB</td>
|
<td class="border px-4 py-2">2GB</td>
|
||||||
<td class="border px-4 py-2">2</td>
|
<td class="border px-4 py-2">2</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -40,7 +40,7 @@ description: "Hardware requirements for running Talos Linux."
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border px-4 py-2">Init/Control Plane</td>
|
<td class="border px-4 py-2">Control Plane</td>
|
||||||
<td class="border px-4 py-2">4GB</td>
|
<td class="border px-4 py-2">4GB</td>
|
||||||
<td class="border px-4 py-2">4</td>
|
<td class="border px-4 py-2">4</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -23,8 +23,7 @@ Talos cluster bootstrap flow:
|
|||||||
All nodes start the `kubelet` service.
|
All nodes start the `kubelet` service.
|
||||||
The `kubelet` tries to contact the control plane endpoint, but as it is not up yet, it keeps retrying.
|
The `kubelet` tries to contact the control plane endpoint, but as it is not up yet, it keeps retrying.
|
||||||
|
|
||||||
One of the control plane nodes is chosen as the bootstrap node.
|
One of the control plane nodes is chosen as the bootstrap node, and promoted using the bootstrap API (`talosctl bootstrap`).
|
||||||
The node's type can be either `init` or `controlplane`, where the `controlplane` type is promoted using the bootstrap API (`talosctl bootstrap`).
|
|
||||||
The bootstrap node initiates the `etcd` bootstrap process by initializing `etcd` as the first member of the cluster.
|
The bootstrap node initiates the `etcd` bootstrap process by initializing `etcd` as the first member of the cluster.
|
||||||
|
|
||||||
> Note: there should be only one bootstrap node for the cluster lifetime.
|
> Note: there should be only one bootstrap node for the cluster lifetime.
|
||||||
|
|||||||
@ -197,7 +197,7 @@ while [[ "$CP_COUNT" -lt 4 ]]; do
|
|||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
> Make a note of the resulting `PrivateIpAddress` from the init and controlplane nodes for later use.
|
> Make a note of the resulting `PrivateIpAddress` from the controlplane nodes for later use.
|
||||||
|
|
||||||
#### Create the Worker Nodes
|
#### Create the Worker Nodes
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user