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

serializeImagePulls should be passed in kubelet config file instead of flag #16977

Open
vinayakk-sahaj opened this issue Dec 4, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@vinayakk-sahaj
Copy link

vinayakk-sahaj commented Dec 4, 2024

/kind bug

1. What kops version are you running? The command kops version, will display
this information.

1.28.4 however applies to latest as well

2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.

1.28.4 however applies to latest as well

3. What cloud provider are you using?
AWS

4. What commands did you run? What is the simplest way to reproduce this issue?
created cluster with below config,

spec:
  kubelet:
     serializeImagePulls: false

5. What happened after the commands executed?
Nodes were added to the cluster, however rolling was slow due image pulling happening in serial.

6. What did you expect to happen?
Parallel image pull at the startup of the node

7. Please provide your cluster manifest. Execute
kops get --name my.example.com -o yaml to display your cluster manifest.
You may want to remove your cluster name and other sensitive information.

spec:
  kubelet:
     serializeImagePulls: false

8. Please run the commands with most verbose logging by adding the -v 10 flag.
Paste the logs into this report, or in a gist and provide the gist link here.

9. Anything else do we need to know?

This document as well as cli says this flag is deprecated

https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/#:~:text=has%20more%20details.%20(-,DEPRECATED%3A%20This%20parameter%20should%20be%20set%20via%20the%20config%20file%20specified%20by%20the%20kubelet%27s%20%2D%2Dconfig,-flag.%20See%20kubelet

Happy to contribute if this is confirmed issue.

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants