farmotive / kex

Quick k8s pod exec utility

Home Page:https://github.com/farmotive/kex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pods created with helm not found by kex

lypht opened this issue · comments

kex -ls:

     1 boiling-cow-rabbitmq-2375060383-xk4c6
     2	nginx-deployment-2122188915-7xrll
     3	nginx-deployment-2122188915-8rfq5
     4	nginx-deployment-2122188915-dgpzh
     5	sqe-wiremock-8xpl6
     6	tiller-deploy-553736225-s18vh
     7	warped-clam-jenkins-501160700-2cr2h

kex
error: unable to upgrade connection: container not found ("boiling-cow-rabbitmq")

After extensive testing, the issue was due to a deployment with a failed container. Once that deployment was purged, kex worked as expected.