Open XudongLiuHarold opened 3 months ago
/assign
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?
In https://github.com/kubernetes/cloud-provider-vsphere/blob/master/cmd/vsphere-cloud-controller-manager/main.go#L273, cloud provider vsphere is using
klog.Fatalf
to log information, it will exit directly so the stop channel didn't receive the signalWhat did you expect to happen?
The pod should not exit at
klog.Fatalf
and allow the signal to be send to the channelHow can we reproduce it (as minimally and precisely as possible)?
existing in current version
Anything else we need to know (please consider providing level 4 or above logs of CPI)?
No response
Kubernetes version
v1.31.0
Cloud provider or hardware configuration
OS version
Kernel (e.g.
uname -a
)Install tools
Container runtime (CRI) and and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
Others