Open nicolasduminil opened 3 months ago
Anyone concerned there ?
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What Happened?
I'm running minikube 1.32.0 on Ubuntu 22.04.4 LTS. The file
~/.minikube/files/etc/localtime
has been configured with the CEST time zone. I can check that as follows:I have a deployed a pod that returns the system current date and time. The Java code is below:
However, this returns
Thu Aug 1 15:58:31 CEST 2024
instead ofThu Aug 1 17:58:31 CEST 2024
. So, the date and time returned by the Linuxdate
command is different from the one returned by the pod running in the cluster.I have the following
locale
:On the host machine:
On the cluster:
By setting the file
~/.minikube/files/etc/localtime
I would have expected that the cluster locale be the same as the host machine. But obviously not. However, thedate
command show the CEST locale.What might be the problem here ?
Attach the log file
log.txt
Operating System
Ubuntu
Driver
Docker