-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add readme files for Backup and Restore #596
Conversation
Code review Co-authored-by: Michał 'Disper' Drzewiecki <[email protected]>
…d` label is being checked when looking for shoot
hack/runtime-migrator/README-rr.md
Outdated
| **output-path** | Path where generated report, and yamls will be saved. Directory has to exist. | `/tmp/` | | ||
| **dry-run** | Dry-run flag. Has to be set to **false**, otherwise migrator will not apply the CRs on the KCP cluster. | `true` | | ||
| **input-type** | Type of input to be used. Possible values: **txt** (will expect text file with one runtime identifier per line, [see the example](input/runtimeids_sample.txt)), and **json** (will expect `json` array with runtime identifiers, [see the example](input/runtimeids_sample.json)). | `json` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **input-type** | Type of input to be used. Possible values: **txt** (will expect text file with one runtime identifier per line, [see the example](input/runtimeids_sample.txt)), and **json** (will expect `json` array with runtime identifiers, [see the example](input/runtimeids_sample.json)). | `json` | | |
| **input-type** | Type of input to be used. Possible values: **txt** (expects a text file with one runtime identifier per line, [see the example](input/runtimeids_sample.txt)), and **json** (expects a `json` array with runtime identifiers, [see the example](input/runtimeids_sample.json)). | `json` | |
hack/runtime-migrator/README-rr.md
Outdated
| **dry-run** | Dry-run flag. Has to be set to **false**, otherwise migrator will not apply the CRs on the KCP cluster. | `true` | | ||
| **input-type** | Type of input to be used. Possible values: **txt** (will expect text file with one runtime identifier per line, [see the example](input/runtimeids_sample.txt)), and **json** (will expect `json` array with runtime identifiers, [see the example](input/runtimeids_sample.json)). | `json` | | ||
| **input-file-path** | Path to the file containing Runtimes to be migrated. | `/path/to/input/file` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **input-file-path** | Path to the file containing Runtimes to be migrated. | `/path/to/input/file` | | |
| **input-file-path** | Path to the file containing the runtimes to be migrated. | `/path/to/input/file` | |
hack/runtime-migrator/README-rr.md
Outdated
| **input-type** | Type of input to be used. Possible values: **txt** (will expect text file with one runtime identifier per line, [see the example](input/runtimeids_sample.txt)), and **json** (will expect `json` array with runtime identifiers, [see the example](input/runtimeids_sample.json)). | `json` | | ||
| **input-file-path** | Path to the file containing Runtimes to be migrated. | `/path/to/input/file` | | ||
| **backup-path** | Path to the directory containing backup files | `/path/to/input/file` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **backup-path** | Path to the directory containing backup files | `/path/to/input/file` | | |
| **backup-path** | Path to the directory containing backup files. | `/path/to/input/file` | |
hack/runtime-migrator/README-rr.md
Outdated
| **input-file-path** | Path to the file containing Runtimes to be migrated. | `/path/to/input/file` | | ||
| **backup-path** | Path to the directory containing backup files | `/path/to/input/file` | | ||
| **restore-crb** | Flag determining whether Cluster Role Bindings should be restored | `/path/to/backup/dir` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **restore-crb** | Flag determining whether Cluster Role Bindings should be restored | `/path/to/backup/dir` | | |
| **restore-crb** | Flag determining whether ClusterRoleBindings are restored. | `/path/to/backup/dir` | |
hack/runtime-migrator/README-rr.md
Outdated
| **backup-path** | Path to the directory containing backup files | `/path/to/input/file` | | ||
| **restore-crb** | Flag determining whether Cluster Role Bindings should be restored | `/path/to/backup/dir` | | ||
| **restore-oidc** | Flag determining whether OPenIDConnect resources should be restored | `/path/to/backup/dir` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **restore-oidc** | Flag determining whether OPenIDConnect resources should be restored | `/path/to/backup/dir` | | |
| **restore-oidc** | Flag determining whether OPenIDConnect resources are restored. | `/path/to/backup/dir` | |
Co-authored-by: Nina Hingerl <[email protected]>
Co-authored-by: Nina Hingerl <[email protected]>
Co-authored-by: Nina Hingerl <[email protected]>
Co-authored-by: Nina Hingerl <[email protected]>
Description
Changes proposed in this pull request:
Related issue(s)
#557