Skip to main content

Container Options

Here's what the deployment options look like, with the default values or [required] for property values that must be specified:

deployment:
prefix: null
PropertyDescription
registries

string: Optional prefix combined with the cluster name to generate the resource group name when deploying the cluster to a cloud environment or combined with the node name for other environments. This is typically used by unit tests deployed by ClusterFixture but can also be used by custom tools to avoid conflicts when multiple tests may be running in parallel (probably on different machines) as well as providing a way to identify and remove clusters or VMs orphaned by previous interrupted tests or tool runs.

This will typically be set to something identifying the machine, user, and/or tool running the test like runner-0, jeff, or runner-0-jeff.

NOTE: A dash will be appended automatically to non-null prefixes before prepending this to the cluster name.