Open tzach opened 3 years ago
Minimal as using developer mode and no tuning?
Without tuning it would be fairly easy as it would be cloud agnostic and didn't grow our examples matrix.
What I do is:
kubectl create namespace test
kubectl -n test create -f test/e2e/fixture/scyllacluster/basic.scyllacluster.yaml
(or custom CR)kubectl -n test create serviceaccount basic-member
kubectl -n test create rolebinding basic-member --clusterrole=scyllacluster-member --serviceaccount=test:basic-member
Steps 4. and 5. will go away when we fix https://github.com/scylladb/scylla-operator/issues/450 so it's just deploying the operator and creating a scyllacluster CR.
We can certainly expand our easy ramp up and document this case.
There is also the question of storage. We currently support only local disks but dedicated disks cost a lot of money just for a minimal test case. There is a way to set it up (https://github.com/scylladb/scylla-operator/pull/694) which doesn't need SSDs but that could also get easier when we can run on cloud persistent storage.
The Scylla Operator project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
/lifecycle stale
/remove-lifecycle stale /triage accepted
The GKE example is great, but often newcomers want to run a minimal, functional demo. It would be nice to have an easy option to do that.