Hello
We are using a pod template to adjust the replica count and resource limitations through the suite_app_config role.
Apparently, the pod template was applied without any issues. The ReplicaSet was updated accordingly, and the pod count matches our pod template definition. Unfortunately, the replica count wasn't reflected in the MAS Core admin console (number of bundle stays unchanged).
From the manageworkspace YAML, we can see that the spec.podTemplates was configured the same as the file provided from our pod template directory, but the spec.settings.deployment.serverBundles.replica wasn't updated accordingly.
Could you please check wether this is an issue in your code?
Thanks
Collection version
23.0.1
Environment information
What happened?
Hello We are using a pod template to adjust the replica count and resource limitations through the suite_app_config role. Apparently, the pod template was applied without any issues. The ReplicaSet was updated accordingly, and the pod count matches our pod template definition. Unfortunately, the replica count wasn't reflected in the MAS Core admin console (number of bundle stays unchanged). From the manageworkspace YAML, we can see that the
spec.podTemplates
was configured the same as the file provided from our pod template directory, but thespec.settings.deployment.serverBundles.replica
wasn't updated accordingly.Could you please check wether this is an issue in your code? Thanks
Relevant log output