Closed csantanapr closed 5 years ago
We tried today to use appsody deploy
using the same remote openshift cluster, and it looks is not possible or intended for deploy
command to be against a remote cluster, the command is intended for local cluster like minishift or minikube.
We will leave appsody deploy
from e2e workflow.
We have the e2e guides
We intend to have end to end workflow on what a best practice developer would go thru setup the first time but also continuously deployment as they make updates.
Cloud Pak for Applications showcased in workflow:
Initial set of Kabanero Workflows:
Common Workflows Steps, should have short explanation and screenshots
oc new-project <yournamespace>
oc project <yournamespace>
oc project -q
oc get deployments
oc get pods
oc get services
oc get route
oc new-project dev
appsody deploy --generate-only
this extracts a fileapp-deploy.yaml
build-deploy
for the stackdev
oc get deployments
oc get pods
oc get services
oc get route
oc get appsodyapplications
app-deploy.yaml
the file contains a defintion of anAppsodyApplication
the user guide is here https://github.com/appsody/appsody-operator/blob/master/doc/user-guide.mdcreateKnativeService: true
to thespec
object for exampleoc get ksvc
oc get configurations
oc get revisions