make MacOS lower case, macOS(c) it is a trademark of Apple (#1618)

https://www.apple.com/legal/intellectual-property/trademark/appletmlist.html
This commit is contained in:
Vadim Eisenberg 2018-06-28 16:04:39 +03:00 committed by Martin Taillefer
parent 5bdf5acdf6
commit dffaed58c1
5 changed files with 9 additions and 9 deletions

View File

@ -107,7 +107,7 @@ LoadBalancer
LoadBalancers
LoadBalancing.svg
Lyft
MacOS
macOS
Manolache
Memquota
Mesos

View File

@ -15,7 +15,7 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
## Installation steps
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
installation file corresponding to your OS. If you are using a MacOS or Linux system, you can also
installation file corresponding to your OS. If you are using a macOS or Linux system, you can also
run the following command to download and extract the latest release automatically:
```command
@ -30,7 +30,7 @@ installation directory contains:
* The `istio.VERSION` configuration file
1. Add the `istioctl` client to your PATH.
For example, run the following command on a MacOS or Linux system:
For example, run the following command on a macOS or Linux system:
```command
$ export PATH=$PWD/bin:$PATH

View File

@ -15,7 +15,7 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
## Installation steps
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
installation file corresponding to your OS. If you are using a MacOS or Linux system, you can also
installation file corresponding to your OS. If you are using a macOS or Linux system, you can also
run the following command to download and extract the latest release automatically:
```command
@ -30,7 +30,7 @@ installation directory contains:
* The `istio.VERSION` configuration file
1. Add the `istioctl` client to your PATH.
For example, run the following command on a MacOS or Linux system:
For example, run the following command on a macOS or Linux system:
```command
$ export PATH=$PWD/bin:$PATH

View File

@ -224,7 +224,7 @@ Istio is installed in its own `istio-system` namespace and can manage
services from all other namespaces.
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
installation file corresponding to your OS. If you are using a MacOS or Linux system, you can also
installation file corresponding to your OS. If you are using a macOS or Linux system, you can also
run the following command to download and extract the latest release automatically:
```command
@ -246,7 +246,7 @@ installation directory contains:
```
1. Add the `istioctl` client to your PATH.
For example, run the following command on a MacOS or Linux system:
For example, run the following command on a macOS or Linux system:
```command
$ export PATH=$PWD/bin:$PATH

View File

@ -222,7 +222,7 @@ $ kubectl describe pod --namespace kube-system $(kubectl get pods --namespace ku
从 0.2 版本开始Istio 安装到 `istio-system` namespace 下,即可以管理所有其它 namespace 下的微服务。
1. 到 [Istio release](https://github.com/istio/istio/releases) 页面上,根据您的操作系统下载对应的发行版。如果您使用的是 MacOS 或者 Linux 系统,可以使用下面的额命令自动下载和解压最新的发行版:
1. 到 [Istio release](https://github.com/istio/istio/releases) 页面上,根据您的操作系统下载对应的发行版。如果您使用的是 macOS 或者 Linux 系统,可以使用下面的额命令自动下载和解压最新的发行版:
```command
$ curl -L https://git.io/getLatestIstio | sh -
@ -242,7 +242,7 @@ $ kubectl describe pod --namespace kube-system $(kubectl get pods --namespace ku
```
1. 将 `istioctl` 客户端二进制文件加到 PATH 中。
例如,在 MacOS 或 Linux 系统上执行下面的命令:
例如,在 macOS 或 Linux 系统上执行下面的命令:
```command
$ export PATH=$PWD/bin:$PATH