Skip to content
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

Feature Request: Display alias details #433

Open
pranavmarla opened this issue Jul 28, 2022 · 1 comment
Open

Feature Request: Display alias details #433

pranavmarla opened this issue Jul 28, 2022 · 1 comment
Labels
kind/feature A new feature request

Comments

@pranavmarla
Copy link

Describe the solution you'd like:
I think it would be helpful to have a way to display the alias details (such as what cluster they refer to).

Why do you want this feature:
I often forget exactly which cluster a particular alias is referring to and, unfortunately, the current kconnect alias ls command simply lists out the alias names without any other details. So, I end up having to delete the alias and re-associate it with my desired cluster just to be safe, since I currently have no way of confirming whether the alias is already associated with my desired cluster.

Anything else you would like to add:
Perhaps this could be implemented as an additional flag to the existing kconnect alias ls command?

@pranavmarla pranavmarla added the kind/feature A new feature request label Jul 28, 2022
@jacobfra
Copy link
Collaborator

jacobfra commented Oct 28, 2022

would using the kubectl command cluster info solve this problem?

example for a rancher connection:
$ kubectl cluster-info
Kubernetes control plane is running at https:///k8s/clusters/
CoreDNS is running at https:///k8s/clusters//api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

if that doesn't help would using the command 'kconnect to' solve this problem?
it reads the history yaml file of your previous connections.. and has data like user and cluster...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature A new feature request
Projects
None yet
Development

No branches or pull requests

2 participants