From dd5a88fe5d0705fc48a9b351040ba2f1bf1e1d73 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Fri, 17 Dec 2021 15:06:48 +0100 Subject: [PATCH] make sure seeding happens. (#527) --- offline/upgrading.md | 47 ++++++++++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/offline/upgrading.md b/offline/upgrading.md index 1f50ac395..0821870fa 100644 --- a/offline/upgrading.md +++ b/offline/upgrading.md @@ -105,37 +105,30 @@ minio_deeplink_domain = prefix- # move the kubeconfig -old versions of the package contained the kubeconfig at ansible/kubeconfig. +old versions of the package contained the kubeconfig at ansible/kubeconfig. newer ones create a directory at ansible/inventory/offline/artifacts, and place the kubeconfig there, as 'admin.conf' +If your deployment package uses the old style, then in the place where you are keeping your new package: +``` mkdir ansible/inventory/offline/artifacts -cp ansible/kubeconfig ansible/inventory/offline/artifacts/admin.conf - - -### Marking kubenode for calling server (SFT) - -The SFT Calling server should be running on a kubernetes nodes that are connected to the public internet. -If not all kubernetes nodes match these criteria, you should specifically label the nodes that do match -these criteria, so that we're sure SFT is deployed correctly. - - -By using a `node_label` we can make sure SFT is only deployed on a certain node like `kubenode4` +cp ../