-
Notifications
You must be signed in to change notification settings - Fork 349
Conversation
2c67221
to
9dfae13
Compare
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.
See comments to docs code looks good!
docs/registry.md
Outdated
The meaning of each field is the same with the corresponding field in `.docker/config.json`. | ||
|
||
Please note that auth config passed by CRI takes precedence. The registry | ||
credential in the config file will only be used when auth config is not specified |
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.
/s/the config file/this config/
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.
Done.
docs/registry.md
Outdated
``` | ||
The meaning of each field is the same with the corresponding field in `.docker/config.json`. | ||
|
||
Please note that auth config passed by CRI takes precedence. The registry |
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.
takes precedence over this config.
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.
Done.
docs/registry.md
Outdated
|
||
Please note that auth config passed by CRI takes precedence. The registry | ||
credential in the config file will only be used when auth config is not specified | ||
by CRI. |
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.
/s/by CRI/by kubernetes via CRI/
Follow this link to read about configuring kubernetes pod to use images from private registries.
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.
Done.
9dfae13
to
d2eba28
Compare
d2eba28
to
f1f6050
Compare
Signed-off-by: Lantao Liu <lantaol@google.com>
Signed-off-by: Lantao Liu <lantaol@google.com>
f1f6050
to
e4ad680
Compare
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
Signed-off-by: Lantao Liu <lantaol@google.com>
New changes are detected. LGTM label has been removed. |
Just updated containerd version to use #835. Re-apply LGTM. |
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
Cherrypick #838 to release/1.11
Fixes #723.
Fixes #835.
/cc @dmcgowan for the resolver change.
This PR:
cri
plugin to use containerd docker resolver instead of our own fork. This gets rid of a lot of code duplication and maintenance overhead.I'll mark this 1.11 and cherrypick into 1.11. Containerd 1.2 is our real release, I think it is fine to add new features before that.