Skip to content

Reusable Ansible role for ensuring base Kubernetes tools are installed on remote Ubuntu hosts.

License

Notifications You must be signed in to change notification settings

artem-burashnikov/k8s-utils-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-k8s-crio

This repository contains ansible role which installs cri-o, kubelet and kubeadm on specific hosts.

Variables

  • crio_version: Version of CRI-O to install (default: v1.32).
  • kubernetes_version: Version of Kubernetes tools to install (default: v1.32).

Usage

ansible-playbook playbook.yml -J <vault_password>

<vault_password> is the same password used for master, worker1, worker2 hosts.

License

The project is licensed under an Unlicense.

About

Reusable Ansible role for ensuring base Kubernetes tools are installed on remote Ubuntu hosts.

Topics

Resources

License

Stars

Watchers

Forks