Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 968 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 968 Bytes

Kubernetes

Install and setup Kubernetes tools:

Variables:

  • kubernetes_version: kubernetes version for kubectl, kubeadm and kubelet, e.g. 1.16. Defaults to latest available in Kubernetes repository
  • install_kubectl: whether to install kubectl or not. Defaults to True
  • install_kubeadm: whether to install kubeadm or not. Defaults to False
  • install_kubelet: whether to install kubelet or not. Defaults to False
  • minikube_version: minikube version to install, e.g. 1.4.0. Defaults to latest available in Kubernetes repository
  • install_minikube: whether to install minikube or not. Defaults to False