Skip to content

Fix ec2Machines identifier labels.

Related tasks

Context

The cloudsim-simulation-worker tag added to EC2 instances for bookkeeping purposes had an extra "tag:" prefix, as well as being set on the Labels field (which impacts nodes down the line). Since : is an invalid character for a Kubernetes label, this prevented launched machines from joining the cluster altogether.

Change

The cloudsim-simulation-worker tag has been fixed, and is now being correctly set on the Tags field.

Other information

Additional documentation

Merge request reports