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