-
Notifications
You must be signed in to change notification settings - Fork 893
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
karmadactl output format with more information such as -owide #1219
Comments
Greate! I consider we could enhance |
@QAQ-rookie How about this feature :) |
@RainbowMango Thank you very much for your reply and look forward to the update of this function☀️ |
You are welcome! Thanks for reaching us though. |
The above we currently have capabilities.We can further optimize:
|
I would like to optimize it. /assign |
Thanks @lonelyCZ And I'll put this to release 1.1. |
I consider a strategy that the
Do we need to replace Hi, @RainbowMango @GitHubxsy How do you think? |
I think we need to obtain user authorization before we can access the member cluster. How to handle authorization is the most critical step. |
Right, it is important to handle authorization. But it is inconveniently to let users to create authorization config every time. So for admin users, joining a member cluster that can create a proxy kubeconfig like How do you think put this process in |
When the command output displays "Forbidden", prompt the user for authorization.
|
@lonelyCZ This feature can be developed based on the situation that users have been authorized to access all member clusters. |
@GitHubxsy Ok, thanks. |
Please provide an in-depth description of the question you have:
After I added multiple external clusters in Karmada, I can view cluster resource information using the karmadactl command without having to switch contexts or specify configuration files,This becomes more and more useful👍 when there are more and more clusters:
However, when I tried to use Karmadactl to get resource details, I ran into a problem. In k8s, you can use specific commands to query resource details:
Therefore, I want to know whether karmadactl will increase the function of viewing resource details to avoid complex command operations under multiple clusters. thanks.
What do you think about this question?:
Hope it will increase the function of viewing resource details such as
karmadactl describe po web-0 -C=member1 -n default
Environment:
The text was updated successfully, but these errors were encountered: