Skip to content

projectsyn/component-crossplane

Commodore Component: crossplane

This is a Commodore Component for crossplane.

This repository is part of Project Syn. For documentation on Project Syn and this component, see syn.tools.

Documentation

The rendered documentation for this component is available on the Commodore Components Hub.

Documentation for this component is written using Asciidoc and Antora. It can be found in the docs folder. We use the Divio documentation structure to organize our documentation.

Run the make docs-serve command in the root of the project, and then browse to http://localhost:2020 to see a preview of the current state of the documentation.

After writing the documentation, please use the make docs-vale command and correct any warnings raised by the tool.

Local installation for testing purposes

make install allows you to install the operator in a local (kind) cluster.

The target installs the component Crossplane in a local cluster. This component uses Prometheus Operator.

Note: the namespace in the ClusterRoleBinding needs to be updated as we're deploying in a namespace other than the default namespace, that's why we have kind/prometheus-operator-cluster-role-binding.yaml

Contributing and license

This library is licensed under BSD-3-Clause. For information about how to contribute, see CONTRIBUTING.