-
Bug
-
Resolution: Done-Errata
-
Undefined
-
4.14
-
No
-
Hypershift Sprint 246, Hypershift Sprint 247
-
2
-
False
-
Currently the konnectivity agent has the following update strategy:
```
updateStrategy:
rollingUpdate:
maxUnavailable: 1
maxSurge: 0
```
We (IBM) suggest to update it to the following:
```
updateStrategy:
rollingUpdate:
maxUnavailable: 10%
type: RollingUpdate
```
In a big cluster, it would speed up the konnectivity-agent update. As the agents are independent, this would not hurt the service.
- blocks
-
OCPBUGS-25217 Use better update strategy for konnectivty daemonset
- Closed
- is cloned by
-
OCPBUGS-25217 Use better update strategy for konnectivty daemonset
- Closed
- links to
-
RHSA-2023:7198 OpenShift Container Platform 4.15 security update
- mentioned on