-
Bug
-
Resolution: Done-Errata
-
Normal
-
4.14
-
No
-
Hypershift Sprint 247
-
1
-
False
-
-
Release Note Not Required
-
In Progress
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:
- blocks
-
OCPBUGS-24315 Konnectivity container in apiserver pod should delay shutdown
- Closed
- is cloned by
-
OCPBUGS-24315 Konnectivity container in apiserver pod should delay shutdown
- Closed
- links to
-
RHSA-2023:7198 OpenShift Container Platform 4.15 security update
- mentioned on