Skip to content

Multi Region Support - Cloudsim Deployment

Related tasks

Context

Multi-region support introduced a new configuration file used to define platforms.

Change

The Cloudsim Kubernetes deployment has been updated to:

  • Include the new platform config file as a volume.
  • Replace the cloudsim-config config map with an env-vars config map. The content of this config map is the same, it has just been renamed.

In addition to modifying the deployment manifest, a base config file is included.

Other information

Additional documentation

Merge request reports