I am trying to test Ephemeral Container in v1.23.5 & containerd://1.4.9 in minikube v1.23.0
after entering kubectl debug -it ephemeral-demo --image=busybox:1.35 --target=ephemeral-demo
, i can see 2 issues
- prompt displayed improper format. each line is different tab spaces etc
- when i type ps aux or any commands, cann’t see. but i will be able to see after press enter Same issue in Vagrant 2 nodes Cluster with (Ubuntu 21.10) & kube version v1.23.5)
Any one experienced this issue? any suggestions/workarounds appreciated