-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
No namespaces list with EKS #298
Comments
Hey @pascencio, could you provide me with more details so I can investigate the issue? steps:
RUST_LOG="trace"
KFTRAY_DEBUG="true" After that, just open the application and simulate the error again. The debug log of the app will be in With this information, I will be able to understand what is happening and can help you. Can you check this? Thank you. |
@hcavarsan, I was faced with the same issue while context from OpenShift cluster is used. Here is the part of the log file with records that raised when I was trying to get a list of namespaces (OpenShift cluster API server's domain name and IP address are changed):
Here is my apiVersion: v1
clusters:
- cluster:
server: https://awesome.openshift.cluster.example.com:6443
name: awesome.openshift.cluster.example.com:6443
- cluster:
certificate-authority-data: {{REMOVED_DATA}}
server: https://127.0.0.1:55961
name: kind-istio
contexts:
- context:
cluster: awesome.openshift.cluster.example.com:6443
namespace: istio-ingress
user: artem/awesome.openshift.cluster.example.com:6443
name: istio-ingress/awesome.openshift.cluster.example.com:6443/artem
- context:
cluster: kind-istio
user: kind-istio
name: kind-istio
current-context: istio-ingress/awesome.openshift.cluster.example.com:6443/artem
kind: Config
preferences: {}
users:
- name: kind-istio
user:
client-certificate-data: {{REMOVED_DATA}}
client-key-data: {{REMOVED_DATA}}
- name: artem/awesome.openshift.cluster.example.com:6443
user:
token: sha256~{{REMOVED_DATA}} I hope this helps. Also, I think it's worth mentioning that kftray works great with the |
Hi @hcavarsan. Sorry for the delay, I've been really busy these past few days. |
@pascencio @artem-bondarenko can you try to see if its ok now? i made some fixes and improvements in this flow https://github.com/hcavarsan/kftray/releases/tag/v0.14.1 |
@hcavarsan I will try this tonigth |
@pascencio I'm thrilled to say it's fixed! I was able to get Namespaces, Services, Ports, etc. |
nice, thx @artem-bondarenko |
Sorry I forget it. I hope to test the new version today. |
@hcavarsan same error here: I hope this can help you! |
@pascencio thanks, that helped a lot! i was able to simulate the problem locally on my linux and after some research, i found a similar issue: it's a very specific problem with the appimage bundle and an enforcement of environment variables that pkg2appimage does. you could resolve this by installing awscli via apt-get instead of pip install, as apt-get installs a bundle of awscli via pyinstaller with all dependencies included in the downloaded binary. however, i know many people install via pip and could face the same issue. so, i managed to fix the issue in this version of kftray: https://github.com/hcavarsan/kftray/releases/tag/v0.14.2. it should work now without you having to make any changes to your local environment :) can you test it and confirm if it's working now? |
Hi @hcavarsan. Sorry for the delay, I had too much work this month. I tested the last versión and works perfectly!! |
thx! |
Describe the bug
When I try to add a new port forward the namespace list is empty when I select an AWS EKS context.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get a list of namespaces of my EKS cluster.
Screenshots
Desktop (please complete the following information):
Additional context
I downloaded the binary version
The text was updated successfully, but these errors were encountered: