Closed Govardhan17 closed 3 weeks ago
Does not appear to be an issue with the Helm chart. Transferred to the correct repository.
Can this be reproduced on Kubecost 2.x?
Hello, in an effort to consolidate our bug and feature request tracking, we are deprecating using GitHub to track tickets. If this issue is still outstanding and you have not done so already, please raise a request at https://support.kubecost.com/.
Kubecost Helm Chart Version
1.108.0
Kubernetes Version
1.28
Kubernetes Platform
EKS
Description
While mounting the volume to cost analyzer and prometheus pod I'm facing MountVolume.SetUp failed for volume "pv-cost-analyzer" : mount failed: exit status 32... and MountVolume.SetUp failed for volume "pv-prometheus" : mount failed: exit status 32...
MountVolume.SetUp failed for volume "pv-cost-analyzer" : mount failed: exit status 32 Mounting command: mount Mounting arguments: -t nfs:/kubecost/cost-analyzer/ /var/lib/kubelet/pods/6fb3a188-13d2-40de-bebb-e0c10e7e9f3a/volumes/kubernetes.io~nfs/pv-cost-analyzer Output: mount.nfs: Connection timed out
MountVolume.SetUp failed for volume "pv-prometheus" : mount failed: exit status 32 Mounting command: mount Mounting arguments: -t nfs :/kubecost/prometheus/ /var/lib/kubelet/pods/ff42ce42-8b07-436a-9f2b-985bd9fc6410/volumes/kubernetes.io~nfs/pv-prometheus Output: mount.nfs: Connection timed out
Steps to reproduce
created a pv and pvc for both cost analyzer and prometheus pods to use and map it using values files
Define the PVC manifest
persistentVolume: enabled: true StorageClass: efs-sc existingClaim: kubecost-cost-analyzer
prometheus: server: persistentVolume: enabled: true existingClaim: kubecost-prometheus-server
Expected behavior
Expected the volumes to be mounted to the pod
Impact
No response
Screenshots
No response
Logs
Slack discussion
No response
Troubleshooting