Skip to content

pszuster/OpenshiftTemplateEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openshift Template Visual Editor

This is a simple web editor to create or modify Red Hat Openshift templates in a visual way, much simpler than struggling with json or yaml directly.

You can import json or yaml templates, modify them and export them as json. The tool also validates the template and indicates found errors. It currently works with Openshift v3.6, 3.7 and 3.9 schemas.

Instructions

  1. Clone this repo
  2. Start a webserver to serve static content
python -m SimpleHTTPServer 8080

or just

./run.sh
  1. Open your browser in http://localhost:8080
  2. Import an existing template in JSON or YAML (optional).
  3. Start working on the template.
Template Validation Template Validation
Editing Services Edit Service
Editing ConfigMapsEdit ConfigMap
Writing JSON directly
Edit json directly
Template Validation Validation

About

Web editor for openshift templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors