763 B
763 B
title, description, weight
| title | description | weight |
|---|---|---|
| Setup | Install Virtual Kubelet using one of several methods | 1 |
You can install Virtual Kubelet by building it from source. First, make sure that you have a GOPATH set. Then clone the Virtual Kubelet repository and run make build:
mkdir -p ${GOPATH}/src/github.com/virtual-kubelet
cd ${GOPATH}/src/github.com/virtual-kubelet
git clone https://github.com/virtual-kubelet/virtual-kubelet
cd virtual-kubelet && make build
This method adds a virtual-kubelet executable to the bin folder. To run it:
bin/virtual-kubelet
Using Virtual Kubelet
Once you have Virtual Kubelet installed, you can move on to the Usage documentation.