fix: typo

Add a missing backtick after `kubectl` command
pull/829/head
Tobia Bocchi 2025-01-02 14:54:19 +01:00 committed by GitHub
parent 5a325c23d7
commit dd8682baf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ total 510M
### Install kubectl ### Install kubectl
In this section you will install the `kubectl`, the official Kubernetes client command line tool, on the `jumpbox` machine. `kubectl will be used to interact with the Kubernetes control once your cluster is provisioned later in this tutorial. In this section you will install the `kubectl`, the official Kubernetes client command line tool, on the `jumpbox` machine. `kubectl` will be used to interact with the Kubernetes control once your cluster is provisioned later in this tutorial.
Use the `chmod` command to make the `kubectl` binary executable and move it to the `/usr/local/bin/` directory: Use the `chmod` command to make the `kubectl` binary executable and move it to the `/usr/local/bin/` directory: