Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

prom-config.yaml is missing #1

Open
davidsells opened this issue Jan 1, 2021 · 3 comments
Open

prom-config.yaml is missing #1

davidsells opened this issue Jan 1, 2021 · 3 comments

Comments

@davidsells
Copy link

davidsells commented Jan 1, 2021

The make install fails indicating that the file resource/prometheus/prom-config.yaml is missing.

The build itself went well after changing:

d=date -v+8760H +"%Y-%m-%dT%H:%M:%SZ"

to

d=date -d '+8760 hour' +"%Y-%m-%dT%H:%M:%SZ"

for Ubuntu

The last lines of output below:
kubectl create ns argocd || true
namespace/argocd created
kubectl create ns monitoring || true
namespace/monitoring created
kubectl create ns cert-manager || true
namespace/cert-manager created
kubectl create ns ingress-nginx || true
namespace/ingress-nginx created
kubectl create ns longhorn-system || true
namespace/longhorn-system created
kubectl create ns tracing || true
namespace/tracing created
kubectl create ns cassandra || true
namespace/cassandra created
kubectl create ns apps || true
namespace/apps created
kubectl annotate ns argocd linkerd.io/inject=enabled --overwrite
namespace/argocd annotated
kubectl annotate ns cert-manager linkerd.io/inject=enabled --overwrite
namespace/cert-manager annotated
kubectl annotate ns apps linkerd.io/inject=enabled --overwrite
namespace/apps annotated
sed 's,SLACK_URL,"https://hooks.slack.com/services/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W",g' resources/prometheus/prom-config.yaml > prom-config-0.yaml
sed: can't read resources/prometheus/prom-config.yaml: No such file or directory
Makefile:64: recipe for target 'prometheus-observability-install' failed

(Really nice project thank-you Alex)

@AlexsJones
Copy link
Owner

Hey, let me know if this is still an issue and I'll jump in and take a look.

@davidsells
Copy link
Author

I haven't done any work on it. It would be great if you could fix it. It is a fantastic integration of services.

@AlexsJones
Copy link
Owner

Thanks David, I’m going to spin up a Linux VM to check this out and fix it for you this week!
I appreciate the kind words :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants