In my k8s env, already one pod is running with 1 container with some volume moun . . .

Shankar PS:
In my k8s env, already one pod is running with 1 container with some volume mount. Now I want to add one more container into that pod without deleting the old pod. Help me on this.

Mani:
I think it’s not possible, you can only able to change the container images in a running pod.

Malayamanas Panda:
try patch with , existing + new image .

Christopher Hahn:
Or would one use “kubectl edit” here as well?