Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #345 from kabanero-io/kvijai82-patch-2
Browse files Browse the repository at this point in the history
Update installing-kabanero-foundation.adoc
  • Loading branch information
alohr51 authored Mar 10, 2020
2 parents ae78b6f + d9b639d commit 08b4942
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ref/general/installation/installing-kabanero-foundation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ You can build and deploy a simple java-microprofile application using the defaul
. Ensure that you are logged in to your cluster with the `oc login` command
. Create a persistent volume (PV) for the pipeline to use; a sample hostPath `pv.yaml` is provided
. Create a persistent volume (PV) for the pipeline to use; a sample `pv.yaml` is provided. Update the IP address in the file to point to node that's running your NFS server. This is typically the address of your infrastructure node. If you don't have a NFS server setup on your cluster, setup an alternate persistent volume.
* `oc apply -f pv.yaml`
. Create the pipeline and execute the example manual pipeline run
* `APP_REPO=https://github.com/dacleyra/appsody-hello-world/ ./example-tekton-pipeline-run.sh`
* `APP_REPO=https://github.com/kabanero-io/sample-java-microprofile ./example-tekton-pipeline-run.sh`
. Access the application at `http://appsody-hello-world.kabanero.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`
* By default, the application container image is built and pushed to the Internal Registry, and then deployed serverless
. Access the application at `http://sample-java-microprofile.kabanero.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`
* By default, the application container image is built and pushed to the Internal Registry, and then deployed to the cluster.
. (Optional) Access the pipeline logs
* `oc logs $(oc get pods -l tekton.dev/pipelineRun=java-microprofile-manual-pipeline-run -n kabanero --output="jsonpath={.items[0].metadata.name}") -n kabanero --all-containers`
. (Optional) Make detailed pipeline changes by accessing the pipelines dashboard
* `http://tekton-dashboard.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`
. (Optional) Access the tekton dashboard to review more details of your pipelinerun.
* `http://tekton-dashboard-tekton-pipelines.<MY_OPENSHIFT_MASTER_DEFAULT_SUBDOMAIN>`

0 comments on commit 08b4942

Please sign in to comment.