Skip to content

Commit d396426

Browse files
author
Rayford Johnson
committed
Failed to find exact match for operators.coreos.com/v1.OperatorSource by [kind, name, singularName, shortNames]
* ansible/ansible#55221 * openshift/origin#21668 * ansible/ansible#58130 * ansible/ansible#49100
1 parent 3adf0c5 commit d396426

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

roles/mig_controller_prereqs/tasks/deploy_operator.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,18 @@
1818
block:
1919

2020
- name: "Create OperatorSource"
21-
k8s:
22-
state: present
23-
definition: "{{ lookup('file', '{{ mig_operator_location }}/mig-operator-source.yaml' )}}"
21+
command: "oc create -n openshift-marketplace -f {{ mig_operator_location }}/mig-operator-source.yaml"
22+
#########
23+
# ## Failed to find exact match for operators.coreos.com/v1.OperatorSource by [kind, name, singularName, shortNames]
24+
# ## https://github.com/ansible/ansible/issues/55221
25+
# ## https://github.com/openshift/origin/issues/21668
26+
# ## https://github.com/ansible/ansible/issues/58130
27+
# ## https://github.com/ansible/ansible/issues/49100
28+
# k8s:
29+
# state: present
30+
# definition: "{{ lookup('file', '{{ mig_operator_location }}/mig-operator-source.yaml' )}}"
31+
# ##
32+
#########
2433

2534
- name: "Wait for OLM to reconcile OperatorSource creation"
2635
k8s_facts:

0 commit comments

Comments
 (0)