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
Hi,
The command: oc new-app wildfly:latest~https://github.com/gshipley/book-insultapp.git
is not being recognised by oc v3.4: oc v3.4.1.2 kubernetes v1.4.0+776c994 features: Basic-Auth
Server https://10.1.2.2:8443 openshift v3.3.1.5 kubernetes v1.3.0+52492b4
When I run the command I get: error: no match for "wildfly:latest"
The 'oc new-app' command will match arguments to the following types:
--allow-missing-images can be used to point to an image that does not exist yet.
See 'oc new-app -h' for examples.
This worked fine on the previous oc version
The text was updated successfully, but these errors were encountered:
The Wildfly imagestream is no longer included with 3.4 by default, you would need to add it manually first:
oc create -f https://raw.githubusercontent.com/luciddreamz/library/master/community/wildfly/imagestreams/wildfly-centos7.json
And then create the application:
oc new-app wildfly:latest~https://github.com/gshipley/book-insultapp.git
Sorry, something went wrong.
No branches or pull requests
Hi,
The command:
oc new-app wildfly:latest~https://github.com/gshipley/book-insultapp.git
is not being recognised by oc v3.4:
oc v3.4.1.2
kubernetes v1.4.0+776c994
features: Basic-Auth
Server https://10.1.2.2:8443
openshift v3.3.1.5
kubernetes v1.3.0+52492b4
When I run the command I get:
error: no match for "wildfly:latest"
The 'oc new-app' command will match arguments to the following types:
--allow-missing-images can be used to point to an image that does not exist yet.
See 'oc new-app -h' for examples.
This worked fine on the previous oc version
The text was updated successfully, but these errors were encountered: