From e01e601c0a35f1df167a00a69b2a55ae860fde4a Mon Sep 17 00:00:00 2001 From: James Carppe Date: Thu, 7 Sep 2023 23:11:39 +0000 Subject: [PATCH] GITBOOK-53: Update migrate stack title --- admin/environments/add/kube-create/microk8s.md | 2 +- user/docker/stacks/migrate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/environments/add/kube-create/microk8s.md b/admin/environments/add/kube-create/microk8s.md index a73da1f9..efe88754 100644 --- a/admin/environments/add/kube-create/microk8s.md +++ b/admin/environments/add/kube-create/microk8s.md @@ -9,7 +9,7 @@ Portainer consists of two elements, the _Portainer Server_ and the _Portainer Ag In order to connect to and deploy MicroK8s and the Portainer Agent on your existing infrastructure, you will need: * One or more Linux-based machines on which MicroK8s will be deployed. We have primarily tested on Ubuntu 20.04 LTS but most comparable Linux distributions should work. These machines can be bare metal servers or virtual machines. -* Root or passwordless sudo SSH access to the above machines on port `22`. This is needed in order to install MicroK8s. Portainer supports both password-based and key-based authentication. +* Root or sudo SSH access to the above machines on port `22`. This is needed in order to install MicroK8s. Portainer supports both password-based and key-based authentication. * The `snap` tool installed on the above machines. You can find installation instructions for most Linux distributions [at the Snapcraft website](https://snapcraft.io/docs/installing-snapd). The `snap` tool is used to install MicroK8s and any selected addons. * Communication between the Portainer Server and the above machines, as well as communication between the individual machines in the cluster. This is to ensure the Portainer Server can reach the machines both for the initial installation and for communication with the Portainer Agent once the cluster is up and running, and so that the cluster nodes can communicate with each other. diff --git a/user/docker/stacks/migrate.md b/user/docker/stacks/migrate.md index 0fbccfa0..b4b103e0 100644 --- a/user/docker/stacks/migrate.md +++ b/user/docker/stacks/migrate.md @@ -1,6 +1,6 @@ # Migrate or duplicate a stack -## Migrating a stack to another swarm cluster +## Migrating a stack From the menu select **Stacks** then select the stack you want to migrate.