-
Notifications
You must be signed in to change notification settings - Fork 34
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
docs(CNV-53188): improve disk-uploader usage guidance #576
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: codingben The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@ksimon1 @dominikholler Can you please review it? |
release/tasks/disk-uploader/examples/taskruns/disk-uploader-taskrun-resolver.yaml
Outdated
Show resolved
Hide resolved
Add more details to explain an usage of EXPORT_SOURCE_KIND. Also, Add an example of the Secret object, that will be referenced by SECRET_NAME. Signed-off-by: Ben Oukhanov <[email protected]>
@@ -12,7 +12,7 @@ When user runs [KubeVirt Tekton Tasks](https://github.com/kubevirt/kubevirt-tekt | |||
|
|||
### Parameters | |||
|
|||
- **EXPORT_SOURCE_KIND**: The name of the export source kind | |||
- **EXPORT_SOURCE_KIND**: Specify the export source kind (vm, vmsnapshot, pvc) |
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.
- **EXPORT_SOURCE_KIND**: Specify the export source kind (vm, vmsnapshot, pvc) | |
- **EXPORT_SOURCE_KIND**: Specify the export source kind (VM, VMsnapshot, PVC) |
Please, use capitals to indicate that they are acronyms.
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.
I'm not sure about this. vm
, vmsnapshot
or pvc
is the expected value. It won't work if the user will set another value than [1].
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.
Ah I see, so those are the expected values of the field. Maybe you can clarify it, at least confused me.
@@ -24,7 +24,7 @@ spec: | |||
to be used in multiple Kubernetes clusters. | |||
params: | |||
- name: EXPORT_SOURCE_KIND | |||
description: The name of the export source kind | |||
description: Specify the export source kind (vm, vmsnapshot, pvc) |
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.
Same as above.
@@ -24,7 +24,7 @@ spec: | |||
to be used in multiple Kubernetes clusters. | |||
params: | |||
- name: EXPORT_SOURCE_KIND | |||
description: The name of the export source kind | |||
description: Specify the export source kind (vm, vmsnapshot, pvc) |
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.
Same as above.
What this PR does / why we need it:
Add more details to explain an usage of
EXPORT_SOURCE_KIND. Also, Add an example of the
Secret object, that will be referenced by
SECRET_NAME.
Release note: