mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
populate the instructions on installing kubectl in getting-started-guides
This commit is contained in:
@@ -155,6 +155,12 @@ Disown your background jobs so that they'll stay running if you log out.
|
||||
$ disown -a
|
||||
```
|
||||
#### Validate KM Services
|
||||
Add the appropriate binary folder to your ```PATH``` to access kubectl:
|
||||
|
||||
```bash
|
||||
export PATH=<path/to/kubernetes-directory>/platforms/linux/amd64:$PATH
|
||||
```
|
||||
|
||||
Interact with the kubernetes-mesos framework via `kubectl`:
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user