Skip to content

Instantly share code, notes, and snippets.

@aiwantaozi
Created August 27, 2020 08:08
Show Gist options
  • Save aiwantaozi/0096187fc8e418024fd3220aad1acfad to your computer and use it in GitHub Desktop.
Save aiwantaozi/0096187fc8e418024fd3220aad1acfad to your computer and use it in GitHub Desktop.
export VERSION=$(curl -s https://github.com/kubevirt/containerized-data-importer/releases/latest | grep -o "v[0-9]\.[0-9]*\.[0-9]*")
kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-operator.yaml
kubectl create -f https://github.com/kubevirt/containerized-data-importer/releases/download/$VERSION/cdi-cr.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment