Ephemeral Container kubectl debug prompt issue

399 views Asked by At

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

  1. prompt displayed improper format. each line is different tab spaces etc
  2. 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

enter image description here

0

There are 0 answers