carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
739 stars 200 forks source link

missing go.mod file #157

Closed sadesguy closed 2 years ago

sadesguy commented 2 years ago

Describe the bug followed the quickstart guide and encountered a missing file

Troubleshooting

  1. K3s

Customizations

  1. Yes
   name: 'armExporter',
      enabled: true,
      file: import 'modules/arm_exporter.jsonnet',

       k3s: {
    enabled: true,
  1. no
carlosedp commented 2 years ago

There is no Golang code in the project, it might be something missing in the required tools (gojsontoyaml or jsonnet compiler).