Caused by: org.opensearch.OpenSearchException: Unable to read the file root-ca.pem. Please make sure this files exists and is readable regarding to permissions

@malyadri @rdemirel, I reproduced your issue in AKS and solved it by setting sysctlInit to true. Let me know if that solves your problem.

sysctlInit:
  enabled: true
3 Likes