kubectl describe events <event_id>
to get the details of the event.container.name
field to identify the affected container.remediation.yaml
) with the following content:
<container_name>
with the name of the affected container.kubectl apply -f remediation.yaml
.kubectl get pods
.