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.
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.
"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.
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.
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.
This is monitoring an existing object so I think it should stay as 'config'
There was a problem hiding this comment.
s/nodeSelector/nodeSelector spec
(I'm experiencing deja vu...)
There was a problem hiding this comment.
Didn't you just say that? :groundhogs_day:
There was a problem hiding this comment.
| . 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. |
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. |
|
/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.