crate/crate-operator

Make CrateDB Kubernetes Operator Open Source

MarkusH opened this issue · 1 comments

One of Crate.io's philosophies is supporting and fostering the Open Source community. As part of that we want to publish the CrateDB Kubernetes Operator. This ticket is to track the tasks that need to be done to get us there.

  • We will use AGPL (#65)
  • Ensure a license header is present in each file (#65)
  • Ensure the license is set in setup.py (#65)
  • Ensure the license is set in Dockerfile (#65)
  • Ensure we have a code of conduct linked (#66)
  • Ensure we have a good contribution guide (#70)
  • Make repo public