-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add (and test) Native S2I Guide #6
Comments
Just FTR: Following the (my..) Quarkus Doc steps when logging into the cluster with a token obtained from the |
FTR: It seems to work, even for a "normal user" (via BTW: The guide (above) is actually wrong, I fixed it in quarkusio/quarkus#1898. |
So it seems that the problem is that we cannot patch the build config until we have created it and oc new-app will both create the build config and start a build. One solution may be to use |
This is step 1; when merged, a follow-up applying the same to gradle-it is planned. related to tqvarnst/quarkus-workshop#6
FTR: @tqvarnst meanwhile documented this with an update to https://quarkus.io/guides/openshift-s2i-guide - we can probably close this issue now? |
Try https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/openshift-s2i-guide.adoc (which should appear on https://quarkus.io/guides/openshift-s2i-guide very soon..) on the Workshop Demo Cluster.
Be particularly mindful of future participants not running with a privileged admin account; the
patch
to increase thelimit
may be a a problem, and need a solution in a set up such as this.Ultimate goal of this issue would be to create a Guide for this Native S2I.
The text was updated successfully, but these errors were encountered: