scylla-operator icon indicating copy to clipboard operation
scylla-operator copied to clipboard

Support `kubectl scale`

Open tnozicka opened this issue 4 years ago • 1 comments

Is this a bug report or feature request?

  • Feature Request

What should the feature do:

# kubectl get scyllacluster/basic
NAME    AGE
basic   3m57s

# kubectl scale scyllacluster/basic --replicas=3
Error from server (NotFound): scyllaclusters.scylla.scylladb.com "basic" not found

What is use case behind this feature:

Additional Information: We need to support the scale subresource.

tnozicka avatar Mar 15 '21 16:03 tnozicka

I suppose would scale the members in every rack.

tnozicka avatar Mar 15 '21 16:03 tnozicka

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:

  • After 30d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out

/lifecycle stale

@zimnx this might be a good one to look at for ScyllaDBDatacenter

tnozicka avatar Jun 24 '24 12:06 tnozicka