Skip to content

Scripts to automate kubernetes installation on VMs and bare metal servers

License

Notifications You must be signed in to change notification settings

microenv/k3s-install-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Install Scripts

Bash scripts to install kubernetes on linux without the need for configuration

Work in progress

Install kubernetes only

To install kubernetes in a single control-plane cluster:

1. Become a super user

The installation needs su privileges to run properly.

sudo su

2. Install and configure kubeadm

curl -s https://raw.githubusercontent.com/microenv/k3s-install-scripts/master/install-k3s.sh | bash -s

3. Reboot

You can wether reboot your machine or run the following command:

source /etc/profile && source /etc/profile.d/kubernetes.conf

About

Scripts to automate kubernetes installation on VMs and bare metal servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages