Files
virtual-kubelet/website/content/docs/setup.md
EDGsheryl 063f1fcdbc Optimize Docs
Signed-off-by: EDGsheryl <edgsheryl@gmail.com>
2020-04-08 15:34:08 +08:00

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.