-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CNV - API object style changes #27562
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
CNV - API object style changes #27562
Conversation
|
The preview will be available shortly at: |
eb9ee98 to
acc1884
Compare
ousleyp
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.
This looks really good overall. I have some comments and a few questions. Some of my nits might be out of scope for this PR, take 'em or leave 'em. Thanks for undertaking this herculean effort :)
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.
"Controllers such as virtual machine then spawn..." sounds weird. Maybe just "Controllers then spawn..."? Or "VirtualMachine controllers then spawn..."?
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.
This whole assembly could do with a review, tbh. Raised BZ#1901643
I've rewritten the para for now
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.
maybe s/file/object
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.
In context this is creating a file (following command is 'touch...'
There's a better way to doc this but it's out of scope for this PR. Stay tuned!
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.
s/configuration/manifest
?
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.
This is monitoring an existing object so I think it should stay as 'config'
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.
s/nodeSelector/nodeSelector spec
(I'm experiencing deja vu...)
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.
Didn't you just say that? :groundhogs_day:
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.
| . List the node network enactments to see if the policy was successful on any of the nodes. If the policy failed for only a subset it suggests the problem is with specific node configuration; if the policy failed on all nodes it suggest the problem is with the policy. | |
| . List the node network enactments to see if the policy was successful on any of the nodes. If the policy failed for only a subset of nodes, it suggests that the problem is with a specific node configuration. If the policy failed on all nodes, it suggests that the problem is with the policy. |
modules/virt-understanding-logs.adoc
Outdated
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.
s/Builds/builds
?
acc1884 to
c896c8a
Compare
232af1b to
e862aa5
Compare
| When a VirtualMachineInstance (VMI) fails, _liveness probes_ stop the VMI. | ||
| Controllers such as VirtualMachine then spawn other VMIs, restoring virtual | ||
| machine responsiveness. | ||
| _Liveness probes_ determine if a virtual machine instance (VMI) is still responding. If the probe fails, the VMI is stopped. A replacement VMI is then created to restore virtual machine responsiveness. |
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.
@ILpinto Thank you
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.
lgtm
|
/cherry-pick enterprise-4.6 |
|
@aburdenthehand: new pull request created: #27677 DetailsIn 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/test-infra repository. |
|
/cherry-pick enterprise-4.7 |
|
@aburdenthehand: #27562 failed to apply on top of branch "enterprise-4.7": DetailsIn 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/test-infra repository. |
|
/cherry-pick enterprise-4.7 |
|
@aburdenthehand: #27562 failed to apply on top of branch "enterprise-4.7": DetailsIn 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/test-infra repository. |
|
/cherry-pick enterprise-4.7 |
|
@aburdenthehand: new pull request created: #27682 DetailsIn 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/test-infra repository. |
Virt update for the OpenShift docs style changes:
https://github.com/openshift/openshift-docs/blob/master/contributing_to_docs/doc_guidelines.adoc#api-object-formatting
This required some rephrasing, and while I was doing the sweep I noticed some mistakes like double-spacing, mismatched UI, fun stuff like that. Also un-hard wrapped a couple of modules while I was at it. Not all since I figured it would create noise for my reviewers but some since the hard wrapping was messing with my checks.