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

can't use mirrord over kubectl proxy #2803

Closed
aviramha opened this issue Oct 8, 2024 · 1 comment · Fixed by #2804
Closed

can't use mirrord over kubectl proxy #2803

aviramha opened this issue Oct 8, 2024 · 1 comment · Fixed by #2804
Assignees

Comments

@aviramha
Copy link
Member

aviramha commented Oct 8, 2024

Some of our users want to use mirrord over kubectl proxy which runs on a bastion host they SSH and port-forward to.
A simple way to reproduce/try it out is by running:
kubectl proxy
then in another terminal:

kubectl config set-cluster testt --server=http://localhost:8001 --insecure-skip-tls-verify=true
kubectl config set-context testt --cluster=testt
kubectl config use-context testt

then kubectl get pods works while mirrord ls fails.
mirrord ls fails because of empty user. I tried working around it by adding a "dummy" user, but that only fails in a different way (where kubectl doesn't)

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

Successfully merging a pull request may close this issue.

1 participant