oc create -f https://radanalytics.io/resources.yaml
The radanalytics.io community project encompass several technologies that are integrated to promote the workflow and lifecycle of intelligent applications on OpenShift and Kubernetes.
Many of the radanalytics.io components work in concert transparently to the user. An "installation" of these components is largely handled by OpenShift and Kubernetes, but there is a small amount of configuration required by users.
A terminal shell and OpenShift oc
tool available with an active login to
OpenShift.
Create a project to install radanalytics.io by typing
oc new-project <project name>
, where <project name>
is the identifier
you will use for the new project. Alternatively, you may select a
pre-existing project by typing oc project <project name>
.
Into your terminal shell type
oc create -f https://radanalytics.io/resources.yaml