Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Conversation

alecmerdler
Copy link
Member

@alecmerdler alecmerdler commented Dec 17, 2019

Previously added to upstream-community-operators here.

Signed-off-by: alecmerdler [email protected]

Thanks submitting your Operator. Please check below list before you create your Pull Request.


Flat operator directory structure is obsolete from 23-rd of October 2019, only nested directory structure will be accepted.


New Submissions

Your submission should not

  • Modify more than one operator
  • Modify an Operator you don't own
  • Rename an operator - please remove and add with a different name instead
  • Submit operators to both upstream-community-operators and community-operators at once
  • Modify any files outside the above mentioned folders
  • Contain more than one commit. Please squash your commits.

Operator Description must contain (in order)

  1. Description about the managed Application and where to find more information
  2. Features and capabilities of your Operator and how to use it
  3. Any manual steps about potential pre-requisites for using your Operator

Operator Metadata should contain

  • Human readable name and 1-liner description about your Operator
  • Valid category name1
  • One of the pre-defined capability levels2
  • Links to the maintainer, source code and documentation
  • Example templates for all Custom Resource Definitions intended to be used
  • A quadratic logo

@openshift-ci-robot openshift-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. openshift-operator An Operator targeting OpenShift / OKD labels Dec 17, 2019
@gallettilance
Copy link
Member

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Dec 17, 2019
@gallettilance
Copy link
Member

/cc @jozzi

@gallettilance
Copy link
Member

/cc @J0zi

@openshift-ci-robot
Copy link
Collaborator

New changes are detected. LGTM label has been removed.

@openshift-ci-robot openshift-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Dec 17, 2019
@alecmerdler
Copy link
Member Author

@gallettilance Needed to add alm-examples annotation to fix scorecard.

@openshift-ci-robot openshift-ci-robot added the kubernetes-operator An Operator targeting OperatorHub.io label Dec 17, 2019
@alecmerdler alecmerdler force-pushed the container-security branch 2 times, most recently from e71f02d to 26969ce Compare December 17, 2019 18:43
@aneeshkp aneeshkp removed the kubernetes-operator An Operator targeting OperatorHub.io label Dec 17, 2019
@aneeshkp
Copy link
Contributor

/retest

@alecmerdler
Copy link
Member Author

===== Test: operator-scorecard-tests =====

 The operator failed the minimal scorecard criteria of passing the 'Spec Block Exists' and 'Status Block Exists' basic tests.

 time="2019-12-17T20:41:31Z" level=warning msg="Could not load config file; using flags"
time="2019-12-17T20:41:31Z" level=warning msg="Plugin directory not found; skipping external plugins: stat scorecard: no such file or directory"
time="2019-12-17T20:42:35Z" level=error msg="Plugin `olm-tests` failed with error (failed to read file: /tmp/944692770.cr.yaml)"
Basic Tests:
	Spec Block Exists: 1/1
	Status Block Exists: 0/1
	Writing into CRs has an effect: 0/1
Failed Plugin: olm-tests:

Total Score: 21%
�[33mSUGGESTION:�[0m Add a 'status' field to your Custom Resource
�[33mSUGGESTION:�[0m The operator should write into objects to update state. No PUT or POST requests from the operator were recorded by the scorecard.
 

======== Debug output of the operator container =========

This Operator is designed to fully control the CRs it's managing (effectively read-only, but CRs don't support that). Users are not intended to create/modify/delete ImageManifestVulns; instead the Operator creates them if any Pods on the cluster are running vulnerable container images.

@aneeshkp aneeshkp merged commit 82bf036 into operator-framework:master Dec 17, 2019
@alecmerdler alecmerdler deleted the container-security branch December 17, 2019 22:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
openshift-operator An Operator targeting OpenShift / OKD size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants