WKO 4.3.2 initContainer fails due to memory limit
Closed this issue · 3 comments
kknicker commented
It appears that the initContainer default memory of 10Mi is too low for WKO 4.3.2. Getting the following error when the WKO pod attempts to start during the helm install. There does not appear to be independent memory settings for the initContainer.
Error: set memory limit 10485760 too low; should be at least 12582912 bytes
rjeberhard commented
We are looking at this issue and will either remove the init-container entirely or increase the default memory request.
rjeberhard commented
Version 4.3.3 removes this init-container entirely.
kknicker commented
Thank you.