-
Notifications
You must be signed in to change notification settings - Fork 67
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
fix: new artifact streaming containerd configuration and contract #330
fix: new artifact streaming containerd configuration and contract #330
Conversation
@@ -384,7 +385,7 @@ var ( | |||
KubenetTemplate: base64.StdEncoding.EncodeToString(kubenetTemplate), // s | |||
ContainerdConfigContent: "", // kd | |||
IsKata: false, // n | |||
|
|||
ArtifactStreamingEnabled: true, // td |
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.
could we also do similar defaulting with cgroupsv2?
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.
#331 decided yes we can
Pull Request Test Coverage Report for Build 8989077296Details
💛 - Coveralls |
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.
/test
closing this in favor of enabling when we have contract |
Fixes #
Description
Adds support for artifact streaming. The change is gated on the ACR Side and karpenter will just enable artifact streaming by default. We want to get this in now so that for GA we have some testing for it.
How was this change tested?
e2e tests
Does this change impact docs?
Release Note