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:
Steve Francis 2022-08-09 11:22:34 -07:00 committed by Spencer Smith
parent 6eefa9d9cb
commit 00c3ee3ac3
No known key found for this signature in database
GPG Key ID: 036C4E711644C223
3 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,7 @@ description: "Hardware requirements for running Talos Linux."
</thead>
<tbody>
<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">2</td>
</tr>
@ -40,7 +40,7 @@ description: "Hardware requirements for running Talos Linux."
</thead>
<tbody>
<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">4</td>
</tr>

View File

@ -23,8 +23,7 @@ Talos cluster bootstrap flow:
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.
One of the control plane nodes is chosen as the bootstrap node.
The node's type can be either `init` or `controlplane`, where the `controlplane` type is promoted using the bootstrap API (`talosctl bootstrap`).
One of the control plane nodes is chosen as the bootstrap node, and 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.
> Note: there should be only one bootstrap node for the cluster lifetime.

View File

@ -197,7 +197,7 @@ while [[ "$CP_COUNT" -lt 4 ]]; do
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