-
Notifications
You must be signed in to change notification settings - Fork 244
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
Enable use of ImageStreams on OpenShift #6406
Enable use of ImageStreams on OpenShift #6406
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -389,6 +389,7 @@ func (a *Adapter) createOrUpdateComponent( | |||
|
|||
annotations := make(map[string]string) | |||
odolabels.SetProjectType(annotations, component.GetComponentTypeFromDevfileMetadata(a.AdapterContext.Devfile.Data.GetMetadata())) | |||
odolabels.AddCommonAnnotations(annotations) |
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.
Would it also make sense to add this annotation to resources created by odo deploy
as well?
Unless I've missed something, it seems this annotation is only added to resources created by odo dev
.
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.
@kadel WDYT?
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 not possible to create a component from odo deploy
for now:
#6376 (comment)
78b0cfb
to
4c453f7
Compare
Kudos, SonarCloud Quality Gate passed!
|
/override ci/prow/v4.11-integration-e2e |
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e In response to this:
Instructions 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. |
What type of PR is this:
/kind feature
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6376
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: