Skip to content

lllamnyp/k8s-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt formula to manage k8s clusters

Contents

.gitignore

To bootstrap the cluster you need the following set of private keys placed under the right path:

pillar/files/kubernetes/<CLUSTER_NAME>/pki
│
├── kube-ca-key.pem          # Private key to (self)sign the kube-ca cert.
│
├── requestheader-ca-key.pem # Private key for the extension API server (necessary when integrating
│                            # with something like an RKE created cluster).
│
└── sa-key.pem               # Just a private RSA key. Kube-controller-manager uses it to sign tokens.

About

Salt states for managing a k8s cluster

Resources

Stars

Watchers

Forks

Packages

No packages published