A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix daemonset to replace all pods

+1 -1
+1 -1
internal/controller/discovery_daemonset_controller.go
··· 292 292 UpdateStrategy: appsv1.DaemonSetUpdateStrategy{ 293 293 Type: appsv1.RollingUpdateDaemonSetStrategyType, 294 294 RollingUpdate: &appsv1.RollingUpdateDaemonSet{ 295 - MaxUnavailable: &intstr.IntOrString{Type: intstr.Int, IntVal: 1}, 295 + MaxUnavailable: &intstr.IntOrString{Type: intstr.String, StrVal: "100%"}, 296 296 }, 297 297 }, 298 298 },