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

k8s-surf does not work when transitioning from no config to having a config. #7

Open
5 tasks done
robblovell opened this issue May 25, 2022 · 0 comments
Open
5 tasks done
Labels
bug Something isn't working

Comments

@robblovell
Copy link

robblovell commented May 25, 2022

Summary:

When installing and using k8s-surf for the first time, if you don't have a working kubeconfig installed, k8s-surf does not work once you have installed a working config file.

To Reproduce:

Steps to reproduce the behavior:

  1. Start without a working config file ( I had one active on a deleted cluster)
  2. Install k8s-surf and start the daemon
  3. Verify k8s-surf does not show results because of the missing or not working config (it would be nice to see that this is the reason it isn’t working as you can’t tell that now)
  4. Download a config file and install it in ~/.kube/config
  5. Verify you can query the cluster in a terminal
  6. Verify that k8s-surf still does not show results.

Restarting the daemon with 'czctl stop'/'czctl start' fixes the problem.

Observed Results:

k8s-surf still does not show results

Expected Behavior:

k8s-surf should start working when the valid kubeconfig is installed.

Checklist

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)
  • I have provided sufficient information for the team
@robblovell robblovell added the bug Something isn't working label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant