-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible Operator proxy/cache not supporting set-based label selectors #99
Comments
@zeusng-fast: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Bug Report
What did you do?
I have an Ansible Operator that needs to query resources with set-based label selector but seems the proxy/caching is not supporting this.
When the same playbook is executed inside ansible-operator, I get the following error.
This happens to ansible shell as well.
What did you expect to see?
Expect ansible-operator proxy to support set-base label selectors. Or a way to disable proxy/caching.
What did you see instead? Under which circumstances?
Environment
Operator type:
/language ansible
Kubernetes cluster type:
OpenShift 4.14
$ operator-sdk version
$ kubectl version
$ ansible-operator version
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: