-
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 support list images #4086
Comments
Hi @liangyuanpeng ,thanks for your contributions, could you share the usage scenario and why to do it? |
Since the karmadactl init component is serial, I would like to first pull all required container images before deploying to speed up the init process. |
$ kubeadm config images list
registry.k8s.io/kube-apiserver:v1.30.0
registry.k8s.io/kube-controller-manager:v1.30.0
registry.k8s.io/kube-scheduler:v1.30.0
registry.k8s.io/kube-proxy:v1.30.0
registry.k8s.io/coredns/coredns:v1.11.1
registry.k8s.io/pause:3.9
registry.k8s.io/etcd:3.5.12-0 |
$ kubeadm config images list --image-repository=registry.k8s.io2
registry.k8s.io2/kube-apiserver:v1.30.0
registry.k8s.io2/kube-controller-manager:v1.30.0
registry.k8s.io2/kube-scheduler:v1.30.0
registry.k8s.io2/kube-proxy:v1.30.0
registry.k8s.io2/coredns:v1.11.1
registry.k8s.io2/pause:3.9
registry.k8s.io2/etcd:3.5.12-0 |
Hello tutor, I am currently developing the code of this function, and I have encountered some problems and would like to ask your opinion |
we decide pause to work for feature of karmadactl image list based on the content of the meeting, #5387 This feature will be reconsidered if it is generally needed. |
What would you like to be added:
Support command of
karmadactl config images list
Why is this needed:
The text was updated successfully, but these errors were encountered: