You CANNOT edit specifications of an existing POD other than the below:
spec.containers[*].image
spec.initContainers[*].image
spec.activeDeadlineSeconds
spec.tolerationskubectl get pod webapp -o yaml > my-new-pod.yamlkubectl delete pod webappkubectl create -f my-new-pod.yaml