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
The patch, that is defined in io.fabric8.kubernetes.client.dsl.internal.apps.v1.RollingUpdater.requestPayLoadForRolloutRestart() replaces the hole annotations map found by /spec/template/metadata/annotations and sets the kubectl.kubernetes.io/restartedAt annotation. The patch should merge the annotations map instead.
Describe the bug
The error cased by https://github.com/fabric8io/kubernetes-client/pull/6723/commits
The patch, that is defined in io.fabric8.kubernetes.client.dsl.internal.apps.v1.RollingUpdater.requestPayLoadForRolloutRestart() replaces the hole annotations map found by
/spec/template/metadata/annotations
and sets thekubectl.kubernetes.io/restartedAt
annotation. The patch should merge the annotations map instead.Fabric8 Kubernetes Client version
7.1.0
Steps to reproduce
client.apps().deployments().inNamespace("my-namespace").withName("test").rolling().restart()
checksum/event
is removed from deployment.Expected behavior
client.apps().deployments().inNamespace("my-namespace").withName("test").rolling().restart()
checksum/event
exists in the deployment.Runtime
other (please specify in additional context)
Kubernetes API Server version
other (please specify in additional context)
Environment
Linux
Fabric8 Kubernetes Client Logs
Additional context
v1.30.2+k0s
The text was updated successfully, but these errors were encountered: