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
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
The
make install
fails indicating that the file resource/prometheus/prom-config.yaml is missing.The build itself went well after changing:
to
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)
The text was updated successfully, but these errors were encountered: