You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless the plan is to make the operator the only way to deploy scylla in k8s, I think a standalone example as a statefulset is still useful.
Also, I took a look at the operator and looks like it uses a sidecar to run nodetool and exposes an http endpoint. That is definitely a nicer interface, but the idea is the same.
The idea of the operator isn't to make it impossible the deploy scylla without it but simply to make it easier. It will be hard to keep these examples in sync though as time goes by but personally I don't mind it all.
The readiness probe defined in here:
scylla-code-samples/kubernetes-scylla/scylla-statefulset.yaml
Line 58 in 0464f54
It uses
exec
to execute the probe script, which will always return 0.The text was updated successfully, but these errors were encountered: