Skip to content

Latest commit

 

History

History
 
 

kubespray

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Download and install Kubespray 2.9.0

git clone https://github.com/kubernetes-sigs/kubespray.git
git checkout v2.9.0

Start vagrant deployment and access kube-master

$ vagrant up
$ vagrant ssh k8s-1

Run Sonobuoy as instructed

here.