Auto-update blog content from Obsidian: 2025-07-18 21:18:35
All checks were successful
Blog Deployment / Check-Rebuild (push) Successful in 6s
Blog Deployment / Build (push) Has been skipped
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Successful in 3s
Blog Deployment / Merge (push) Successful in 6s
Blog Deployment / Deploy-Production (push) Successful in 9s
Blog Deployment / Test-Production (push) Successful in 3s
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s

This commit is contained in:
Gitea Actions
2025-07-18 21:18:35 +00:00
parent f6b4affd1e
commit f861acac7f
2 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ date: 2025-07-18
draft: false
tags:
- kubernetes
- highly-available
- kubeadm
categories:
- homelab
@@ -187,7 +186,7 @@ sudo apt-mark hold kubectl
Une fois tous les nœuds préparés, on peut initialiser le **plan de contrôle** Kubernetes sur le **premier nœud master**.
### Initialisation
### Amorcer le Cluster
Exécutez la commande suivante pour amorcer le cluster:
```bash