KubeMarine icon indicating copy to clipboard operation
KubeMarine copied to clipboard

Idiomatic way to restart containers for static pods

Open ilia1243 opened this issue 10 months ago • 0 comments

Restart of containers for static pods happens through crictl rm https://github.com/Netcracker/KubeMarine/blob/v0.28.0/kubemarine/kubernetes/components.py#L999

that is not idiomatic according to https://github.com/kubernetes/kubernetes/issues/123177

Need to think if it is possible to delete & create the manifest file (move somewhere and back).

ilia1243 avatar Apr 01 '24 07:04 ilia1243