Skip to content

Commit 0506873

Browse files
docs: Instance create timeout is in minutes
Mention that the value of `CLUSTER_API_OPENSTACK_INSTANCE_CREATE_TIMEOUT` must be set in minutes.
1 parent a1dd84a commit 0506873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/clusteropenstack/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ If `availabilityZone` is not specified, the volume will be created in the cinder
451451

452452
## Timeout settings
453453

454-
If creating servers in your OpenStack takes a long time, you can increase the timeout, by default it's 5 minutes. You can set it via the `CLUSTER_API_OPENSTACK_INSTANCE_CREATE_TIMEOUT` in your Cluster API Provider OpenStack controller deployment.
454+
The default timeout for instance creation is 5 minutes. If creating servers in your OpenStack takes a long time, you can increase the timeout. You can set a new value, in minutes, via the envorinment variable `CLUSTER_API_OPENSTACK_INSTANCE_CREATE_TIMEOUT` in your Cluster API Provider OpenStack controller deployment.
455455

456456
## Custom pod network CIDR
457457

0 commit comments

Comments
 (0)