Skip to content
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

local-storage-operator is unavailable in OKD 4 #588

Closed
OleksandrShtepa opened this issue Apr 8, 2021 · 2 comments
Closed

local-storage-operator is unavailable in OKD 4 #588

OleksandrShtepa opened this issue Apr 8, 2021 · 2 comments

Comments

@OleksandrShtepa
Copy link

Describe the bug
Regarding OKD 4 docs Persistent storage using local volumes:

The Local Storage Operator is not installed in OKD by default. Use the following procedure to install and configure this Operator to enable local volumes in your cluster.

I tried to install local-storage-operator, but any my actions was not successfully.

From the UI
2. Navigate to Operators → OperatorHub.
3. Type Local Storage into the filter box to locate the Local Storage Operator.

No Results Match the Filter Criteria

From the CLI
2. Create the Local Storage Operator object by entering the following command:
$ oc apply -f openshift-local-storage.yaml

got:

$ oc describe subscriptions local-storage-operator -n openshift-local-storage
Status:
  Conditions:
    Last Transition Time:  2021-04-08T07:35:13Z
    Message:               targeted catalogsource openshift-marketplace/redhat-operators missing
    Reason:                UnhealthyCatalogSourceFound

On fresh installed OKD 4.7 I have:

$ oc describe operatorhubs cluster
Spec:
  Disable All Default Sources:  true
  Sources:
    Disabled:  false
    Name:      community-operators
$ oc get packagemanifests -n openshift-marketplace|fgrep -i local
$

Version
4.7.0-0.okd-2021-03-28-152009

How reproducible
100%

@vrutkovs
Copy link
Member

vrutkovs commented Apr 8, 2021

See #456

@vrutkovs vrutkovs closed this as completed Apr 8, 2021
@gardart
Copy link

gardart commented Mar 14, 2024

after upgrading my OKD cluster to 4.14 I needed to disable and then re-enable all the sources in Cluster Settings->Configuration->OperatorHub details, click edit on Default sources, disable them and then enable them again. Now I can see both local storage and data foundation operators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants