Bug 1369679
Summary: | Wrong prompt message when passing invalid env name to 'oc set env' | ||
---|---|---|---|
Product: | OKD | Reporter: | Yadan Pei <yapei> |
Component: | oc | Assignee: | Juan Vallejo <jvallejo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Xingxing Xia <xxia> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.x | CC: | aos-bugs, ffranz, jvallejo, mmccomas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-09 21:53:51 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
Yadan Pei
2016-08-24 06:46:59 UTC
Related PR: https://github.com/openshift/origin/pull/10619 Fixed in: openshift v1.3.0-alpha.3+d8c9694 kubernetes v1.3.0+507d3a7 etcd 2.3.0+git $ oc set env rc/database-1 test-ttt=aaa1234 error: environment variables must be of the form key=value and can only contain letters, numbers, and underscores Now prompt meaningful error message. |