Skip to content

redhat-best-practices-for-k8s/certsuite-operator-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certification Suite Operator's Console Plugin

red hat openshift

Description

The Certsuite plugin is an openshift dynamic console plugin extending the OpenShift UI for the Certification Suite Operator.

This console plugin allows the possibility to run the Certification suites and review their results using the openshift console.

Getting started

In order to extend the openshift console with the certsuite plugin, you'll need to install the certification suite operator on your cluster.

Enable plugin

After installing the Certification operator, you might need to enable the plugin.

Option 1: Operator was installed using OLM subscription

In this case the plugin should be automatically enabled. If not, You can enable the plugin by navigating from OperatorsInstalled Operatorscertsuite-operator. There, check the Console plugin checkbox as Enabled and refresh the page.

Option 2: Operator was manually deployed

In this case the plugin is not automatically enabled. You can enable the plugin by navigating from AdministrationCluster SettingsConfigurationConsole operator.openshift.ioConsole plugins, and manually enabling the certsuite-operator-plugin.

Using the plugin

Once the operator is installed and the plugin is enabled, you should see a new tab added to the navigation bar:

navigation bar withplugin

You can add the required resources detailed here, by navigating to the corresponding tabs and using the create option.

The certification test results will appear under the Certification Suite CR's corresponding to the created certification run CR name.

See example:

CertificationSuiteRun-CR-list

Under the Results tab you can find the certification suites results.

See example:

CertificationSuiteRun-results