-
Notifications
You must be signed in to change notification settings - Fork 64
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
Frequently Asked Questions #247
Conversation
As documentation is still in very initial phase, I thought it would be nice to have a little FAQ for main questions I've got around the tool when testing it myself. Thanks Signed-off-by: Marcelo Feitoza Parisi <marcelo@feitoza.com.br>
docs/faq.md
Outdated
} | ||
``` | ||
|
||
## Whenever I reboot a VM in Kubevirt, it looses is IP address, how do I fix it? |
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.
looses/loses
also, this shouldn't be a problem. restarting a vm will result in a new ip, but i believe kubernetes is resilient to nodes having a different ip after restart.
does this for sure cause an issue?
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.
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 yes, ha, i remember that now. I had experimented with worker nodes receiving new IP addresses after restart with some success, but it is true that control plane nodes offer a different set of challenges
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidvossel, feitnomore The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As documentation is still in very initial phase, I thought it would be nice to have a little FAQ for main questions I've got around the tool when testing it myself.
Thanks
What this PR does / why we need it: This just adds a simple FAQ document, so that the project can add documentation in an easy way while the official documentation is not ready.