-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
BZ1799065 #19963
BZ1799065 #19963
Conversation
The preview will be available shortly at: |
Tagging @alexxa for QE review. |
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.
@bgaydosrh VMs shouldn'e be created in any openshift-* prefixed nses. See the bz comment #9. Thanks.
eecaa4a
to
9cba35c
Compare
Done. Changed text to: "* Before creating your virtual machine, ensure your namespace does not start |
Ready for Peer Review. |
@@ -4,6 +4,12 @@ include::modules/cnv-document-attributes.adoc[] | |||
:context: cnv-create-vms | |||
toc::[] | |||
|
|||
.Prerequisites |
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 should be an admonition, not a prerequisite, and since it can lead to loss of service it should probably be a warning admonition:
[WARNING]
====
Do not create virtual machines in `openshift-*` namespaces.
Create a new namespace or use an existing namespace that does not have the `openshift-*` prefix.
====
And for layout reasons, I'd move it after the 'Use one of these procedures to...' list
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.
Cool, thanks. Had some strange formatting problems in Atom, where the * was not rendering.
Warning reads:
Do not create virtual machines in openshift-*
namespaces.
Instead, create a new namespace or use an existing namespace without the
openshift
prefix.
/cherrypick enterprise-4.3 |
@aburdenthehand: new pull request created: #20361 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/test-infra repository. |
/cherrypick enterprise-4.4 |
@aburdenthehand: new pull request created: #20362 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/test-infra repository. |
Resolving bug by adding the following as a prerequisite to the Create VMs assembly:
Before creating your virtual machine, ensure your namespace is not
openshift-cnv
.Create a new namespace or use another preexisting namespace that is not named
openshift-cnv
.Label Peer Review Needed and Enterprise-4.3 and Enterprise-4.4
See https://bz1799065--ocpdocs.netlify.com/openshift-enterprise/latest/cnv/cnv_virtual_machines/cnv-create-vms.html for Preview Build. Topic is Create Virtual Machines.
Bob