Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
/ k8s-to-coreos Public archive

Configuration fixes for Kubernetes deployment on CoreOS

Notifications You must be signed in to change notification settings

kozhin/k8s-to-coreos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes on CoreOS

Simple script for Kubernetes master node setup on running CoreOS instance.

Before running

  1. Set proper hostname with hostnamectl set-hostname SOME_HOST_NAME and restart CoreOS
  2. Remove SWAP if was previously enabled
  3. Add your SSH keys with echo 'PUBLIC_KEY_STRING' | update-ssh-keys -a USER_NAME

Installation

Use root account to run run-k8s-to-coreos.sh script.

After installation

Add new nodes, connect k8s with GitLab, deploy you apps :)

About

Configuration fixes for Kubernetes deployment on CoreOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages