Go to file
guppy 1103d2ba7a Cluster is working! 2023-05-13 16:00:00 +02:00
group_vars Cluster is working! 2023-05-13 16:00:00 +02:00
roles Cluster is working! 2023-05-13 16:00:00 +02:00
README.md Cluster is working! 2023-05-13 16:00:00 +02:00
bootstrap.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
calico.yaml Restructuration des roles 2023-05-10 10:21:53 +02:00
flannel.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
gitea-helm.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
gitea.yaml Initial commit 2023-05-10 07:46:51 +02:00
helm.yaml Initial commit 2023-05-10 07:46:51 +02:00
hostname.yaml Initial commit 2023-05-10 07:46:51 +02:00
initialize-kubernetes.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
join.yml Cluster is working! 2023-05-13 16:00:00 +02:00
kubernetes-reset.yaml Initial commit 2023-05-10 07:46:51 +02:00
kubernetes-worker.yaml Initial commit 2023-05-10 07:46:51 +02:00
metallb.yaml Initial commit 2023-05-10 07:46:51 +02:00
openebs.yaml Restructuration des roles 2023-05-10 10:21:53 +02:00
pre-join.yaml Restructuration des roles 2023-05-10 10:21:53 +02:00
pre-start.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
purelb.yml Initial commit 2023-05-10 07:46:51 +02:00
start.yaml Cluster is working! 2023-05-13 16:00:00 +02:00
test.yml Cluster is working! 2023-05-13 16:00:00 +02:00

README.md

K8s cluster on Debian 11

Tested on 13/05/2023 with kubernetes 1.27.1, containerd 1.6.21 and flannel 1.1.2

kubeadm version containerd --version /opt/cni/bin/flannel --version

Boostrap

ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i ../terraform/hosts.ini pre-start.yaml

Initialisation du cluster, ajout de flannel, openebs, helm et ajout de Gitea

ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i ../terraform/hosts.ini start.yaml