Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Karaluch <grzegorz.karaluch@sap.com>
  • Loading branch information
akgalwas and grego952 authored Nov 21, 2024
1 parent 77adbe6 commit 96cf00b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/runtime-migrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ cat ./runtime-migrator \
```

The above **execution example** will:
1. take the input from `input/runtimeIds.json` file (json with runtime identifiers array)
1. take the input from the `input/runtimeIds.json` file (json with runtime identifiers array)
1. proceed only with Runtime CRs creation for clusters listed in the input
1. save output files in the `/tmp/<generated name>` directory. The output directory contains the following:
- `migration-results.json` - the output file with the migration results
- `runtimes` - the directory with the Runtime CRs files
- `comparison-results` - the directory with the files generated during the comparison process
1. They will not be applied on the KCP cluster (`dry-run` mode)

The input can be also provided in a form of text file:
The input can be also provided in the form of a text file:
```bash
cat ./runtime-migrator \
-gardener-kubeconfig-path=/Users/myuser/gardener-kubeconfig.yml \
Expand Down

0 comments on commit 96cf00b

Please sign in to comment.