-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
📖 Add the quickstart details for KubeVirt #7444
Conversation
/cc @davidvossel |
046b131
to
52090b5
Compare
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 few nits.
Thank you very much for adding more documentation!
52090b5
to
7c99346
Compare
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
I went through all these instructions and it worked perfect for me locally.
7c99346
to
0b925c0
Compare
/lgtm |
@sbueringer would you be able to take another look at this? I ran through the steps locally and it works for me. Now, we need an approve. Thanks! |
Thanks! |
docs/book/src/user/quick-start.md
Outdated
export CAPK_GUEST_K8S_VERSION="${CAPK_GUEST_K8S_VERSION:-v1.23.10}" | ||
export CRI_PATH="${CRI_PATH:-/var/run/containerd/containerd.sock}" | ||
export NODE_VM_IMAGE_TEMPLATE="${NODE_VM_IMAGE_TEMPLATE:-quay.io/capk/ubuntu-2004-container-disk:${CAPK_GUEST_K8S_VERSION}}" | ||
export IMAGE_REPO="${IMAGE_REPO:-k8s.gcr.io}" |
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.
Okay, please follow-up on this after the PR. Kubernetes is literally running out of money with the old registry. So we're trying everything we can going forward to use the new registry as it's cheaper.
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.
last nit from my side
0b925c0
to
7717df5
Compare
/lgtm I would like a review from Fabrizio as well /assign @fabriziopandini |
@nunnatsa Just one last nit from my side. Very very nice :) Happy to see this land. Appreciate your patience in addressing the review comments!! |
/cherry-pick release-1.3 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.3 in a new PR and assign it to you. 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. |
/cherry-pick release-1.2 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.2 in a new PR and assign it to you. 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. |
42607f5
to
143d6d6
Compare
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
143d6d6
to
c1fe228
Compare
/lgtm /assign @fabriziopandini |
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
Great Job! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
@sbueringer: new pull request created: #7557 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. |
@sbueringer: new pull request created: #7558 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. |
Signed-off-by: Nahshon Unna-Tsameret nunnatsa@redhat.com
Fixes kubernetes-sigs/cluster-api-provider-kubevirt#36
What this PR does / why we need it:
This PR add many details for the quickstart guide, to explain how to deploy a guest cluster using the KubeVirt provider.