mirror of https://github.com/istio/istio.io.git
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:
parent
5bdf5acdf6
commit
dffaed58c1
|
|
@ -107,7 +107,7 @@ LoadBalancer
|
||||||
LoadBalancers
|
LoadBalancers
|
||||||
LoadBalancing.svg
|
LoadBalancing.svg
|
||||||
Lyft
|
Lyft
|
||||||
MacOS
|
macOS
|
||||||
Manolache
|
Manolache
|
||||||
Memquota
|
Memquota
|
||||||
Mesos
|
Mesos
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
|
||||||
## Installation steps
|
## Installation steps
|
||||||
|
|
||||||
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
|
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:
|
run the following command to download and extract the latest release automatically:
|
||||||
|
|
||||||
```command
|
```command
|
||||||
|
|
@ -30,7 +30,7 @@ installation directory contains:
|
||||||
* The `istio.VERSION` configuration file
|
* The `istio.VERSION` configuration file
|
||||||
|
|
||||||
1. Add the `istioctl` client to your PATH.
|
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
|
```command
|
||||||
$ export PATH=$PWD/bin:$PATH
|
$ export PATH=$PWD/bin:$PATH
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ Quick Start instructions to install and configure Istio in a Docker Compose setu
|
||||||
## Installation steps
|
## Installation steps
|
||||||
|
|
||||||
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
|
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:
|
run the following command to download and extract the latest release automatically:
|
||||||
|
|
||||||
```command
|
```command
|
||||||
|
|
@ -30,7 +30,7 @@ installation directory contains:
|
||||||
* The `istio.VERSION` configuration file
|
* The `istio.VERSION` configuration file
|
||||||
|
|
||||||
1. Add the `istioctl` client to your PATH.
|
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
|
```command
|
||||||
$ export PATH=$PWD/bin:$PATH
|
$ export PATH=$PWD/bin:$PATH
|
||||||
|
|
|
||||||
|
|
@ -224,7 +224,7 @@ Istio is installed in its own `istio-system` namespace and can manage
|
||||||
services from all other namespaces.
|
services from all other namespaces.
|
||||||
|
|
||||||
1. Go to the [Istio release](https://github.com/istio/istio/releases) page to download the
|
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:
|
run the following command to download and extract the latest release automatically:
|
||||||
|
|
||||||
```command
|
```command
|
||||||
|
|
@ -246,7 +246,7 @@ installation directory contains:
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Add the `istioctl` client to your PATH.
|
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
|
```command
|
||||||
$ export PATH=$PWD/bin:$PATH
|
$ export PATH=$PWD/bin:$PATH
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@ $ kubectl describe pod --namespace kube-system $(kubectl get pods --namespace ku
|
||||||
|
|
||||||
从 0.2 版本开始,Istio 安装到 `istio-system` namespace 下,即可以管理所有其它 namespace 下的微服务。
|
从 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
|
```command
|
||||||
$ curl -L https://git.io/getLatestIstio | sh -
|
$ 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 中。
|
1. 将 `istioctl` 客户端二进制文件加到 PATH 中。
|
||||||
例如,在 MacOS 或 Linux 系统上执行下面的命令:
|
例如,在 macOS 或 Linux 系统上执行下面的命令:
|
||||||
|
|
||||||
```command
|
```command
|
||||||
$ export PATH=$PWD/bin:$PATH
|
$ export PATH=$PWD/bin:$PATH
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue