Closed xacobecm closed 1 year ago
Hello! Thanks for raising this issue. Looks like there's maybe an indentation issue when producing MongoDB deployment YAML... Planning investigation for next 1.7.1
. Is it a blocker for you?
I just updated the resources manually in the Deployment, not a blocker at all. Just wanted to let you guys know 👍🏻
Thanks for the hint! Just did a quick unit test (of YAML templating) and I'm not able to reproduce it at the moment.. I will have to go through a real "cluster test" to check it out.
I succeeded in reproducing it on a real cluster deployment. It appears that resources
appear twice in the YAML and the controller then removes the first one that matches the custom ones
Now available in quay.io/microcks/microcks-ansible-operator:nightly
container image
Describe the bug
When creating a MicrocksInstall resource with the following YAML:
All the pods came up with the limits and requests specified unless mongodb, which has the following resources:
Expected behavior
MongoDB having the limits and requests I specified in the MicrocksInstall
Actual behavior
All the pods came up with the limits and requests specified unless mongodb, which has the following resources:
How to Reproduce?
Microcks version or git rev
1.7.0
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)openshift operator
Additional information
Openshift cluster version 4.11.26