remove out-of-date documentation

Co-Authored-By: Mangirdas Judeikis <Mangirdas@Judeikis.LT>
This commit is contained in:
Jim Minter 2020-05-11 08:55:42 -05:00 коммит произвёл Mangirdas Judeikis
Родитель 62360a31b5
Коммит 5d1966aa43
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: AA071F630E926BBD
1 изменённых файлов: 0 добавлений и 14 удалений

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

@ -42,17 +42,3 @@ Notes:
* Wait for new RP readiness.
* Terminate all old RP VMSSes.
## Utility example
```bash
# deploy RP under name test
export RP_VERSION="test"
export RP_PARAMETERS_FILE=rp-production-parameters.json
go run ./cmd/aro deploy
# deploy second VMSS instance with name test2 and retire test
export RP_VERSION="test2"
export RP_PARAMETERS_FILE=rp-production-parameters.json
go run ./cmd/aro deploy
```