From 05b0275f83adb16afb95115cac8e3c3f355faf34 Mon Sep 17 00:00:00 2001 From: Robert Glonek Date: Fri, 11 Aug 2023 14:35:36 -0700 Subject: [PATCH] update documentation --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77eee5d2..0a5ce3da 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ AeroLab is a tool that creates Aerospike development and testing clusters in Doc [See this document on upgrading from versions 6.0- to 6.1+](docs/upgrade-to-610.md) -NOTE: AeroLab 7.0.0 implements an instance expiry system. By default your instances will terminate after 30 hours. To modify this behaviour, create clusters with `--expires TIME`. For example `--expires 50h`. To disable expiry, use `--expires 0`. +NOTE: AeroLab 7.0.0 implements an instance expiry system. By default your instances will terminate after 30 hours. To modify this behaviour, create clusters with `--aws-expires TIME` or `--gcp-expires`. For example `--aws-expires 50h`. To disable expiry, set to `0`. ## Releases diff --git a/RELEASE.md b/RELEASE.md index c6b43b25..41f2cae5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ If using AWS or GCP backends, extra steps are required to migrate the firewalls [Follow this manual for upgrade instructions](https://github.com/aerospike/aerolab/blob/v7.0.0/docs/upgrade-to-610.md) -NOTE: AeroLab 7.0.0 implements an instance expiry system. By default your instances will terminate after 30 hours. To modify this behaviour, create clusters with `--expires TIME`. For example `--expires 50h`. To disable expiry, use `--expires 0`. +NOTE: AeroLab 7.0.0 implements an instance expiry system. By default your instances will terminate after 30 hours. To modify this behaviour, create clusters with `--aws-expires TIME` or `--gcp-expires`. For example `--aws-expires 50h`. To disable expiry, set to `0`. ### Documentation and changelog See [the documentation](https://github.com/aerospike/aerolab/blob/v7.0.0/README.md) for full installation and usage instructions.