-
Notifications
You must be signed in to change notification settings - Fork 26
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
AWS ROSA support #108
Comments
Thank you for the feature request. This is something we are tracking, we are planning to publish a public roadmap shortly and will provide updates on the timeline for adding this feature. |
I'd like to second this request. We run on our own AWS infra (not ROSA), but it is still OpenShift atop RHCOS.
After doing all of the above, I was able to use the driver to mount PVCs as documented. I don't believe I'll be permitted to take these workarounds to any production environments, so I am very interested in seeing the driver work "out of the box" on RHCOS |
@dlakhaws Are external PRs accepted? We have interest in assisting with technical contributions to resolve, if that is the case. |
@dlakhaws : do you have any tentative date for this feature availability. We are planning to use S3 bucket as storage with in openshift cluster and eagerly waiting for this feature. |
@gisjedi We are happy to review contributions. Since this feature requires a substantial change, in case you are planning to contribute, could you please describe the changes you're planning to make in this issue first? @akhilesh-delphix Unfortunately we are unable to provide any timelines. |
@akhilesh-delphix I have been able to run this driver on OpenShift using a couple of tweaks...
apiVersion: security-profiles-operator.x-k8s.io/v1alpha2
kind: RawSelinuxProfile
metadata:
name: fix-devpts
namespace: kube-system
spec:
policy: |
(blockinherit container)
(typeattributeset cil_gen_require init_t)
(typeattributeset cil_gen_require devpts_t)
(allow init_t devpts_t (chr_file (open))) These are not ideal workarounds, but I thought I'd leave those notes here in case they are helpful |
/feature
Is your feature request related to a problem? Please describe.
Current Helm Chart not working in AWS ROSA.
Describe the solution you'd like in detail
AWS ROSA support.
Additional context
ImagePullBackOff
The text was updated successfully, but these errors were encountered: