diff --git a/Conteneurisation/k8s/Cheat-sheet.md b/Conteneurisation/k8s/Cheat-sheet.md
index d8afc3a..afc02d2 100644
--- a/Conteneurisation/k8s/Cheat-sheet.md
+++ b/Conteneurisation/k8s/Cheat-sheet.md
@@ -2,7 +2,7 @@
title: Kubernetes - Cheat Sheet
description: Un petit pense bĂȘte pour les principales commandes de K8S
published: true
-date: 2023-06-16T07:35:31.523Z
+date: 2023-06-16T07:37:25.939Z
tags: cheatsheet, k8s
editor: markdown
dateCreated: 2023-06-16T07:00:45.096Z
@@ -13,7 +13,7 @@ dateCreated: 2023-06-16T07:00:45.096Z
### tables {.tabset}
-####
+#### Macos
Installer `bash-completion`
```bash
brew install bash-completion
@@ -29,7 +29,7 @@ Sourcer le fichier
source ~/.bashrc
```
-####
+#### Linux
Installer `bash-completion`
```bash
sudo apt-get install -y bash-completion