From 003cbd161196375edc8ee5033be62014eb88202e Mon Sep 17 00:00:00 2001 From: Thomas Lemarchand Date: Sat, 22 Jul 2023 11:24:46 +0200 Subject: [PATCH] docs: warn about secretboxEncryptionSecret in kubeadm migration guide Migrating from kubeadm fix. Signed-off-by: Thomas Lemarchand Signed-off-by: Andrey Smirnov --- website/content/v1.5/advanced/migrating-from-kubeadm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/v1.5/advanced/migrating-from-kubeadm.md b/website/content/v1.5/advanced/migrating-from-kubeadm.md index c6f310286..1b08f404e 100644 --- a/website/content/v1.5/advanced/migrating-from-kubeadm.md +++ b/website/content/v1.5/advanced/migrating-from-kubeadm.md @@ -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.