Description
Type of question
General operator-related help
Question
What did you do?
There used to be an ansible-operator
binary that could be run on a Mac till version https://github.com/operator-framework/operator-sdk/releases/tag/v1.31.0
But I guess the refactoring of the operator-framework
code moved the ansible operator to this repo: https://github.com/operator-framework/ansible-operator-plugins
Now I do not see any ansible-operator
binary available for Mac (something like ansible-operator_darwin_amd64
)
What did you expect to see?
It would be ideal if ansible-operator
binary would be offered for Mac as well. This would really help test the operator outside of a container. We generally do that in development environment. Essentially run ansible-operator run --watches-file ./watches.yaml
from a terminal on Mac for testing the dev changes.
What did you see instead? Under which circumstances?
There is no ansible-operator_darwin_amd64
binary for download

Environment
Operator type:
/language ansible
Kubernetes cluster type:
OpenShift 4.15.9
$ operator-sdk version
$ go version
(if language is Go)
$ kubectl version