docs: fix formatting of bash command in upgrade doc

This commit is contained in:
Cecile Robert-Michon 2019-01-24 13:40:56 -08:00 коммит произвёл GitHub
Родитель 834e5c289f
Коммит e26c18c8e3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -24,15 +24,15 @@ In order to ensure that your `aks-engine upgrade` operation runs smoothly, there
To get the list of all available Kubernetes versions and upgrades, run the `orchestrators` command and specify Kubernetes orchestrator type:
```bash
./bin/aks-engine orchestrators --orchestrator Kubernetes
```
```bash
./bin/aks-engine orchestrators --orchestrator Kubernetes
```
To get the versions of Kubernetes that your particular cluster version is upgradable to, provide its current Kubernetes version in the `version` arg:
```bash
./bin/aks-engine orchestrators --orchestrator Kubernetes --version 1.11.5
```
```bash
./bin/aks-engine orchestrators --orchestrator Kubernetes --version 1.11.5
```
4) If using `aks-engine upgrade` in production, it is recommended to stage an upgrade test on an cluster that was built to the same specifications (built with the same cluster configuration + `aks-engine` version) as your production cluster before performing the upgrade, especially if the cluster configuration is "interesting", or in other words differs significantly from defaults. The reason for this is that `aks-engine` supports many different cluster configurations and the extent of E2E testing that the AKS-Engine team runs cannot practically cover every single configuration out there. Therefore, it is recommended that you make sure that your specific cluster configuration works with the existing upgrade implementation before starting this long-running operation.
@ -78,4 +78,4 @@ For example,
### What can go wrong
By its nature, the upgrade operation is long running and potentially could fail for various reasons, such as temporary lack of resources, etc. In this case, rerun the command. The `upgrade` command is idempotent, and will pick up execution from the point it failed on.
By its nature, the upgrade operation is long running and potentially could fail for various reasons, such as temporary lack of resources, etc. In this case, rerun the command. The `upgrade` command is idempotent, and will pick up execution from the point it failed on.