k8s: Fix spelling

This commit is contained in:
nemunaire 2026-01-07 23:03:01 +07:00
commit 593fbe3148
2 changed files with 34 additions and 34 deletions

View file

@ -223,7 +223,7 @@ Pour résumer : `kubectl` a créé une tâche de déploiement
`rs/pingpong-xxxx`. Ce *replicatset* a créé un *pod* `po/pingpong-yyyy`.
#### Pasage à l'échelle : facile ?
#### Passage à l'échelle : facile ?
Pour lancer 3 `ping`s en parallèle, modifions la tâche de déploiement comme suit :