-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScyllaDB installation on openshift #713
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Comments
we don't support OpenShift yet :( although except for tuning permissions it should work
|
In order to run Scylla on Openshift I did:
{
APIGroups: []string{"apps"},
Resources: []string{"daemonsets", "daemonsets/finalizers"},
Verbs: []string{"create", "delete", "get", "list", "patch", "update", "watch"},
}
func makePerftuneJobForNode(...) {
...
Spec: corev1.PodSpec{
ServiceAccountName: naming.NodeConfigAppName,
...
}
}
func makePerftuneJobForContainers(...) {
...
Spec: corev1.PodSpec{
ServiceAccountName: naming.NodeConfigAppName,
...
}
} |
Nice work! Currently we don't aim to support OCP/OKD. We'll focus on EKS first. |
mykaul
added
kind/feature
Categorizes issue or PR as related to a new feature.
and removed
kind/bug
Categorizes issue or PR as related to a bug.
labels
Dec 27, 2022
tnozicka
added
the
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
label
May 3, 2024
tnozicka
added
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
and removed
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
labels
May 24, 2024
tracked in #424 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Describe the bug
Trying to install scylladb cluster on Openshift using help. However the installation is failing with the error message in the description.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ScyllaDB successfully installed on Openshift.
Logs
Operator logs :-
Environment:
Additional context
I have added privilege access to serviceaccount and user following yam file for role bindings roles.txt
Note :- Please rename the file with .yaml extension
The text was updated successfully, but these errors were encountered: