Open zimnx opened 5 months ago
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
What should the feature do?
Introduce a new command within the Operator's CLI that outputs the required Kubernetes manifests. This command will streamline the installation process by allowing users to retrieve the necessary manifests directly from the container image. Currently, installing and managing the Operator involves multiple steps, including fetching the binary and applying the Kubernetes manifests separately from different sources. This process can be cumbersome and error-prone.
What is the use case behind this feature?
Streamline Operator installation, prevent version skew between Operator binary and deployment manifests.
Anything else we need to know?
No response