You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hamza-m-masood Thanks for reporting that 🙌
Could you please add more details about the issue like version (k8s, kubectl, and helm) and and how to reproduce the issue?
@aabouzaid The Helm command is actually working across a GKE cluster and a kind cluster. It fails to work on an OpenShift cluster.
How to reproduce
login to your OpenShift cluster:
oc login --username test --password 'pass' --server https://tests.com:443
connect to GKE cluster using kubech:
kchc gke
connect back to OpenShift:
kchc openshift
install helm chart on OpenShift cluster:
helm install test-name test/test
error received:
Error: Kubernetes cluster unreachable: the server has asked for the client to provide credentials
E0427 00:08:16.096998 70844 memcache.go:265] couldn't get current server API group list: the server has asked for the client to provide credentials
Hi,
If you try to run this tool with helm commands, helm will give you an error of the cluster not being responsive.
Regards,
Hamza Masood
The text was updated successfully, but these errors were encountered: