Open
Description
openedon Apr 8, 2024
General information
- OS: Linux
- Hypervisor: KVM
- Did you run
crc setup
before starting it (Yes/No)? Yes - Running CRC on: Laptop / Baremetal-Server / VM: Server
CRC version
CRC version: 2.34.1+b470b5
OpenShift version: 4.15.3
Podman version: 4.4.4
CRC status
DEBU CRC version: 2.34.1+b470b5
DEBU OpenShift version: 4.15.3
DEBU Podman version: 4.4.4
DEBU Running 'crc status'
crc does not seem to be setup correctly, have you run 'crc setup'?
NOTE: despite this status, crc seems to be working fine.
CRC config
- consent-telemetry : no
- cpus : 8
- disk-size : 200
- enable-shared-dirs : false
- kubeadmin-password : <redacted>
- memory : 32000
- pull-secret-file : /home/rui/crc/pull-secret.txt
Host Operating System
NAME="Fedora Linux"
VERSION="39 (Workstation Edition)"
ID=fedora
VERSION_ID=39
VERSION_CODENAME=""
PLATFORM_ID="platform:f39"
PRETTY_NAME="Fedora Linux 39 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:39"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f39/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=39
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=39
SUPPORT_END=2024-11-12
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Steps to reproduce
- Having an existing
crc
2.33, upgrade to 2.34 crc stop ; crc delete --cache
crc setup
crc start
Expected
OperatorHub to be available
Actual
OperatorHub empty with no items.
community-operators
, redhat-operators
, redhat-marketplace
, certified-operators
pods crashing with incorrect SHA value errors.
Logs
No logs collected. Errors detect in the cluster, not crc directly.
This was fixed by disabling and renabling the sources, eg.
oc patch operatorhubs/cluster --type merge --patch "'{"spec":{"sources":[{"disabled": true,"name": <operatorname>}]}}'"
# wait
oc patch operatorhubs/cluster --type merge --patch "'{"spec":{"sources":[{"disabled": false,"name": <operatorname>}]}}'"
Metadata
Assignees
Type
Projects
Status
Hold
Activity