redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
75 stars 96 forks source link

Automated testing & install instructions for an air gapped environment #439

Open mattschumpert opened 1 year ago

mattschumpert commented 1 year ago

Some customers need to do installs & operate Redpanda without external connectivity (sometimes intermittently e.g. edge devices, sometimes permanently). At least one bug has been found by customers but we lack tests & docs for this.

We need instructions in docs & end to end automated testing implying use of a customer-managed repo for all artifacts (e.g. Download Helm chart, chart points to internal Docker repo, installs Operator and Redpanda from there onto a K8s with no connectivity, runs in steady state and perform all day 2 cluster operations without issues)

These tests should be run & green as part of every Redpanda release.

JIRA Link: K8S-36

joejulian commented 1 year ago

Depends on #396

JakeSCahill commented 1 year ago

396 was merged - is this one now unblocked? I'll create a corresponding docs issue

mattschumpert commented 11 months ago

@joejulian configuring cloud storage seems orthogonal at first flance. Do we have automated tests that are truly running an air gapped environment? Would be good to get this approach documented (locally hosted docker registries etc)

joejulian commented 11 months ago

It was not. The tooling required for that issue would have been duplicated in this one.