How to use this release
Running Bridge
Login to your openshift cluster using oc.
Download and run bridge locally.
This will start console running locally that will connect with your cluster.
oc login # login to your cluster
chmod +x ./bridge
source ./oc-environment.sh
./bridge
Running operator
We need to install firepig operator in order to see our extensions.
Operator can be added as separate catalog source.
Currently, we offer only alpha stream that represents latest master changes.
Operator installation Procedure
- Create catalog.yml file
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: rhoas-operators
namespace: openshift-marketplace
spec:
displayName: RHOAS Operators
icon:
base64data: ""
mediatype: ""
image: quay.io/rhoas/service-operator-registry:autolatest
priority: -400
publisher: RHOAS
sourceType: grpc
updateStrategy:
registryPoll:
interval: 260s
- Ad catalog source
oc apply -f catalog.yml
- Wait 1 minute and go to openshift catalog.
Type Rhoas and install operator.
Testing plugin
- Go to the
Add +
screen and look forManaged Service
section. - Follow instructions on wizard until redirected to topology screen.