kubevirt / kubevirt.github.io

KubeVirt website repo, documentation at https://kubevirt.io/user-guide/
https://kubevirt.io
MIT License
29 stars 109 forks source link

Fix the variable in command kubectl create... #934

Open vinycloud opened 3 months ago

vinycloud commented 3 months ago

Description: I was trying to install the kubevirt in kind cluster but I received the error in command "kubectl create -f https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt-operator.yaml".

What you expected: the variable ${VERSION} is incorrect because it is in bracket. Please remove the brackets in the variable. the command it looks like "kubectl create -f https://github.com/kubevirt/kubevirt/releases/download/$VERSION/kubevirt-operator.yaml"

URL: https://kubevirt.io/quickstart_kind/. https://kubevirt.io/quickstart_minikube/ https://kubevirt.io/quickstart_cloud/

Additional context: I check the all quickstart guides and the variables need to fix.

kubevirt-bot commented 3 weeks ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale