Skip to content

Kubech does not work with Helm commands #19

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

Open
hamza-m-masood opened this issue Jan 24, 2024 · 2 comments
Open

Kubech does not work with Helm commands #19

hamza-m-masood opened this issue Jan 24, 2024 · 2 comments
Assignees

Comments

@hamza-m-masood
Copy link

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

@aabouzaid
Copy link
Collaborator

@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 aabouzaid self-assigned this Feb 11, 2024
@hamza-m-masood
Copy link
Author

hamza-m-masood commented Apr 26, 2025

@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

helm version: 3.17.1
kubeclt version: 1.30.1

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

No branches or pull requests

2 participants