Contributing

Contributing to the Spin plugin for Kubernetes

Prerequisites

To compile the plugin from source, you will need

Compiling the plugin from source

Fetch the source code from GitHub:

git clone git@github.com:spinkube/spin-plugin-kube.git
cd spin-plugin-kube

Compile and install the plugin:

make
make install

At this point you should see the kube plugin when querying the list of installed Spin plugins:

# List all installed Spin plugins
spin plugins list --installed

cloud 0.7.0 [installed]
cloud-gpu 0.1.0 [installed]
kube 0.1.0 [installed]
pluginify 0.6.0 [installed]

Contributing changes

Once your changes are made and tested locally please see the guidelines of contributing to Spin for more details about committing and pushing your changes.