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
What happened: There is connection to garden instrustion: https://gardener.cloud/docs/dashboard/connect-kubectl/
kubectl get namespaces command tries ping local instead of remote connection.
kubectl get namespaces
What you expected to happen: kubectl get namespaces command shows correct output with remote urls.
How to reproduce it (as minimally and precisely as possible):
gardenctl config set-garden <sap-landscape> --kubeconfig "<path-to-garden-is-kubeconfig>"
export KUBECONFIG=<path-to-gardenlogin--is-kubeconfig>
Anything else we need to know:
Environment: kubelogin version v1.31.0, kubectl version: v1.28.2, gardenlogin version: version.Info{Major:"0", Minor:"6", GitVersion:"v0.6.0", GitCommit:"8b9d37b6f68f79f3a34fd1dbd205bb5a518c4632", GitTreeState:"clean", BuildDate:"2024-11-12T17:37:05+00:00", GoVersion:"go1.23.2", Compiler:"gc", Platform:"windows/amd64"}, gardenctl version: version.Info{Major:"2", Minor:"9", GitVersion:"v2.9.0", GitCommit:"4475a8e8e64952743803c79d16784191ed0764c3", GitTreeState:"clean", BuildDate:"2024-10-23T13:42:12+00:00", GoVersion:"go1.23.2", Compiler:"gc", Platform:"windows/amd64"}, cygwin, windows 11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
There is connection to garden instrustion: https://gardener.cloud/docs/dashboard/connect-kubectl/
kubectl get namespaces
command tries ping local instead of remote connection.What you expected to happen:
kubectl get namespaces
command shows correct output with remote urls.How to reproduce it (as minimally and precisely as possible):
gardenctl config set-garden <sap-landscape> --kubeconfig "<path-to-garden-is-kubeconfig>"
.export KUBECONFIG=<path-to-gardenlogin--is-kubeconfig>
.kubectl get namespaces
Anything else we need to know:
Environment:
kubelogin version v1.31.0,
kubectl version: v1.28.2,
gardenlogin version: version.Info{Major:"0", Minor:"6", GitVersion:"v0.6.0", GitCommit:"8b9d37b6f68f79f3a34fd1dbd205bb5a518c4632", GitTreeState:"clean", BuildDate:"2024-11-12T17:37:05+00:00", GoVersion:"go1.23.2", Compiler:"gc", Platform:"windows/amd64"},
gardenctl version: version.Info{Major:"2", Minor:"9", GitVersion:"v2.9.0", GitCommit:"4475a8e8e64952743803c79d16784191ed0764c3", GitTreeState:"clean", BuildDate:"2024-10-23T13:42:12+00:00", GoVersion:"go1.23.2", Compiler:"gc", Platform:"windows/amd64"},
cygwin,
windows 11
The text was updated successfully, but these errors were encountered: