operator-framework / ansible-operator-plugins

Experimental extraction/refactoring of the Operator SDK's ansible operator plugin
Apache License 2.0
9 stars 20 forks source link

Where can I find ansible-operator_darwin_amd64 for Mac #78

Open venkataramanam opened 3 months ago

venkataramanam commented 3 months ago

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

image

Environment

Operator type:

/language ansible

Kubernetes cluster type:

OpenShift 4.15.9

$ operator-sdk version

$ go version (if language is Go)

$ kubectl version

Additional context

openshift-ci[bot] commented 3 months ago

@venkataramanam: The label(s) language/ansible cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/operator-framework/ansible-operator-plugins/issues/78): > > >## 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 > >image > > > >#### Environment > >**Operator type:** > > > > >/language ansible > > >**Kubernetes cluster type:** > > > >OpenShift 4.15.9 > >`$ operator-sdk version` > > > >`$ go version` (if language is Go) > > > >`$ kubectl version` > > > >#### Additional context > > > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.