Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
We have lots of repos under https://github.com/kubernetes-csi/. external-provisioner is just one of the repos: https://github.com/kubernetes-csi/external-provisioner. Do we need to add a line here for every repo? Should we just add one registry for all repos under kubernetes-csi?
Uh oh!
There was an error while loading. Please reload this page.
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.
Yes, you need to create an entry for each repository and have a dedicated image manifests for each one and promote them separately.
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.
So we will have something like this?
external-provisioner = "group:[email protected]"
external-attacher = "group:[email protected]"
external-snapshotter = "group:[email protected]"
external-provisioner = "group:[email protected]"
external-resizer = "group:[email protected]"
external-provisioner = "group:[email protected]"
.......
There will be about 17 entries?
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.
Or is it possible to use one registry for all the repos under https://github.com/kubernetes-csi/ org?
Uh oh!
There was an error while loading. Please reload this page.
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.
It seems we already have a top level csi registry at registry.k8s.io/csi.
https://explore.ggcr.dev/?repo=registry.k8s.io%2Fcsi
Do you want to use that to hold the images from the csi GitHub org?
Also, what about registry.k8s.io/sig-storage https://explore.ggcr.dev/?repo=registry.k8s.io%2Fsig-storage?
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.
Yes, we can use the top level csi registry.
We need registries for both csi repos and sig-storage. Other than kubernetes-csi, we also have multiple repos under kubernetes-sigs. Those can use the sig-storage registry.