Skip to content

OchiengEd/operator-csvgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

operator-csvgen

The Operator CSV Generator project aims to make creating the initial Cluster Service Version(CSV) for operators built without the operator-sdk easier based on the existing Kubernetes yaml files.

The CSV is necessary to add an operator to OperatorHub.io

Usage

$ python operatorcsv.py -h
usage: operatorcsv.py [-h] [--manifests-dir MANIFESTS_DIR] [--name NAME]
                      [--version VERSION]

Operator CSV Generator

optional arguments:
  -h, --help            show this help message and exit
  --manifests-dir MANIFESTS_DIR
                        Path to kubernetes manifests
  --name NAME, -n NAME  Operator name e.g. cloudoperator
  --version VERSION, -v VERSION
                        Operator semantic version e.g. 1.0.0
$

About

Operator CSV Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages