docs: warn about secretboxEncryptionSecret in kubeadm migration guide

Migrating from kubeadm fix.

Signed-off-by: Thomas Lemarchand <tlemarchand@users.noreply.github.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Thomas Lemarchand 2023-07-22 11:24:46 +02:00 committed by Andrey Smirnov
parent 786e86f5b8
commit 003cbd1611
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -90,7 +90,8 @@ you can do the following:
- `.cluster.network.serviceSubnets[0]` with the value of the `networking.serviceSubnet` from the previous step
- `.cluster.network.dnsDomain` with the value of the `networking.dnsDomain` from the previous step
7. Go through the rest of `controlplane.yaml` and `worker.yaml` to customize them according to your needs.
7. Go through the rest of `controlplane.yaml` and `worker.yaml` to customize them according to your needs, especially :
- `.cluster.secretboxEncryptionSecret` should be either removed if you don't currently use `EncryptionConfig` on your `kube-apiserver` or set to the correct value
8. Bring up a Talos node to be the initial Talos control plane node.