Replies: 3 comments
-
xref: kubernetes/kubeadm#3024 |
Beta Was this translation helpful? Give feedback.
-
Hey @k82cn - As shown in the log files above, etcd is being sent a {"level":"info","ts":"2024-02-16T00:19:35.711928Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"} etcd is designed to shut down when receiving this signal. You will need to investigate why etcd is being sent this signal on your systems. This could be an issue with your scripts, or your environment / operating system. Please refer to this explanation for how signals work. |
Beta Was this translation helpful? Give feedback.
-
To investigate why etcd receive the shutdown SIGTERM, you may see |
Beta Was this translation helpful? Give feedback.
-
Bug report criteria
What happened?
The etcd keep killed, so the other components also failed, e.g. kube-apiserver.
What did you expect to happen?
etcd running as expected
How can we reproduce it (as minimally and precisely as possible)?
Run script at: https://github.com/openbce/installer . This script is simple; it prepares environments for kubeadm, and execute it.
Anything else we need to know?
No response
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions