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

fix: new artifact streaming containerd configuration and contract #330

Conversation

Bryce-Soghigian
Copy link
Collaborator

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?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


@Bryce-Soghigian Bryce-Soghigian changed the base branch from bsoghigian/artifact-streaming-impl to main May 7, 2024 07:21
@@ -384,7 +385,7 @@ var (
KubenetTemplate: base64.StdEncoding.EncodeToString(kubenetTemplate), // s
ContainerdConfigContent: "", // kd
IsKata: false, // n

ArtifactStreamingEnabled: true, // td
Copy link
Collaborator Author

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?

Copy link
Collaborator Author

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

@coveralls
Copy link

coveralls commented May 7, 2024

Pull Request Test Coverage Report for Build 8989077296

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.774%

Totals Coverage Status
Change from base Build 8905676791: 0.0%
Covered Lines: 36281
Relevant Lines: 37107

💛 - Coveralls

Copy link
Collaborator Author

@Bryce-Soghigian Bryce-Soghigian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/test

@Bryce-Soghigian Bryce-Soghigian self-assigned this May 7, 2024
@Bryce-Soghigian
Copy link
Collaborator Author

closing this in favor of enabling when we have contract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants