You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the discussion related to the mentioned PR (#2896), when KeepAlive is enabled, a deadlock issue occurs during session logout, causing the controller to hang. This issue also impacts our environment.
Flag --enable-keep-alive has been deprecated, This flag has been deprecated and will be removed in a future release. Note: This feature has been disabled per default because we determined that we already keep alive sessions just by our regular reconciles. So we don't need an additional keep alive handler. Enabling this feature may lead to a deadlock in controllers communicating with vCenter.
It seems like option is not removed from the template:
/kind bug
What steps did you take and what happened:
What did you expect to happen:
--enable-keep-alive
option should be disabled as mentioned in 🌱 Deprecate and disable keep alive handler for vSphere sessions #2896Anything else you would like to add:
According to the discussion related to the mentioned PR (#2896), when KeepAlive is enabled, a deadlock issue occurs during session logout, causing the controller to hang. This issue also impacts our environment.
capv-controller-manager args:
Logs:
It seems like option is not removed from the template:
cluster-api-provider-vsphere/config/manager/manager.yaml
Line 24 in fdf3d46
If it's needed I can create small PR with the fix.
Environment:
kubectl version
): v1.27.9/etc/os-release
):The text was updated successfully, but these errors were encountered: