anchore / engine-operator

Helm based anchore engine operator
4 stars 6 forks source link

Improve operator functionality #5

Open Btodhunter opened 4 years ago

Btodhunter commented 4 years ago

Currently our Helm based operator is only able to perform deploy & simple upgrade operations. By switching to an Ansible or Go based operator we can support more functionality.

flickerfly commented 4 years ago

For example, the helm base currently does not support OpenShift well. Deploying using this Operator into OpenShift results in a rather unstable result due to things like various directories filling to the point that the containers get terminated due simply to drive size. This can be worked around by mounting an emptyDir. See the "Writing Ephemeral Data" in this blog post awhile back regarding OKD.

https://anchore.com/blog/how-tremolo-security-deploys-anchore-on-openshift/