Closed omeryahud closed 4 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign fabiand
You can assign the PR to them by writing /assign @fabiand
in a comment when ready.
The full list of commands accepted by this bot can be found here.
/assign @fabiand
You must sign your commits as are we are recently part of the CNCF.
Also, I would suggest to use a variable otherwise every release would need to be changed.
Something similar has been done in the KubeVirt quickstart lab
You can define the exact version if needed: export KUBEVIRT_VERSION="v0.18.0"
Or you can just obtain or check the latest. For instance on Linux you can obtain it using 'curl' via: export KUBEVIRT_VERSION=$(curl -s https://api.github.com/repos/kubevirt/kubevirt/releases|grep tag_name|sort -V | tail -1 | awk -F':' '{print $2}' | sed 's/,//' | xargs | cut -d'-' -f1)
echo $KUBEVIRT_VERSION
Then:
kubectl create -f https://github.com/kubevirt/kubevirt/releases/download/${KUBEVIRT_VERSION}/kubevirt-operator.yaml
Thanks for your pull request. Before we can look at it, you'll need to add a 'DCO signoff' to your commits.
:memo: Please follow instructions in the contributing guide to update your commits with the DCO
Full details of the Developer Certificate of Origin can be found at developercertificate.org.
The list of commits missing DCO signoff: