-
Notifications
You must be signed in to change notification settings - Fork 47
Switch to use daemonset deployment for image preload #535
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
Conversation
8814b48 to
4d33ace
Compare
| image: {{.PodImage}} | ||
| resources: | ||
| requests: | ||
| cpu: "120m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's reduce request 10m and 10Mi. Then remove limit
| @@ -0,0 +1,394 @@ | |||
| apiVersion: tekton.dev/v1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awscli-cl2-load-with-addons-slos.yaml.orig?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
mengqiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity, it'd be helpful to include why we change it to embeded DS instead of using node-preload-images in the PR description.
Issue #, if available:
Switch to use daemonset deployment for image preload
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.