apache / apache/devlake-helm-chart
Helm install on AWS EKS fails due multiple containers being unable to mount /etc/localtime
Open
- Dominant language
- Go Template
- Stars
- 52
- Forks
- 72
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 1
Description
Errors:
`MountVolume.SetUp failed for volume "devlake-mysql-localtime" : hostPath type check failed: /etc/localtime is not a file`
Fix:
Remove the mappings for /etc/localtime. The containers in the pod will inherit time from the cluster nodes.
affects: deployments.yaml & statefulsets.yaml.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.