Bug 1217094
| Summary: | [backport] illegal character names in imagestream | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Erik M Jacobs <ejacobs> |
| Component: | Node | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.0.0 | CC: | jialiu, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, sdodson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-0.4.3.2-0.git.132.36bef2f.el7ose | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-23 14:43:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Erik M Jacobs
2015-04-29 14:16:59 UTC
*** Bug 1217124 has been marked as a duplicate of this bug. *** Verified this bug with openshift-0.4.3.2-0.git.132.36bef2f.el7ose.x86_64, and PASS.
# cat imagestream.json
{
"apiVersion": "v1beta1",
"kind": "ImageStream",
"metadata": {
"name": "openshift/hello-openshift"
}
}
# osc create -f imagestream.json
Error: ImageStream "openshift/hello-openshift" is invalid: metadata.name: invalid value 'openshift/hello-openshift': may not contain "/"
This should be closed current release as it was fixed during Beta cycles. I'm unsure of the process here, does QE need to do that or may I? The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |