ansible-collections / kubernetes.core

The collection includes a variety of Ansible content to help automate the management of applications in Kubernetes and OpenShift clusters, as well as the provisioning and maintenance of clusters themselves.
Other
212 stars 133 forks source link

OLM support for `kubernetes.core` #556

Open jcpunk opened 1 year ago

jcpunk commented 1 year ago
SUMMARY

Currently there is Helm support with the ansible kubernetes collection. This is great for managing packages, but not all operators are bundled up as Helm charts. Adding support for OLM objects within the ansible kubernetes resources would allow easy use of these resources.

ISSUE TYPE
COMPONENT NAME

kubernetes.core

ADDITIONAL INFORMATION

Much like the existing helm tasks, this would help standardize and clarify the use of Operators within an ansible managed kubernetes cluster.

tima commented 1 year ago

Thanks @jcpunk.

I too have wanted to see OLM support for quite some time. I don't think this collection is the place for it though since it has not achieved CNCF graduated status.

sshnaidm commented 3 months ago

Hi @tima , is it still the case and we can't add it to this collection? If so, can we add in some of community collections?