-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.14
-
No
-
False
-
This is a clone of issue OCPBUGS-22459. The following is the description of the original issue:
—
Description of problem:
In HyperShift 4.14, the konnectivity server is run inside the kube-apiserver pod. When this pod is deleted for any reason, the konnectivity server container can drop before the rest of the pod terminates, which can cause network connections to drop. The following preStop definition can be added to the container to ensure it stays alive long enough for the rest of the pod to clean up. lifecycle: preStop: exec: command: - /bin/sh - -c - sleep 70
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
- clones
-
OCPBUGS-22459 Konnectivity container in apiserver pod should delay shutdown
- Closed
- is blocked by
-
OCPBUGS-22459 Konnectivity container in apiserver pod should delay shutdown
- Closed
- links to
-
RHBA-2024:0642 OpenShift Container Platform 4.14.z bug fix update