Skip to content

Commit

Permalink
docs(fr): fix curl option for kubectl installation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jlabatut authored Jun 14, 2023
1 parent ca44c77 commit e8d564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/fr/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ kubectl version --client
1. Téléchargez la dernière version:

```
curl -LO https://dl.k8s.io/release/$(curl -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl
curl -LO https://dl.k8s.io/release/$(curl -Ls https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl
```

Pour télécharger une version spécifique, remplacez `$(curl -s https://dl.k8s.io/release/stable.txt)` avec la version spécifique.
Pour télécharger une version spécifique, remplacez `$(curl -Ls https://dl.k8s.io/release/stable.txt)` avec la version spécifique.

Par exemple, pour télécharger la version {{< param "fullversion" >}} sur macOS, tapez :

Expand Down

0 comments on commit e8d564b

Please sign in to comment.