[go: nahoru, domu]

Skip to content

stuvusIT/ansible_kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_kubernetes

This role installs Kubernetes on Debian. That is, the packages kubeadm, kubelet and kubectl will be installed.

Requirements

Debian. Maybe this role also works on other apt based systems.

Role Variables

Name Required Description
kubernetes_version yes See Version Specification

Version Specification

The variable kubernetes_version must contain the major and minor version of the Kubernetes version to install. The newest available patch of that version will be installed. Example:

kubernetes_version: "1.19"

Example Playbook

The following example playbook assumes that you cloned this role to roles/kubernetes (i.e. the name of the role is kubernetes instead of ansible_kubernetes).

- hosts: kube01
  roles:
    - role: kubernetes
      kubernetes_version: "1.19"

License

This work is licensed under the MIT License.

Author Information

About

Ansible role for installing Kubernetes on Debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published