Skip to content

Commit

Permalink
Minor fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Dec 17, 2024
1 parent 1249724 commit 4854438
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions hack/runtime-migrator/README-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ cat ./runtime-migrator \

```
2024/11/22 17:05:28 INFO Starting runtime-migrator
2024/11/22 17:05:28 gardener-kubeconfig-path: /Users/i326211/Downloads/kubeconfig-garden-kyma-stage.yaml
2024/11/22 17:05:28 kcp-kubeconfig-path: /Users/i326211/dev/config/sap
2024/11/22 17:05:28 gardener-kubeconfig-path: /Users/myuser/Downloads/kubeconfig-garden-kyma-stage.yaml
2024/11/22 17:05:28 kcp-kubeconfig-path: /Users/myuser/dev/config/sap
2024/11/22 17:05:28 gardener-project-name: kyma-stage
2024/11/22 17:05:28 output-path: /tmp/
2024/11/22 17:05:28 dry-run: true
2024/11/22 17:05:28 input-type: txt
2024/11/22 17:05:28 input-file-path: /Users/i326211/dev/source/infrastructure-manager/hack/runtime-migrator/input/runtimes-stage-docs.txt
2024/11/22 17:05:28 input-file-path: /Users/myuser/dev/source/infrastructure-manager/hack/runtime-migrator/input/runtimes-stage-docs.txt
2024/11/22 17:05:28
2024/11/22 17:05:33 INFO Migrating runtimes
2024/11/22 17:05:33 INFO Reading runtimeIds from input file
Expand Down
16 changes: 8 additions & 8 deletions hack/shoot-comparator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ The output directory will contain the `result.txt` file. Exemplary content of th
```
Comparing files older than:0001-01-01 00:00:00 +0000 UTC
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test1/kim directory = 2
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test1/provisioner directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test1/kim directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test1/provisioner directory = 2
No differences found.
```
Expand All @@ -67,8 +67,8 @@ Exemplary content of the `result.txt` file:
```
Comparing files older than:0001-01-01 00:00:00 +0000 UTC
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2
Differences found.
Expand All @@ -84,19 +84,19 @@ The following is an example of the `result.txt` file when some files exist only
```
Comparing files older than:0001-01-01 00:00:00 +0000 UTC
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/kim directory = 22
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/provisioner directory = 157
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/kim directory = 22
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/provisioner directory = 157
Differences found.
------------------------------------------------------------------------------------------
Files existing in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/kim folder only:
Files existing in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/kim folder only:
- garden-kyma-dev-kim-pvc-test3.yaml
- garden-kyma-dev-kims-aws-pvc-shootCR.yaml
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
Files existing in /Users/i326211/dev/temp/kim-test/shoot-comparator/test3/provisioner folder only:
Files existing in /Users/myuser/dev/temp/kim-test/shoot-comparator/test3/provisioner folder only:
- garden-kyma-dev-a2f8da9.yaml
- garden-kyma-dev-a3008c5.yaml
------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions hack/shoot-comparator/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ The following is an example of the `result.txt` file content:
```
Comparing files older than:0001-01-01 00:00:00 +0000 UTC
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2
Number of files in /Users/i326211/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/kim directory = 2
Number of files in /Users/myuser/dev/temp/kim-test/shoot-comparator/test2/provisioner directory = 2
Differences found.
Expand Down

0 comments on commit 4854438

Please sign in to comment.