Loading
Add clusterrolebinding cleanup, sequential deployments, and custom priority...
Add clusterrolebinding cleanup, sequential deployments, and custom priority sorting to meep-virt-engine - Clean up orphaned ClusterRoleBindings prefixed with <sandboxName>: during sandbox creation and destruction to avoid deployment name collisions. - Use Helm's --wait flag during chart installation to ensure pods start up sequentially (one-by-one) rather than concurrently. This prevents network congestion and CPU spikes. - Implement custom priority sorting for scenario chart deployments. Ensure MQTT brokers and mosquitto services deploy first of all globally (score 10) to prevent connection timeouts in API containers, followed by MEC services of each MEP in logical numeric order, and finally non-MEP/MEC scenario pods.