Mirantis / virtlet

Kubernetes CRI implementation for running VM workloads
Apache License 2.0
739 stars 128 forks source link

Missing files or instructions #883

Closed vgopal closed 5 years ago

vgopal commented 5 years ago

(https://docs.virtlet.cloud/user-guide/real-cluster/)

After that, you need to get virtletctl command line tool (replace N.N.N in the command below accordingly):

curl -SL -o virtletctl https://github.com/Mirantis/virtlet/releases/download/vN.N.N/virtletctl

There is no such link found.

lukaszo commented 5 years ago

as described you should replace N.N.N with virtlet version which you are using. For example for version 1.5.1 it will be https://github.com/Mirantis/virtlet/releases/download/v1.5.1/virtletctl

vgopal commented 5 years ago

I tried https://github.com/Mirantis/virtlet/releases/download/v1.11.6/virtletctl wont it be easy there some listing or list of binaries available instead of guessing.

pigmej commented 5 years ago

@vgopal the listing is: https://github.com/Mirantis/virtlet/releases so no guessing needed :)