Rafael Guimaraes Siqueira

Results 28 comments of Rafael Guimaraes Siqueira

From what I read kubernetes will support spec.timeZone on 1.24 version. [Cronjob Time Zones](https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones).

@ceelian Thank you for this! I had to go through the source code to figure that out.

If you are using network policies to filter egress traffic from pods, then this might help you: [Token requests calls fail with i/o timeout](https://azure.github.io/aad-pod-identity/docs/troubleshooting/#token-requests-calls-fail-with-io-timeout)

Did you happen to solve this problem?

Creating kubernetes in a separate module is already a recommendation on the official kubernetes terraform provider, see excerpt below from https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs#stacking-with-managed-kubernetes-cluster-resources: WARNING When using interpolation to pass credentials to the...

Yes, I am still experiencing this issue!

I think I have made further progress. My Asset was nil, now it actually contains the correct data but I am now getting this error: EXC_BAD_INSTRUCTION at line 71 of...

Having issues with imports as well.

I can also confirm fontfaceobserver-es works when using the following import: `import FontFaceObserver from 'fontfaceobserver-es';`

Also looking for a better fix for this. Adding ts-ignore has other side effects.