0.20.25rc1
Pre-release
Pre-release
Instances
Run configurations now support the instances property for targeting specific fleet instances.
When instances is set, the run is placed only on matching existing fleet instances. If the specified instances cannot be used, the run fails instead of provisioning new instances.
Target by instance name:
instances:
- name: my-fleet-0The short syntax is an instance name string:
instances:
- my-fleet-0Target by hostname or IP address:
instances:
- hostname: 10.0.1.42Target by fleet and instance number:
instances:
- fleet: my-fleet
instance: 0For fleets from another project, use the <project>/<fleet> reference:
instances:
- fleet: shared-project/my-fleet
instance: 0Multiple instances can be specified:
instances:
- my-fleet-0
- my-fleet-1What's changed
- Support targeting specific instances by @peterschmidt85 and @fededagos in #3958
Full changelog: 0.20.24...0.20.25rc1
Note
The public documentation will be updated when the release becomes GA.