I have a test environment of vm's and I added a bare metal server to it.
I would like to be able to differentiate task launches on the vm's and the bare metal. I thought about configuring fault domains. But then I run into the problem that the one master I have currently is not able to service the zone of the vms and the zone of the bare metal server. Is it even possible to configure the master to service these two zone's? And how? Something like this? {"fault_domain":{"region":{"name": "test"},"zone":{"name": "*"}}} Or should I approach this differently?