kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
144 stars 46 forks source link

running example for exec pod on minikube #69

Closed d3v-S closed 2 years ago

d3v-S commented 3 years ago

Hello, I am unable to run exec_pod example after setting up minikube.

This is the error:

[2021/07/27 20:55:51:1527] E: callback_wsclient: wsclient connection error: Unable to connect [2021/07/27 20:55:54:2247] E: callback_wsclient: wsclient connection error: Unable to connect [2021/07/27 20:55:57:2970] E: callback_wsclient: wsclient connection error: Unable to connect [2021/07/27 20:56:03:6007] E: callback_wsclient: wsclient connection error: Unable to connect [2021/07/27 20:56:10:7051] E: callback_wsclient: wsclient connection error: Unable to connect [2021/07/27 20:56:19:5365] E: callback_wsclient: wsclient connection error: Unable to connect

ityuhui commented 3 years ago

Do you have a http/https proxy ? Need disable it.

And please append a detail log

https://github.com/kubernetes-client/c/blob/d83ca5a13a78aeee8a766b5cc935b720735c3552/examples/exec_pod/main.c#L25-L29

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

ityuhui commented 2 years ago

Close this issue because author has not responsed for a long time.