0.7.0 spegel release supports containerd 1.7 on our own risk, or does not support completely? #1312
|
Releases page says "For Containerd, Spegel supports versions from 1.7 onward that are under active maintenance" #1168 says it removes support for Containerd 1.7. That is, Spegel 0.7.0 will or will not work with Containerd 1.7? |
Replies: 1 comment 4 replies
|
The documentation needs to be updated. I should probably remove any mention of a specific minimum version there and reference the code instead. I will update the docs to reflect the truth. Containerd 1.7 was going to be deprecated a long time but the date kept getting pushed, and was supposed to deprecated in March this year. The maintainers who are keeping support are doing it specifically for GKE clusters running Kubernetes versions that we dont test against anymore.
Keeping support for 1.7 would mean more work accounting for the missing features and also the difference in configuration. This makes both the code and documentation more time consuming to keep up to date. The major Kubernetes flavors made the migration to Containerd 2.1 a while ago. The only users that may be sticking with 1.7 still are enterprises who are unable to upgrade for one reason or another. |
The documentation needs to be updated. I should probably remove any mention of a specific minimum version there and reference the code instead. I will update the docs to reflect the truth.
Containerd 1.7 was going to be deprecated a long time but the date kept getting pushed, and was supposed to deprecated in March this year. The maintainers who are keeping support are doing it specifically for GKE clusters running Kubernetes versions that we dont test against anymore.