Make macOS standard usage (#9422)
This commit is contained in:
committed by
k8s-ci-robot
parent
78eafc7c22
commit
bb818a9b41
@@ -30,7 +30,7 @@ Alternately, you can download the latest Kubernetes release from [this page](htt
|
||||
Next, add the appropriate binary folder to your `PATH` to access kubectl:
|
||||
|
||||
```shell
|
||||
# OS X
|
||||
# macOS
|
||||
export PATH=<path/to/kubernetes-directory>/platforms/darwin/amd64:$PATH
|
||||
|
||||
# Linux
|
||||
|
||||
@@ -27,7 +27,7 @@ If you run into any problems or want help with anything, we are here to help. Re
|
||||
|
||||
The requirements to run this script are:
|
||||
|
||||
- A linux administrative host (tested on ubuntu and OSX)
|
||||
- A linux administrative host (tested on ubuntu and macOS)
|
||||
- python 2 (tested on 2.7.11)
|
||||
- pip (installed with python as of 2.7.9)
|
||||
- git
|
||||
@@ -264,7 +264,7 @@ curl \
|
||||
```
|
||||
|
||||
But please note, this *does not* work out of the box with the ```curl``` binary
|
||||
distributed with OSX.
|
||||
distributed with macOS.
|
||||
|
||||
### Accessing the cluster with a browser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user