Hi when we edit memory why do we delete pod.yaml and then recreate it ? whats th . . .

harikrishna raval:
hi when we edit memory why do we delete pod.yaml and then recreate it ? whats the logic

LonnyBarry:
@harikrishna raval can you reference a section / lab / etc where this was done?

Madhan Kumar:
using the kubectl edit command ; not every field in the pod.yaml can be edited when the pod is in a running state, which is the reason we need to delete the pod and recreate it.