We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I have this problem, when I connect to the kubernetes cluster via teleport:
$ kubectl-multiforward prod error upgrading connection: error sending request: Post "https://eleport.example.com:3026/api/v1/namespaces/example/pods/example-service/portforward": dial tcp: lookup eleport.example.com: no such host
It's related to this code where t is removed from the beginning of the line:
t
hostIP = strings.TrimLeft(req.RestConfig.Host, "htps:/")
If I connect to the cluster via AWS, for example, then everything works correctly.
I installed plugin from the source code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have this problem, when I connect to the kubernetes cluster via teleport:
$ kubectl-multiforward prod error upgrading connection: error sending request: Post "https://eleport.example.com:3026/api/v1/namespaces/example/pods/example-service/portforward": dial tcp: lookup eleport.example.com: no such host
It's related to this code where
t
is removed from the beginning of the line:If I connect to the cluster via AWS, for example, then everything works correctly.
I installed plugin from the source code.
The text was updated successfully, but these errors were encountered: