Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

theJaxon/Kluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kluster

Vagrant K8s Docker

Ansible Ingress

Locl-path-provisioner

Yet another k8s cluster using kubeadm


About the project:


Cluster details:

  • The cluster is configured as one master and 2 worker nodes as follows:
Machine Name Address FQDN
master 192.168.100.10 master.example.com
worker1 192.168.100.11 worker1.example.com
worker2 192.168.100.12 worker2.example.com


Making local-path the default storage class:

# 1- Enable DefaultStorageClass Admission controller 
vi /etc/kubernetes/manifests/kube-apiserver.yaml
- --enable-admission-plugins=NodeRestriction,DefaultStorageClass

#2- Patch the storage class created by local-path-provisioner
k patch sc local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'

About

Yet another k8s cluster using kubeadm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages