-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initializing Kalm - 3/4 modules fails on Prometheus #140
Comments
|
Seems promethus process can't create file in your fs. Can you try if this solution work in your situation? aws/eks-charts#21 (comment) |
The How would I go about adding these additional configurations to the Prometheus Deployment in the context of following the install guide ( |
The installation script actually helps you quickly apply some yamls. But there is no way to customize during this process yet. You can try to modify promethus after the prometheus is installed but running abnormally, via this command. kubectl edit deploy -n istio-system prometheus |
I added the following apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
...
name: prometheus
namespace: istio-system
spec:
template:
...
spec:
...
securityContext:
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
... and the installation completed successfully. |
Nice, seems you are using Kind to bootstrap your k8s cluster. Can you provide the cloud platform (or your PC system info if you are running it locally) you are using, so I can test against it and fix the missing config of prometheus. |
Mac: Catalina 10.15.6
|
Similar to #138 but prometheus is failing with the following error:
I'm using a Kind cluster to install Kalm with:
The text was updated successfully, but these errors were encountered: