Add or update a controller configuration property in a provisioned environment. Properties are organized into sections (e.g. Launch).
Launch
rumi cloud civo configure \ --api-key <token> \ --region <region> \ --network <network> \ --keyPair <keypair> \ --section <section> \ --key <key> \ --value <value> \ [options]
--api-key
-k
The Civo API token to use (or set CIVO_API_TOKEN)
CIVO_API_TOKEN
Required
--region
-r
The Civo region to use (e.g. FRA1)
FRA1
--network
-n
The name of the environment whose config is to be updated
--keyPair
-K
The network SSH key pair
--section
-s
The configuration property section (e.g. Launch)
--key
-e
The configuration property key
--value
-v
The configuration property value
Runs against the admin node's controller configuration via the bastion; the bastion must be running.
deploy
provision
Last updated 15 days ago
rumi cloud civo configure \ --api-key $CIVO_API_TOKEN \ --region FRA1 \ --network my-cloud \ --keyPair rumi \ --section Launch \ --key nv.controller.containerlaunchtimeout \ --value 90s