pkg/cri/config: remove deprecated Auths (auths)#7526
pkg/cri/config: remove deprecated Auths (auths)#7526thaJeztah wants to merge 1 commit intocontainerd:mainfrom
Conversation
6148e5e to
a981657
Compare
|
Should we wait until 2.0 to remove these? /retest |
|
@kevpar - FYI |
|
LGTM! TY |
a981657 to
a7ad300
Compare
|
Looks like we want to keep compatibility until v2.0 |
|
@thaJeztah HI, This pr needs rebase and update Release.md Line 396 in 8c21759
|
mikebrow
left a comment
There was a problem hiding this comment.
looking good .. see https://github.com/containerd/containerd/blob/main/docs/cri/config.md?plain=1 for references in the docs to these fields
|
@thaJeztah Are we ready for this to go in? If so, it needs a rebase. |
a7ad300 to
2dec36d
Compare
This was marked to be removed for containerd v1.6.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
2dec36d to
78bae3a
Compare
|
Rebased; only the last commit was still needed; also updated |
|
And looks like there's two remaining options to be removed; I'll have a look at doing a follow-up. |
mikebrow
left a comment
There was a problem hiding this comment.
LGTM..
for the follow up.. we also have auth refs here to remove:
https://github.com/containerd/containerd/blame/main/docs/cri/registry.md#L15
|
ah, thanks; didn't check docs. I can remove that as part of this PR |
|
as an alternative you could just say removed from v2.. tricky to have docs in a main branch that might be read for prior releases.. |
| }, | ||
| }, | ||
| }, | ||
| warnings: []deprecation.Warning{deprecation.CRIRegistryAuths}, |
There was a problem hiding this comment.
You can remove this from the deprecation package too.
|
I don't think we have the preconditions to merge this one yet |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Going to close this one, these properties will get migrated in a later version. Many users expressed that image pull secrets is not a suitable alternative for their configuration. See #9966 |
pkg/cri/config: remove deprecated Auths (auths)
This was marked to be removed for containerd v1.6.0