This the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Developer Guide

1 - Clone

This page describes how you can clone a Kubernetes master branch to your local computer.

Clone single branch

Since the repos branch is used as a source package for RPM and DEB, it will be very large to directly clon it, so you shall try to only clone the master branch.

git clone --single-branch -b master https://github.com/klts-io/kubernetes-lts

2 - Dependencies

This page describes how you can install dependencies on different operating systems.

Install dependencies

Run the following code to install dependencies:

brew install jq git python@3 # Install brew, See https://brew.sh/
pip3 install yq

Run the following code to install dependencies:

yum install -y epel-release
yum install -y jq git python3
pip3 install yq

Run the following code to install dependencies:

apt-get install -y jq git python3 python3-pip
pip3 install yq