mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 18:00:35 +00:00
7f4648985ee31576329208de44c603b265fb729d
We don't really need to run the entire E2E suite anymore since we're deploying the operator and it takes care of the entire deployment cycle. Hence, the testing on operator should suffice and the helm testing can be much slimmer and only use 2 single-node clusters. This won't run the non-gw node tests, but as it's all tested on the operator anyhow, there's no need to re-test it here. Signed-off-by: Mike Kolesnik <mkolesni@redhat.com>
submariner-charts
Please see the Helm docs on Submariner's website.
Development workflow
Prerequisites
Create a fork and checkout
Create a fork of the original repository, clone it locally and checkout a new branch from master.
Example:
git clone https://github.com/myuser/submariner-charts.git
cd submariner-charts
git checkout -b new-feature
Now you can modify the Helm charts according to your needs.
Use the modified charts
Locally-modified charts can be installed using helm install,
referring to the local path; for example:
helm install submariner-k8s-broker ./submariner-k8s-broker ...
In the base directory of this repository, a local deployment using the local charts can be obtained by running the following command:
make deploy
This will start two kind clusters and deploy Submariner using the Broker and Operator charts.
make e2e
will run the end-to-end test suite used to validate that Submariner is working correctly.
Languages
Shell
47.9%
Go Template
19.2%
Makefile
19%
Go
13.9%