-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TELCODOCS-1932: Implement post-GA SME feedback #78439
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
TELCODOCS-1932: Implement post-GA SME feedback #78439
Conversation
|
@amolnar-rh: This pull request references TElCODOCS-1707 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
modules/cnf-image-based-upgrade-shared-container-partition.adoc
Outdated
Show resolved
Hide resolved
|
@amolnar-rh: This pull request references TElCODOCS-1707 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@amolnar-rh: This pull request references TELCODOCS-1932 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.17.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
ae7437d to
89e43d0
Compare
edge_computing/image_based_upgrade/cnf-understanding-image-based-upgrade.adoc
Outdated
Show resolved
Hide resolved
...e_based_upgrade/preparing_for_image_based_upgrade/cnf-image-based-upgrade-generate-seed.adoc
Outdated
Show resolved
Hide resolved
..._based_upgrade/preparing_for_image_based_upgrade/ztp-image-based-upgrade-prep-resources.adoc
Outdated
Show resolved
Hide resolved
..._based_upgrade/preparing_for_image_based_upgrade/ztp-image-based-upgrade-prep-resources.adoc
Outdated
Show resolved
Hide resolved
edge_computing/image_based_upgrade/ztp-image-based-upgrade.adoc
Outdated
Show resolved
Hide resolved
89e43d0 to
e4dbe26
Compare
597bd22 to
862dc0f
Compare
modules/ztp-image-based-upgrade-shared-container-partition.adoc
Outdated
Show resolved
Hide resolved
862dc0f to
13c6158
Compare
|
/lgtm |
|
New changes are detected. LGTM label has been removed. |
|
/label peer-review-needed |
abrennan89
left a comment
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.
A couple of comments / suggestions
| There are two local storage implementations for {sno}: | ||
|
|
||
| Local Storage Operator (LSO):: The {lcao} backs up and restores the required artifacts, including `LocalVolumes` and their associated `StorageClasses`. You must exclude the `persistentVolumes` resource in the application `Backup` CR. | ||
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `LocalVolumes` and their associated `StorageClasses`. You must exclude the `persistentVolumes` resource in the application `Backup` CR. |
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.
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `LocalVolumes` and their associated `StorageClasses`. You must exclude the `persistentVolumes` resource in the application `Backup` CR. | |
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `LocalVolume` resources and their associated `StorageClass` resources. You must exclude the `PersistentVolumes` resource in the application `Backup` CR. |
I think "LocalVolume resources" and "StorageClass resources" should be formatted this way, per https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#object-references:

Also, I think PersistentVolumes should be capitalized, per other references, for example: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#reserving-a-persistentvolume and https://docs.openshift.com/container-platform/4.16/storage/persistent_storage/persistent_storage_local/persistent-storage-local.html#local-create-cr-manual_persistent-storage-local
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.
Re capitalization:
I'm not sure that in the Backup/Restore CRs you need to capitalize the resource names. Here's where the examples are from: https://github.com/openshift-kni/lifecycle-agent/blob/main/docs/backuprestore-with-oadp.md#application-backup-and-restore-crs
@Missxiaoguo Could you please take a look and confirm whether we need to capitalize in this case?
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.
The resources in the Backup/Restore CR could be either capitalized or not. For example, all of these should work.
names:
kind: LocalVolume
plural: localvolumes
singular: localvolume
| |No | ||
| |==== | ||
| . Dual-stack networking is not supported in this release. | ||
| . If the seed cluster is installed in a disconnected environment, the target clusters must be installed in a disconnected environment too. |
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.
| . If the seed cluster is installed in a disconnected environment, the target clusters must be installed in a disconnected environment too. | |
| . If the seed cluster is installed in a disconnected environment, the target clusters must also be installed in a disconnected environment. |
Suggested wording update
| There are two local storage implementations for {sno}: | ||
|
|
||
| Local Storage Operator (LSO):: The {lcao} backs up and restores the required artifacts, including `LocalVolumes` and their associated `StorageClasses`. You must exclude the `persistentVolumes` resource in the application `Backup` CR. | ||
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `localvolume` resources and their associated `StorageClass` resources. You must exclude the `persistentVolumes` resource in the application `Backup` CR. |
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 think we want to change persistentVolumes to persistentvolumes in the backup CR example
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `localvolume` resources and their associated `StorageClass` resources. You must exclude the `persistentVolumes` resource in the application `Backup` CR. | |
| Local Storage Operator (LSO):: The {lcao} automatically backs up and restores the required artifacts, including `localvolume` resources and their associated `StorageClass` resources. You must exclude the `persistentvolumes` resource in the application `Backup` CR. |
|
/label merge-review-needed |
be51d0c to
c88c0fb
Compare
skopacz1
left a comment
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.
Merge review LGTM
|
@amolnar-rh: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/cherrypick enterprise-4.16 |
|
/cherrypick enterprise-4.17 |
|
@skopacz1: new pull request created: #80075 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@skopacz1: new pull request created: #80076 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Version(s): 4.16, 4.17
Issue: https://issues.redhat.com/browse/TELCODOCS-1932
Link to docs preview:
QE review:
Additional information: