-
Notifications
You must be signed in to change notification settings - Fork 211
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: retire gpu dedicated aks image #5548
Conversation
pkg/agent/datamodel/sig_config.go
Outdated
@@ -378,6 +378,12 @@ const ( | |||
// of support and image builds have stopped. | |||
FrozenCBLMarinerV1SIGImageVersionForDeprecation string = "202308.28.0" | |||
|
|||
// DO NOT MODIFY: 1804GPUContainerd Gen1 & Gen2 pinned to the last image build as | |||
// GPU Dedicated preview image is being deprecated and image builds have stopped. | |||
Frozen1804Gen1GPUDedicatedVHDContainerdSIGIMageVersionForDeprecation string = "202412.29.0" |
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.
nit: Frozen1804GPUContainerdSIGImageVersionForDeprecation
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.
@cameronmeissner fixed!
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.
I would also do
Frozen1804Gen2GPUDedicatedVHDContainerdSIGIMageVersionForDeprecation
-> Frozen1804Gen2GPUContainerdSIGImageVersionForDeprecation
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.
Thanks. Changed it. Not sure why I made those different haha.
E2E is failing for PR gate for all PRs that I see, so Im going to wait until all the other checks pass and then bypass merge for the release Monday.
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.
lgtm, kill it!
Co-authored-by: Zachary Bailey <[email protected]> Co-authored-by: Zachary Bailey <[email protected]>
Co-authored-by: Zachary Bailey <[email protected]> Co-authored-by: Zachary Bailey <[email protected]>
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
This PR deprecates the 1804gpucontainerd images.
Requirements: