This repository contains examples to be used with the StormForge Optimize Controller.
Each example contains additional documentation for usage and describing how it works.
Table of Contents
Each example can be run by executing kubectl apply -k .
from each of the example directories.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You are invited to contribute to new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
The examples here are all designed to run with the latest version of the Optimize Pro controller, (~> 3.0).
You can check your controller version by running stormforge check optimize-pro
.
To view older examples designed for the Optimize Pro controller (~> 2.0), please switch to the controller-v2
branch of this repository.
If you need to upgrade your controller, see the upgrade documentation.