Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@wtrocki wtrocki released this 29 Mar 11:58
· 352 commits to main since this release

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

  1. 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
  1. Ad catalog source
oc apply -f catalog.yml
  1. Wait 1 minute and go to openshift catalog.
    Type Rhoas and install operator.

Testing plugin

  1. Go to the Add + screen and look for Managed Service section.
  2. Follow instructions on wizard until redirected to topology screen.