Jorge García

Results 12 comments of Jorge García

@Startrekzky @hugolesta I think having a separate repo would be the way to go in this case. The terraform module would potentially have a separate lifecycle, so it would be...

I'm running similar values without any issues. I have mysql in an external database, but that's not the one giving you issues, as per what I see in your comment...

> @JorgeGar It's 1.25 > > It's installed, in cluster, also, added policy, not the add-on. Have you checked the logs of the attacher?

Honestly, at this point, I'm following the [troubleshooting page from AWS](https://repost.aws/knowledge-center/eks-troubleshoot-ebs-volume-mounts), but... On the ebs-csi-controller, you should see a container called "csi-attacher". Try getting logs from there.

I also had issues with the localtime being a hostPath but on the permission side. Kubernetes recommend avoiding the hostPath unless they are completely required: https://kubernetes.io/docs/concepts/storage/volumes/#hostpath. @BrookeKatalon could you create...

Are you trying to push from the very same repo? If so, that's the issue. The process should be to fork the repo, and then from the forked one, you...

If we could pass the localtime as an env variable or configmap as @IronCore864 mentioned, that would be the best option.

I guess the same could also be done for MySQL too.

> Good idea. Does Grafana's official chart support provisioning dashboards? Yes it does. On that sense it could be also interesting to see if it is possible to offer the...

> I am unable to run the MySQL database on the k8s cluster as the `mysql` user wherein I set the `securityContext` to `runAsUser` with ID `999`, as available in...