oracle-quickstart / oci-kubernetes-monitoring

Kubernetes Monitoring with OCI Observability & Management Platform
https://www.oracle.com/manageability/logging-analytics/
Universal Permissive License v1.0
43 stars 33 forks source link

discovery cronjob is failing to start #73

Closed sourabhgupta385 closed 5 months ago

sourabhgupta385 commented 5 months ago

Hi Team,

I've built the docker image using exact same files from https://github.com/oracle-quickstart/oci-kubernetes-monitoring/tree/v3.3.0/logan/docker-images/v1.0/oraclelinux/8-slim . But when the helm chart is deployed, oci-onm-logan pods works fine but oci-onm-discovery pods fails with below logs -

k logs -f oci-onm-discovery-28545505-6s6x5
bundler: command not found: oci-loganalytics-kubernetes-discovery
Install missing gem executables with `bundle install`

Can you please help us on this?

Regards, Sourabh

santhoshkvuda commented 5 months ago

hi @sourabhgupta385 , thanks for reporting, we will fix this soon. Meanwhile, could you try adding the following to Gemfile.

gem "oci-logging-analytics-kubernetes-discovery", "1.0.0"

sourabhgupta385 commented 5 months ago

Sure, Thank you @santhoshkvuda

santhoshkvuda commented 5 months ago

This is fixed now.