You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Guillaume Moutier (Jira)" <ji...@apache.org> on 2022/01/20 15:44:00 UTC

[jira] [Created] (NIFI-9605) Adding container images more compatible with OpenShift

Guillaume Moutier created NIFI-9605:
---------------------------------------

             Summary: Adding container images more compatible with OpenShift
                 Key: NIFI-9605
                 URL: https://issues.apache.org/jira/browse/NIFI-9605
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Guillaume Moutier


Hi!

The Docker images that are currently included are not easy to work with on OpenShift (Red Hat's distibution of Kubernetes, the community version being OKD). Security constraints on OpenShift, like specific uids to run the containers or resticted sets of capabilities, prevent from using these images "as-is". You are forced to introduce security constraints relaxations, grant additional capabilities to standard ServiceAccounts, use initContainers to change files and directories ownership at startup...

The goal of this improvement is to include OpenShift-compatible image definitions, so that the different projects or users who want to use NiFi on OpenShift can do it in a simple and secure way.

I've already created those images and will submit a PR towards this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)