ikatlinsky opened a new issue, #584: URL: https://github.com/apache/apisix-helm-chart/issues/584
In PR https://github.com/apache/apisix-helm-chart/commit/e1e02feb8546eb94b26127a6046ef357d9aba909 we added an init container that requires privileged execution context. Based on Kubernetes pod security standards (https://kubernetes.io/docs/concepts/security/pod-security-standards/) it is not allowed for baseline and upper levels of security. That means that apisix will not be deployable to any cluster which has reasonable security defaults. Of course, I can override this init container, but guess it was added for some reason. Questions are: 1. why do we need to modify system configurations? 2. if we still need that - can it be moved to the image creation phase? Thanks, @tao12345666333 hope you will be able to help -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
