eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Extensions are no available for installation when I use dogfooding instance #23239

Open RomanNikitenko opened 2 weeks ago

RomanNikitenko commented 2 weeks ago

Describe the bug

There is an empty list of extensions when I use dogfooding instance for development.

Che version

7.94@latest

Steps to reproduce

  1. Create a workspace on the dogfooding instance.
  2. Go to the Extensions panel
  3. Check list of extensions that available for installation.

Expected behavior

Extensions panel is not empty and contains extensions for installation.

Screenshots

Screenshot 2024-11-08 at 10 30 11 image

Environment

I faced the problem on the dogfooding instance

Eclipse Che Logs

No response

Additional context

No response

ibuziuk commented 2 weeks ago

switched dogfooding back to https://open-vsx.org for now:

 pluginRegistry:
      openVSXURL: "https://open-vsx.org" 
svor commented 1 week ago

For some reason, the deployments in the openvsx namespace were updated, which caused all extension data to be removed. I couldn’t find any logs explaining why this occurred. I have now republished all extensions and will monitor the state moving forward.

svor commented 4 days ago

it happens again, all pods were recreated on Nov 17, 2024, resulting in the loss of all previously published extensions.

svor commented 3 days ago

I've changed imagePullPolicy to Never and published extensions agagin