openshift-operator | Cloud library
kandi X-RAY | openshift-operator Summary
kandi X-RAY | openshift-operator Summary
openshift-operator
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openshift-operator
openshift-operator Key Features
openshift-operator Examples and Code Snippets
Community Discussions
Trending Discussions on openshift-operator
QUESTION
I am trying to use Ansible to put a pause in my playbook, since I am installing an operator from the Operator Hub and don't want to continue, until I know the CRDs I require in the following steps are installed. I have the following task but can't get it working yet.
...ANSWER
Answered 2021-Dec-14 at 06:15There is a small detail that is tripping up the condition. In the JSON output, the status is a string "True"
and not a boolean which we are comparing.
Note: "status": "True"
Changing the condition to match the string True
...
QUESTION
Attempting to install an Operator into a single namespace foobar
results in the error:
Operator Group does not support single namespace installation mode
.
Attempting to install an Operator into all namespaces into the openshift-operators
namespace results in the error:
The namespace 'openshift-operators' does not support install modes for this operator
Configuring Operator Groups doesn't change anything.
In any case, operators can't be installed outside of openshift-marketplace
ANSWER
Answered 2021-Feb-10 at 00:05This issue (and many others) is caused by having multiple instances of the Operator Lifecycle Manager (OLM) installed.
OpenShift has an instance of OLM already installed, called openshift-operator-lifecycle-manager
This is an easy mistake to for beginners to Operators, because the operator-sdk olm
command, which is recommended by the Operator SDK tutorials, can't seem to detect other forks of OLM.
Deleting the extra OLM will solve the problem.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install openshift-operator
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page