From 8fcedfdcd71f9a6af460b3b35d4045b3dbac1305 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Fri, 12 Oct 2018 10:25:09 -0700 Subject: [PATCH] making changes for Prachi's feedback --- content/rancher/v2.x/en/v1.6-migration/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/v1.6-migration/_index.md b/content/rancher/v2.x/en/v1.6-migration/_index.md index a56fa00d2d0..0ae95ff40b3 100644 --- a/content/rancher/v2.x/en/v1.6-migration/_index.md +++ b/content/rancher/v2.x/en/v1.6-migration/_index.md @@ -69,7 +69,7 @@ To help with migration from 1.6 to 2.0, Rancher has developed a migration tool. This tool will: - Accept Docker Compose config files (i.e., `docker-compose.yml` and `rancher-compose.yml`) that you've exported from your Rancher 1.6 Stacks. -- Output a list of constructs present in the Compose files that cannot be supported by Kubernetes in Rancher 2.0. These constructs require special handling or parameters that cannot be converted to Kubernetes YAML, even using tools like Kompose. +- Output a list of constructs present in the Compose files that cannot be supported by Kubernetes in Rancher 2.0. These constructs require special handling or are parameters that cannot be converted to Kubernetes YAML, even using tools like Kompose. ### A. Download the Migration Tool @@ -117,11 +117,13 @@ When using the Migration Tool, you can specify the paths to your Docker and Ranc | Option | Description | | ---------------------- | -------------------------------------------------------------------------------------- | -| `--docker-file ` | The absolute path to an exported Docker compose file (default value: `docker-compose.yml`) | -| `--rancher-file ` | The absolute path to an alternate Rancher compose file (default value: `rancher-compose.yml`) | +| `--docker-file ` | The absolute path to an exported Docker compose file (default value: `docker-compose.yml`)1. | +| `--rancher-file ` | The absolute path to an alternate Rancher compose file (default value: `rancher-compose.yml`)1. | | `--help, -h` | Lists usage for the Migration Tool. | | `--version, -v` | Lists the version of the Migration Tool in use. | +>1 If you omit the `--docker-file` and `--rancher-file` options from your command, the migration tool will check its home directory for compose files. + #### Output After you run the migration tool, the following files output to the same directory that you ran the tool from.