From 29997f0cf5724d84ffd62c1b7f5df137fb40336d Mon Sep 17 00:00:00 2001 From: Mickael Asseline Date: Fri, 16 Jun 2023 07:37:28 +0000 Subject: [PATCH] docs: update Conteneurisation/k8s/Cheat-sheet --- Conteneurisation/k8s/Cheat-sheet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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