Hi Team, Getting this below error while installing...
# support
s
Hi Team, Getting this below error while installing, please help me to fix this error.
Copy code
helm --namespace platform install my-release signoz/signoz -f override-values.yaml
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /Users/path/updatedkc.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /Users/path/updatedkc.yaml
coalesce.go:175: warning: skipped value for zookeeper.initContainers: Not a table.
Error: INSTALLATION FAILED: failed post-install: timed out waiting for the condition
n
@Prashant Shahi should be able to help here
p
can you share K8s vendor/tool used for creation?
s
AWS
p
Issue not related to SigNoz.
s
Do you have any idea, what is the issue?
p
Make sure your
kubectl
CLI has access to the EKS cluster.
It must be related to your
KUBECONFIG
env or the kubeconfig file.
s
Yes it has access I have checked using kubectl get nodes cmd
p
Try this to get rid of the warnings:
Copy code
chmod 600 ~/.kube/config
s
Ok will check and let you know Thanks
p
And while retrying the installation, monitor the pod state and logs of failed ones, if any.
s
Ok