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

kcctl registry optimization #791

Open
lixd opened this issue Oct 18, 2024 · 0 comments
Open

kcctl registry optimization #791

lixd opened this issue Oct 18, 2024 · 0 comments
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/optimize

Comments

@lixd
Copy link
Contributor

lixd commented Oct 18, 2024

Describe the Bug
A clear and concise description of what the bug is.
kcctl registry Parameter is too more,maybe we can save it in a config file.
like this,list repository from registry,we need specify --node flag

kcctl registry list --node xxx --type repository,

we can save node info to a config file,when we deploy it,and in latest op we can omit --node flag,and read it from config file first.

and --type flag maybe set a defaut value as repository, so that we can list by this command:

kcctl registry list

and more others optimization

For UI issues please also add a screenshot that shows the issue.

Versions Used
Kubernetes: 1.27.4
Kubeclipper: 1.4.1

Environment
How many nodes and their hardware configuration:

For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g
(and other info are welcomed to help us debugging)

How To Reproduce
Steps to reproduce the behavior:

  1. kcctl registry deploy,deploy registry
  2. kcctl registry list --node xxx --type repository,list images in registry
    Expected behavior
    A clear and concise description of what you expected to happen.
@lixd lixd added kind/bug Categorizes issue or PR as related to a bug. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. and removed kind/bug Categorizes issue or PR as related to a bug. labels Oct 18, 2024
@lixd lixd changed the title [kcctl registry] kcctl registry optimization Oct 18, 2024
@lixd lixd added bug Something isn't working kind/feature Categorizes issue or PR as related to a new feature. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/optimize and removed bug Something isn't working kind/feature Categorizes issue or PR as related to a new feature. labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/optimize
Projects
None yet
Development

No branches or pull requests

1 participant