Question: Spinnaker service containers getting evicted, how to fix it?


Answer: Mostly, the spinnaker services gets evicted due to disk and memory pressures. This issue can be fixed by adding more resources to your cluster. Execute the below command to delete the evicted containers

$ kubectl -n oes get pod | grep Evicted | awk '{print $1}' | xargs  kubectl -n oes delete pod