You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure actions-metrics-server to improve the observability of my company's ARC instance. Currently, only some of the metrics are available (the server doesn't seem to be able to update github_workflow_job_queue_duration_seconds) and I'm seeing x509: certificate signed by unknown authority" in the logs.
We're using the additionalVolumeMounts Helm value to mount a CA certs bundle to /etc/ssl/certs, for the controller itself. Since the actions-metric-server is a separate Pod and the chart doesn't seem to expose an additionalVolumeMounts value for it, I'm not currently sure how to proceed here.
Any ideas on how this could be resolved differently, or the possibility of allowing additional volumes and volume mounts for the actions-metrics-server?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to configure
actions-metrics-server
to improve the observability of my company's ARC instance. Currently, only some of the metrics are available (the server doesn't seem to be able to updategithub_workflow_job_queue_duration_seconds
) and I'm seeingx509: certificate signed by unknown authority"
in the logs.We're using the
additionalVolumeMounts
Helm value to mount a CA certs bundle to/etc/ssl/certs
, for the controller itself. Since theactions-metric-server
is a separate Pod and the chart doesn't seem to expose anadditionalVolumeMounts
value for it, I'm not currently sure how to proceed here.Any ideas on how this could be resolved differently, or the possibility of allowing additional volumes and volume mounts for the actions-metrics-server?
Beta Was this translation helpful? Give feedback.
All reactions