You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gefyra list --containers fails with Error: list index out of range when there are there are other containers with names starting with same name as gefyra container
What did you expect to happen?
.
Please provide the output of gefyra check.
.
How can we reproduce it (as minimally and precisely as possible)?
gefyra run --name abc
gefyra list --containers works fine
docker run --name abc-nginx-5005 (please note that docker container name starts with abc)
gefyra list --containers fails with Error: list index out of range
Note from Michael: identification of gyfyra containers should be based on tags (not on based on container name)
What Kubernetes setup are you working with?
$ kubectl version
# paste output here
OS version
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered:
What happened?
gefyra list --containers
fails withError: list index out of range
when there are there are other containers with names starting with same name as gefyra containerWhat did you expect to happen?
.
Please provide the output of
gefyra check
..
How can we reproduce it (as minimally and precisely as possible)?
gefyra run --name abc
gefyra list --containers
works finedocker run --name abc-nginx-5005
(please note that docker container name starts with abc)gefyra list --containers
fails withError: list index out of range
Note from Michael: identification of gyfyra containers should be based on tags (not on based on container name)
What Kubernetes setup are you working with?
OS version
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: