Skip to content

A kubernetes operator to control Nuvolaris operations

License

Notifications You must be signed in to change notification settings

nuvolaris/nuvolaris-controller

Repository files navigation

nuvolaris-controller

This repo builds the OpenWhisk controller that is the core of OpenWhisk and publishes the images in the GitHub docker registry.

It includes as a subrepo our fork of apache/openwhisk

You can discuss it in the #nuvolaris-controller discord channel and in the forum under the category controller.

Developer Guide

To develop with this repo, please use VSCode. You can use other IDEs if you want but for VSCode there is the configuration ready. Note that you need also Docker running.

You can put it at work with the following procedure

  1. clone everyting and open it in VSCode:
git clone https://github.com/nuvolaris/nuvolaris --recurse-submodules
code nuvolaris

It will open and show a pop-up asking if you want to Reopen in Container. Click on it. 2. When it has finished, open the workspace.code-workspace file and then open the workspace (there will be a button to do that, click on it). 3. Open the Metals plugin (click on the icon that looks like an 'm'). To import the project, click on New Scala Project (but do not create any project actually) then import build. This will activate the Metals plugin, it will import all the subprojects and make available all the features of the plugin. 4. Check Run doctor to verify the projects has been imported correctly. An healthy import looks like this: