Skip to content

leskil/appshare-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About AppShare Operator

This operator is very much work in progress. The operator will install AppShare (https://github.com/zubairq/appshare) on OpenShift, and possibly Kubernetes as well, but that is still to be tested.

Prerequisites

How to test

  1. Make sure you are logged in to a cluster
  2. Build a docker image and push it to a registry:
    make docker-build docker-push IMG=<some-registry>/<project-name>:<some-tag>
  3. Install and deploy:
    make install
    make deploy IMG=<some-registry>/<project-name>:<some-tag>
  4. Create the CRD. See config/samples/appshare_v1_appshare.yaml

About

An OpenShift/Kubernetes operator for AppShare

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published