Skip to content

kakkoyun/operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Observatorium Operator

Build Status

Operator deploying the Observatorium project. Currently, this includes:

  1. the operator itself; and
  2. example configuration for deploying Observatorium via the Observatorium Operator.

For more information on the operator, see the Observatorium Operator documentation.

Development

We provide a few make commands that should help you getting started with development a bit quicker.

There is make generate that will generate new Kubernetes client files after updating the types for the Custom Resource Definition.

Then there is make manifests which is going to generate all manifest YAML files from jsonnet so that things are kept up-to-date.

If you need to update the dependencies for jsonnet simply use make jsonnet-update or more specifically make jsonnet-update-deployments.

About

Operator deploying the Observatorium project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jsonnet 36.3%
  • Go 32.6%
  • Shell 19.8%
  • Makefile 6.2%
  • Dockerfile 5.1%