We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can't use Kind or Name, needs to be kind and name respectively for newer versions of kube. Kube 1.2 introduced this, I think.
Kind
Name
kind
name
See https://github.com/jboss-openshift/application-templates/blob/master/jboss-image-streams.json#L155-L156
@rcernich @knrc
The text was updated successfully, but these errors were encountered:
How is that different from: https://github.com/openshift/origin/blob/master/examples/image-streams/image-streams-centos7.json#L39-L42
Sorry, something went wrong.
doh! lowercase!
Sorry, I should've mentioned the lower case. Human eyes are bad at detecting this without knowing what to look for.
Try tag ose-v1.3.0-1
No branches or pull requests
You can't use
Kind
orName
, needs to bekind
andname
respectively for newer versions of kube. Kube 1.2 introduced this, I think.See https://github.com/jboss-openshift/application-templates/blob/master/jboss-image-streams.json#L155-L156
@rcernich @knrc
The text was updated successfully, but these errors were encountered: