Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gefyra list --containers fails with "Error: list index out of range" #766

Open
crkurz opened this issue Dec 16, 2024 · 0 comments
Open

gefyra list --containers fails with "Error: list index out of range" #766

crkurz opened this issue Dec 16, 2024 · 0 comments

Comments

@crkurz
Copy link

crkurz commented Dec 16, 2024

What happened?

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)?

  1. gefyra run --name abc
  2. gefyra list --containers works fine
  3. docker run --name abc-nginx-5005 (please note that docker container name starts with abc)
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant